docs/razor-docs.xml
changeset 281 d8d248598628
child 311 cd292c2de0b6
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/docs/razor-docs.xml	Wed Jun 25 11:24:55 2008 -0400
     1.3 @@ -0,0 +1,85 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
     1.6 +               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
     1.7 +<!ENTITY version SYSTEM "version.xml">
     1.8 +]>
     1.9 +<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
    1.10 +  <bookinfo>
    1.11 +    <title>Razor Library Reference Manual</title>
    1.12 +    <releaseinfo>Version &version;</releaseinfo>
    1.13 +    <authorgroup>
    1.14 +      <author>
    1.15 +	<firstname>Kristian</firstname>
    1.16 +	<surname>Høgsberg</surname>
    1.17 +	<affiliation>
    1.18 +	  <address>
    1.19 +	    <email>krh@redhat.com</email>
    1.20 +	  </address>
    1.21 +	</affiliation>
    1.22 +      </author>
    1.23 +    </authorgroup>
    1.24 +
    1.25 +    <copyright>
    1.26 +      <year>2008</year>
    1.27 +      <holder>Razor Authors</holder>
    1.28 +    </copyright>
    1.29 +
    1.30 +    <copyright>
    1.31 +      <year>2008</year>
    1.32 +      <holder>Red Hat, Inc</holder>
    1.33 +    </copyright>
    1.34 +
    1.35 +    <legalnotice>
    1.36 +      <para>
    1.37 +	Permission is granted to copy, distribute and/or modify this
    1.38 +	document under the terms of the <citetitle>GNU Free
    1.39 +	Documentation License</citetitle>, Version 1.1 or any later
    1.40 +	version published by the Free Software Foundation with no
    1.41 +	Invariant Sections, no Front-Cover Texts, and no Back-Cover
    1.42 +	Texts. You may obtain a copy of the <citetitle>GNU Free
    1.43 +	Documentation License</citetitle> from the Free Software
    1.44 +	Foundation by visiting <ulink type="http"
    1.45 +	url="http://www.fsf.org">their Web site</ulink> or by writing
    1.46 +	to:
    1.47 +
    1.48 +	<address>
    1.49 +	  The Free Software Foundation, Inc.,
    1.50 +	  <street>59 Temple Place</street> - Suite 330,
    1.51 +	  <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>,
    1.52 +	  <country>USA</country>
    1.53 +	</address>
    1.54 +      </para>
    1.55 +    </legalnotice>
    1.56 +  </bookinfo>
    1.57 +
    1.58 +  <reference id="ref-design">
    1.59 +    <title>Design Overview</title>
    1.60 +    <partintro>
    1.61 +      <para>
    1.62 +	This part presents the design documentation for razor.
    1.63 +      </para>
    1.64 +    </partintro>
    1.65 +  </reference>
    1.66 +
    1.67 +  <reference id="ref-core">
    1.68 +    <title>Core API Reference</title>
    1.69 +    <partintro>
    1.70 +      <para>
    1.71 +	This part presents the class and function reference for the
    1.72 +	core razor library.
    1.73 +      </para>
    1.74 +    </partintro>
    1.75 +    <xi:include href="xml/set.xml"/>
    1.76 +    <xi:include href="xml/importer.xml"/>
    1.77 +    <xi:include href="xml/iterator.xml"/>
    1.78 +    <xi:include href="xml/transaction.xml"/>
    1.79 +    <xi:include href="xml/rpm.xml"/>
    1.80 +    <xi:include href="xml/root.xml"/>
    1.81 +    <xi:include href="xml/misc.xml"/>
    1.82 +  </reference>
    1.83 +
    1.84 +  <index>
    1.85 +    <title>Index</title>
    1.86 +  </index>
    1.87 +
    1.88 +</book>