Home | History | Annotate | Download | only in xml
      1 <!-- misc. strings -->
      2 <!ENTITY vg-jemail     "julian (a] valgrind.org">
      3 <!ENTITY vg-vemail     "valgrind (a] valgrind.org">
      4 <!ENTITY cl-email      "Josef.Weidendorfer (a] gmx.de">
      5 <!ENTITY vg-lifespan   "2000-2013">
      6 
      7 <!-- valgrind release + version stuff -->
      8 <!ENTITY rel-type    "Release">
      9 <!ENTITY rel-version "3.9.0">
     10 <!ENTITY rel-date    "31 October 2013">
     11 
     12 <!-- where the docs are installed -->
     13 <!ENTITY vg-docs-path  "$INSTALL/share/doc/valgrind/html/index.html">
     14 
     15 <!-- valgrind website links used in lots of places in the docs  -->
     16 <!-- kept in here 'cos everytime the website gets changed, it`s -->
     17 <!-- a real pain tracking the links down in the docs            -->
     18 <!ENTITY vg-url        "http://www.valgrind.org/">
     19 <!ENTITY vg-lists-url  "http://www.valgrind.org/support/mailing_lists.html">
     20 <!ENTITY vg-devs-url   "http://www.valgrind.org/info/developers.html">
     21 <!ENTITY vg-repo-url   "http://www.valgrind.org/downloads/repository.html">
     22 <!ENTITY vg-pubs-url   "http://www.valgrind.org/docs/pubs.html">
     23 <!ENTITY vg-docs-url   "http://www.valgrind.org/docs/manual/index.html">
     24 <!ENTITY cl-gui-url    "http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGrindIndex">
     25 
     26 <!-- Some references are used between core manual manual and manpages. -->
     27 <!-- Define them here so the can easily be used in both places.  -->
     28 <!-- See manual-core*.xml and valgrind-manpage.xml -->
     29 <!ENTITY vg-manual-url "http://www.valgrind.org/docs/manual/">
     30 
     31 <!ENTITY vg-gdbserver-manual "manual-core-adv">
     32 <!ENTITY vg-gdbserver-ref "gdbserver">
     33 <!ENTITY vg-gdbserver-label "Debugging your program using Valgrind's gdbserver and GDB">
     34 <!ENTITY vg-gdbserver-id "&vg-gdbserver-manual;.&vg-gdbserver-ref;">
     35 <!ENTITY vg-gdbserver-url "&vg-manual-url;&vg-gdbserver-manual;.html#&vg-gdbserver-id;">
     36 
     37 <!ENTITY vg-vgdb-manual "manual-core-adv">
     38 <!ENTITY vg-vgdb-ref "vgdb">
     39 <!ENTITY vg-vgdb-label "vgdb">
     40 <!ENTITY vg-vgdb-id "&vg-vgdb-manual;.&vg-vgdb-ref;">
     41 <!ENTITY vg-vgdb-url "&vg-manual-url;&vg-vgdb-manual;.html#&vg-vgdb-id;">
     42 
     43 <!ENTITY vg-monitor-manual "manual-core-adv">
     44 <!ENTITY vg-monitor-ref "valgrind-monitor-commands">
     45 <!ENTITY vg-monitor-label "Valgrind monitor commands">
     46 <!ENTITY vg-monitor-id "&vg-monitor-manual;.&vg-monitor-ref;">
     47 <!ENTITY vg-monitor-url "&vg-manual-url;&vg-monitor-manual;.html#&vg-monitor-id;">
     48 
     49 <!ENTITY vg-comment-manual "manual-core">
     50 <!ENTITY vg-comment-ref "comment">
     51 <!ENTITY vg-comment-label "The Commentary">
     52 <!ENTITY vg-comment-id "&vg-comment-manual;.&vg-comment-ref;">
     53 <!ENTITY vg-comment-url "&vg-manual-url;&vg-comment-manual;.html#&vg-comment-id;">
     54 
     55 <!ENTITY vg-pthreads-perf-sched-manual "manual-core">
     56 <!ENTITY vg-pthreads-perf-sched-ref "pthreads_perf_sched">
     57 <!ENTITY vg-pthreads-perf-sched-label "Scheduling and Multi-Thread Performance">
     58 <!ENTITY vg-pthreads-perf-sched-id "&vg-pthreads-perf-sched-manual;.&vg-pthreads-perf-sched-ref;">
     59 <!ENTITY vg-pthreads-perf-sched-url "&vg-manual-url;&vg-pthreads-perf-sched-manual;.html#&vg-pthreads-perf-sched-id;">
     60 
     61 
     62 <!ENTITY vg-cg-manual-id "cg-manual">
     63 <!ENTITY vg-cg-manual-label "Cachegrind: a cache and branch-prediction profiler">
     64 <!ENTITY vg-cg-manual-url "&vg-manual-url;&vg-cg-manual-id;.html">
     65