diff options
author | Shaun McCance <shaunm@src.gnome.org> | 2004-12-05 17:52:12 +0000 |
---|---|---|
committer | Shaun McCance <shaunm@src.gnome.org> | 2004-12-05 17:52:12 +0000 |
commit | 8a811367c35bdf88a584c0badfae11bd93fce896 (patch) | |
tree | 8378b09a9cb42af66555ddc21dc7d4bee0346537 /data/man.xml.in | |
parent | f9dbb6db9911b385a24126801695fa2c4c3a4998 (diff) | |
download | yelp-8a811367c35bdf88a584c0badfae11bd93fce896.tar.gz |
- Got the man pages listed in the TOC
* data/Makefile.am:
* data/man.xml.in:
* data/toc.xml.in:
* po/POTFILES.in:
* po/wa.po:
* src/yelp-toc-pager.c:
* src/yelp-utils.c:
* src/yelp-utils.h:
* stylesheets/toc2html.xsl:
- Got the man pages listed in the TOC
Diffstat (limited to 'data/man.xml.in')
-rw-r--r-- | data/man.xml.in | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/data/man.xml.in b/data/man.xml.in new file mode 100644 index 00000000..4ca18f28 --- /dev/null +++ b/data/man.xml.in @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet href="toc.xml.in.content/toc.css" type="text/css"?> +<toc id="Man"> + <_title>Man Pages</_title> + + <toc id="Man-man1" sect="1"> + <_title>Applications</_title> + <toc id="Man-man1x" sect="1x"> + <_title>X11 Applications</_title> + </toc> + <toc id="Man-man1ssl" sect="1ssl"> + <_title>OpenSSL Applications</_title> + </toc> + <toc id="Man-man1m" sect="1m"> + <_title>Termcap Applications</_title> + </toc> + </toc> + + <toc id="Man-development"> + <_title>Development</_title> + <toc id="Man-man2" sect="2"> + <_title>System Calls</_title> + </toc> + <toc id="Man-man3" sect="3"> + <_title>Library Functions</_title> + </toc> + <toc id="Man-man9" sect="9"> + <_title>Kernel Routines</_title> + </toc> + </toc> + + <toc id="Man-man4" sect="4"> + <_title>Hardware Devices</_title> + <toc id="Man-man4x" sect="4x"> + <_title>X11 Devices</_title> + </toc> + </toc> + + <toc id="Man-man5" sect="5"> + <_title>Configuration Files</_title> + <toc id="Man-man5x" sect="5x"> + <_title>X11 Configuration</_title> + </toc> + <toc id="Man-man5ssl" sect="5ssl"> + <_title>OpenSSL Configuration</_title> + </toc> + </toc> + + <toc id="Man-man6" sect="6"> + <_title>Games</_title> + <toc id="Man-man6x" sect="6x"> + <_title>X11 Games</_title> + </toc> + </toc> + + <toc id="Man-man7" sect="7"> + <_title>Overviews</_title> + <toc id="Man-man7x" sect="7x"> + <_title>X11 Overviews</_title> + </toc> + <toc id="Man-man7ssl" sect="7ssl"> + <_title>OpenSSL Overviews</_title> + </toc> + </toc> + + <toc id="Man-man8" sect="8"> + <_title>System Administration</_title> + </toc> + +</toc> |