blob: 305c5dd7049967051f8c68cd296ad33c4d10a05c [file] [log] [blame]
njn3e986b22004-11-30 10:43:45 +00001<!-- misc. strings -->
de252c6142005-11-27 04:10:00 +00002<!ENTITY vg-url "http://www.valgrind.org/">
3<!ENTITY vg-jemail "julian@valgrind.org">
4<!ENTITY vg-vemail "valgrind@valgrind.org">
5<!ENTITY vg-lifespan "2000-2005">
njn3e986b22004-11-30 10:43:45 +00006<!ENTITY vg-users-list "http://lists.sourceforge.net/lists/listinfo/valgrind-users">
7
8<!-- valgrind release + version stuff -->
njn779a2d62005-07-25 00:12:19 +00009<!ENTITY rel-type "Release">
sewardj053fe982005-11-15 19:51:04 +000010<!ENTITY rel-version "3.1.0">
sewardjae17e7e2005-11-20 19:45:30 +000011<!ENTITY rel-date "November 25 2005">
njn3e986b22004-11-30 10:43:45 +000012
debad57fc2005-12-03 22:33:29 +000013<!-- where the docs are installed -->
14<!ENTITY vg-doc-path "/usr/share/doc/valgrind/html/index.html">
15
de252c6142005-11-27 04:10:00 +000016<!-- valgrind website links used in lots of places in the docs -->
17<!-- kept in here 'cos everytime the website gets changed, it`s -->
18<!-- a real pain tracking the links down in the docs -->
debad57fc2005-12-03 22:33:29 +000019<!ENTITY vg-developers "http://www.valgrind.org/info/developers.html">
20<!ENTITY vg-svn-repo "http://www.valgrind.org/downloads/repository.html">
21<!ENTITY vg-bookset "http://www.valgrind.org/docs/manual/index.html">
22<!ENTITY vg-dist-docs "http://www.valgrind.org/docs/manual/dist.html">
23<!ENTITY vg-commentary "http://www.valgrind.org/docs/manual/manual-core.html#manual-core.comment">