Changeset 4478 for trunk/doc


Ignore:
Timestamp:
Jan 6, 2004, 9:19:38 AM (20 years ago)
Author:
fkr
Message:

Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

big guide-update from wbb@. Thanks Will!

Location:
trunk/doc/guide
Files:
20 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/guide/Makefile

    r3070 r4478  
    1 # $Id: Makefile,v 1.7 2003/07/20 17:00:51 fkr Exp $
     1# $Id: Makefile,v 1.8 2004/01/06 09:19:36 fkr Exp $
    22
    33# To build DarwinPorts  guide files from the source docbook xml.
     
    2828
    2929SOURCEDIR?=             xml
    30 DOCBOOK_XSL?=           ${prefix}/share/xsl/docbook-xsl/1.61.0
     30DOCBOOK_XSL?=           ${prefix}/share/xsl/docbook-xsl/
    3131HTMLDIR?=               html
    3232XHTMLDIR?=              xhtml
     
    3535XML_CATALOG_FILES?=    ${prefix}/etc/xml/catalog
    3636XML_DEBUG_CATALOG?=
     37STRINGPARAMS?=          --stringparam html.stylesheet docbook.css
    3738
    3839.PHONY : all
     
    5354xhtml:
    5455        mkdir -p ${XHTMLDIR}
    55         xsltproc --xinclude -o "${XHTMLDIR}/" "${XSTYLESHEET}" "${SOURCEDIR}/guide.xml"
     56        xsltproc --xinclude ${STRINGPARAMS} -o "${XHTMLDIR}/" "${XSTYLESHEET}" "${SOURCEDIR}/guide.xml"
    5657
    5758all: html xhtml tidy
  • trunk/doc/guide/xml/guide.xml

    r2742 r4478  
    33  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
    44
    5 
    6 <book xmln:xi="http://www.w3.org/2001/XInclude">
     5<book xmlns:xi="http://www.w3.org/2001/XInclude">
    76  <bookinfo>
    8     <title>DarwinPorts User Guide</title>
     7    <title>DarwinPorts Guide</title>
    98     
    109    <author>
     
    1817    </author>
    1918
     19                <author>
     20                        <firstname>Will</firstname>
     21                        <surname>Barton</surname>
     22                        <affiliation>
     23                                <address><email>wbb4@opendarwin.org</email></address>
     24                        </affiliation>
     25                </author>
     26
    2027    <copyright>
    2128      <year>2002</year>
     
    2734  <preface>
    2835    <title>About this guide</title>
    29       <para>This guide shows you how to use the DarwinPorts system and
    30         develop new DarwinPorts.</para>
     36      <para>Part I of this guide is intended to help you use
     37        to DarwinPorts system.  The Part II is directed towards
     38        users who wish to add their favorite software to DarwinPorts.
     39        The Part III is intended for developers interested in extending
     40        the DarwinPorts system.</para>
    3141
    3242      <para>The Guide is still at an early draft stage, if you have any
     
    3646  </preface>
    3747
    38   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="user.xml" />
    39   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="quick.xml" />
    40   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="details.xml" />
    41   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="submission.xml" />
    42   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="special.xml" />
    43   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="variants.xml" />
    44   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="style.xml" />
    45   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="testing.xml" />
    46   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="commands.xml" />
     48  <part>
     49    <title>Using DarwinPorts</title>
     50
     51    <xi:include href="user/user.xml" />
     52
     53    <xi:include href="user/dp_manager.xml" />
     54  </part>
     55
     56  <part>
     57    <title>DarwinPorts Portfiles</title>
     58   
     59    <xi:include href="portfiles/quick.xml" />
     60   
     61                <xi:include href="portfiles/details.xml" />
     62   
     63                <xi:include href="portfiles/hier.xml" />
     64
     65    <xi:include href="portfiles/special.xml" />
     66
     67    <xi:include href="portfiles/variants.xml" />
     68
     69    <xi:include href="portfiles/style.xml" />
     70
     71    <xi:include href="portfiles/testing.xml" />
     72   
     73    <xi:include href="portfiles/commands.xml" />
     74  </part>
     75
     76  <part>
     77    <title>DarwinPorts Internals</title>
     78 
     79    <xi:include href="internals/internals.xml" />
     80        </part>
     81
     82        <part>
     83                <title>The DarwinPorts Project</title>
     84
     85    <xi:include href="project/roadmap.xml" />
     86
     87    <xi:include href="project/policies.xml" />
     88
     89    <xi:include href="project/submission.xml" />
     90  </part>
    4791 </book>
Note: See TracChangeset for help on using the changeset viewer.