Ignore:
Timestamp:
2007-02-07T14:07:51+13:00 (17 years ago)
Author:
kjdon
Message:

changed the contents table to divide the files up into directories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl-documentation/tutorials/README.html

    r13745 r13872  
    3131<h2><a name="contents">Contents of this package</a></h2>
    3232<dl>
    33   <dt><a name="contents">README.html</a></dt>
    34   <dd><a name="contents">This file </a></dd>
    35   <dt><a name="contents">tutorial_en.xml</a></dt>
    36   <dd><a name="contents">The main tutorial XML file, in English. Valid
    37 for 2.71 </a></dd>
    38   <dt><a name="contents">tutorial_[fr|ru|es].xml</a></dt>
    39   <dd><a name="contents">Translations (of an old version) of
    40 tutorial_en.xml. Valid for 2.70 </a></dd>
    41   <dt><a name="contents">Dictionary.java</a></dt>
    42   <dd><a name="contents">Java class for retrieving text strings based
    43 on keys from GLI dictionary, Perl dictionary, macro files </a></dd>
    44   <dt><br>
    45   </dt>
    46   <dt><a name="contents">ApplyXSLT.java</a></dt>
    47   <dd><a name="contents">Java class for running the XSL transforms. I
    48 couldn't just use Xalan because the Java extensions (using Dictionary)
    49 didn't work. </a></dd>
    50   <dt><a name="contents">common.xml</a></dt>
    51   <dd><a name="contents">Common XSL templates for use with all
    52 transforms </a></dd>
    53   <dt><a name="contents">xml-to-one-html.xsl</a></dt>
    54   <dd><a name="contents">XSL Transform file to generate a single HTML
    55 page containing all tutorials </a></dd>
    56   <dt><a name="contents">xml-to-index.xsl</a></dt>
    57   <dd><a name="contents">XSL Transform file to generate an index file
    58 for individual tutorial HTML files </a></dd>
    59   <dt><a name="contents">xml-to-many-html.xsl</a></dt>
    60   <dd><a name="contents">XSL Transform file to generate individual HTML
    61 files for each tutorial </a></dd>
    62   <dt><a name="contents">xml-to-one-workshop.xsl</a></dt>
    63   <dd><a name="contents">XSL Transform file to generate a single HTML
    64 file for a workshop. Uses the manifest.xml </a></dd>
    65   <dt><a name="contents">xml-to-workshop.xsl</a></dt>
    66   <dd><a name="contents">XSL Transform file to generate a series of
    67 HTML files for a workshop, one per session. Uses the manifest.xml </a></dd>
    68   <dt><a name="contents">xml-to-top-index.xsl</a></dt>
    69   <dd><a name="contents">XSL Transform file to generate a top level
    70 index file linking to all four language versions </a></dd>
    71   <dt><a name="contents">xml-to-wiki-index.xsl</a></dt>
    72   <dd><a name="contents">XSL Transform file to generate wiki syntax for
    73 an index on the Greenstone wiki </a></dd>
    74   <dt><a name="contents">manifest.xml</a></dt>
    75   <dd><a name="contents">Sample manifest file for workshop generation </a></dd>
    76   <dt><a name="contents">xalan.jar</a></dt>
    77   <dd><a name="contents">XSLT transformer needed for use with Java 1.5.
    78 Java 1.4 comes with Xalan, Java 1.5 comes with XSLTC. </a></dd>
     33<dt><b>README.html</b></dt><dd>This file</dd>
     34<dt><b>xml-source</b></dt><dd>The raw XML files for the tutorials
     35<ul>
     36<li><b>tutorial_en.xml</b> The main tutorial XML file, in English. Valid for 2.71</li>
     37<li><b>tutorial_[fr|ru|es].xml</b> Translations (of an old version) of tutorial_en.xml. Valid for 2.70</li>
     38</ul>
     39</dd>
     40<dt><b>processing</b></dt><dd>XSL and auxiliary files for transforming the XML into HTMl or other format
     41<ul>
     42<li><b>common.xsl</b>  Common XSL templates for use with all transforms</li>
     43<li><b>xml-to-one-html.xsl</b>  XSL Transform file to generate a single HTML page containing all tutorials</li>
     44<li><b>xml-to-index.xsl</b>  XSL Transform file to generate an index file for individual tutorial HTML files</li>
     45<li><b>xml-to-many-html.xsl</b>  XSL Transform file to generate individual HTML files for each tutorial</li>
     46<li><b>xml-to-one-workshop.xsl</b>  XSL Transform file to generate a single HTML file for a workshop. Uses the manifest.xml</li>
     47<li><b>xml-to-workshop.xsl</b>  XSL Transform file to generate a series of HTML files for a workshop, one per session. Uses the manifest.xml</li>
     48<li><b>xml-to-top-index.xsl</b>  XSL Transform file to generate a top level index file linking to all four language versions</li>
     49<li><b>xml-to-wiki-index.xsl</b>  XSL Transform file to generate wiki syntax for an index on the Greenstone wiki</li>
     50<li><b>manifest.xml</b>  Sample manifest file for workshop generation</li>
     51</ul></dd>
     52<dt><b>../shared</b></dt><dd>Java classes and jar files common to tutorials and manuals
     53<ul>
     54<li><b>Dictionary.java</b>  Java class for retrieving text strings based on keys from GLI dictionary, Perl dictionary, macro files</li>
     55<li><b>ApplyXSLT.java</b>  Java class for running the XSL transforms. I couldn't just use Xalan because the Java extensions (using Dictionary) didn't work.</li>
     56<li><b>xalan.jar</b>  XSLT transformer needed for use with Java 1.5. Java 1.4 comes with Xalan, Java 1.5 comes with XSLTC.</li>
     57</ul></dd>
    7958</dl>
    8059<a name="generate-html">
Note: See TracChangeset for help on using the changeset viewer.