c9024a78a9
2008-02-11 Benjamin Kosnik <bkoz@redhat.com> * doc/doxygen/mainpage.html: Add in corrected links. * README: Edit, move most into... * doc/xml/manual/appendix_contributing.xml (Directory Layout): ...here. (Documentation Style): Revise. * doc/xml/spine.xml: Edit file names. * doc/Makefile.am: Edit xml_sources. * doc/Makefile.in: Regenerate. From-SVN: r132249
48 lines
1.1 KiB
XML
48 lines
1.1 KiB
XML
<?xml version='1.0'?>
|
|
<!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
|
|
[
|
|
<!ENTITY authors SYSTEM "authors.xml">
|
|
<!ENTITY license SYSTEM "license.xml">
|
|
]>
|
|
|
|
<set id="set-index" xreflabel="The GNU C++ Library Documentation">
|
|
<?dbhtml filename="spine.html"?>
|
|
<title>The GNU C++ Library Documentation</title>
|
|
|
|
<setinfo>
|
|
<copyright>
|
|
<year>2000</year>
|
|
<year>2001</year>
|
|
<year>2002</year>
|
|
<year>2003</year>
|
|
<year>2004</year>
|
|
<year>2005</year>
|
|
<year>2006</year>
|
|
<year>2007</year>
|
|
<year>2008</year>
|
|
<holder>
|
|
<ulink url="http://fsf.org">FSF</ulink>
|
|
</holder>
|
|
</copyright>
|
|
&authors;
|
|
</setinfo>
|
|
|
|
|
|
<!-- User Manual -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="manual/spine.xml" parse="xml">
|
|
</xi:include>
|
|
|
|
<!-- Source Level Documentation-->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="api.xml" parse="xml">
|
|
</xi:include>
|
|
|
|
<!-- FAQ -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="faq.xml" parse="xml">
|
|
</xi:include>
|
|
|
|
</set>
|