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-2010"> 6 7 <!-- valgrind release + version stuff --> 8 <!ENTITY rel-type "Release"> 9 <!ENTITY rel-version "3.6.0"> 10 <!ENTITY rel-date "21 October 2010"> 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 27