File: vg-entities.xml

package info (click to toggle)
valgrind 1%3A3.7.0-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 58,060 kB
  • sloc: ansic: 396,820; xml: 18,453; cpp: 6,698; asm: 5,584; perl: 5,008; sh: 4,852; makefile: 3,965; exp: 625; haskell: 195
file content (26 lines) | stat: -rw-r--r-- 1,174 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!-- misc. strings -->
<!ENTITY vg-jemail     "julian@valgrind.org">
<!ENTITY vg-vemail     "valgrind@valgrind.org">
<!ENTITY cl-email      "Josef.Weidendorfer@gmx.de">
<!ENTITY vg-lifespan   "2000-2011">

<!-- valgrind release + version stuff -->
<!ENTITY rel-type    "Release">
<!ENTITY rel-version "3.7.0">
<!ENTITY rel-date    "2 November 2011">

<!-- where the docs are installed -->
<!ENTITY vg-docs-path  "$INSTALL/share/doc/valgrind/html/index.html">

<!-- valgrind website links used in lots of places in the docs  -->
<!-- kept in here 'cos everytime the website gets changed, it`s -->
<!-- a real pain tracking the links down in the docs            -->
<!ENTITY vg-url        "http://www.valgrind.org/">
<!ENTITY vg-lists-url  "http://www.valgrind.org/support/mailing_lists.html">
<!ENTITY vg-devs-url   "http://www.valgrind.org/info/developers.html">
<!ENTITY vg-repo-url   "http://www.valgrind.org/downloads/repository.html">
<!ENTITY vg-pubs-url   "http://www.valgrind.org/docs/pubs.html">
<!ENTITY vg-docs-url   "http://www.valgrind.org/docs/manual/index.html">
<!ENTITY cl-gui-url    "http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGrindIndex">