blob: 5da7c013a43a6e94e994599ccb067af9e15d63c9 [file] [log] [blame]
njn3e986b22004-11-30 10:43:45 +00001<!-- misc. strings -->
de252c6142005-11-27 04:10:00 +00002<!ENTITY vg-jemail "julian@valgrind.org">
3<!ENTITY vg-vemail "valgrind@valgrind.org">
sewardjadcb5bb2008-12-23 16:34:19 +00004<!ENTITY vg-lifespan "2000-2009">
njn3e986b22004-11-30 10:43:45 +00005
6<!-- valgrind release + version stuff -->
njn779a2d62005-07-25 00:12:19 +00007<!ENTITY rel-type "Release">
sewardjadcb5bb2008-12-23 16:34:19 +00008<!ENTITY rel-version "3.4.0">
9<!ENTITY rel-date "2 January 2009">
njn3e986b22004-11-30 10:43:45 +000010
debad57fc2005-12-03 22:33:29 +000011<!-- where the docs are installed -->
njnabe8b8c2009-08-07 06:54:44 +000012<!ENTITY vg-docs-path "$INSTALL/share/doc/valgrind/html/index.html">
debad57fc2005-12-03 22:33:29 +000013
de252c6142005-11-27 04:10:00 +000014<!-- valgrind website links used in lots of places in the docs -->
15<!-- kept in here 'cos everytime the website gets changed, it`s -->
16<!-- a real pain tracking the links down in the docs -->
njn25ac3842009-08-07 02:58:11 +000017<!ENTITY vg-url "http://www.valgrind.org/">
18<!ENTITY vg-lists-url "http://www.valgrind.org/support/mailing_lists.html">
19<!ENTITY vg-devs-url "http://www.valgrind.org/info/developers.html">
20<!ENTITY vg-repo-url "http://www.valgrind.org/downloads/repository.html">
21<!ENTITY vg-pubs-url "http://www.valgrind.org/docs/pubs.html">
22<!ENTITY vg-docs-url "http://www.valgrind.org/docs/manual/index.html">