You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2003/10/01 17:38:01 UTC

cvs commit: xml-forrest/src/documentation/content/xdocs skin-package.xml site.xml

crossley    2003/10/01 08:38:01

  Modified:    src/documentation/content/xdocs site.xml
  Added:       src/documentation/content/xdocs skin-package.xml
  Log:
  Start the new document with NKB words.
  
  Revision  Changes    Path
  1.30      +1 -0      xml-forrest/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- site.xml	19 Sep 2003 07:09:48 -0000	1.29
  +++ site.xml	1 Oct 2003 15:38:01 -0000	1.30
  @@ -33,6 +33,7 @@
         <source_pipelines href="#source_pipelines"/>
         <forrest_xmap href="#forrest_xmap"/>
       </sitemap-ref>
  +    <skin-package label="Skin Packages" href="skin-package.html"/>
       <!--
       <quick-xml label="XML Guide" href="quick-xml.html"/>
       -->
  
  
  
  1.1                  xml-forrest/src/documentation/content/xdocs/skin-package.xml
  
  Index: skin-package.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd" [
  
  ]>
  
  <document>
    <header>
      <title>Skin packaging, provision, and use</title>
      <subtitle>Automated distributed skin packages</subtitle>
      <version>$Revision: 1.1 $</version>
    </header>
  
    <body>
      <section id="overview">
        <title>Overview</title>
        <p>
  Skins are standard zip archives with a *.fsj (forrest skin jar) extension, 
  that can thus be also unpacked and installed automatically.
        </p>
  
        <p>
  To publish a skin:
        </p>
  
  <source>
  1 - forrest package-skin
  The skin package will be made in the skin dir, next to the custom skin.
  2 - place the file in a directory on a web server
  3 - ask forrest-dev to add the url and the skin name to the list of skins
  </source>
  
  
        <p>
  To use a custom skin with automatic download:
        </p>
  
  <source>
  1 - set the skin property in forrest.properties to the name of the skin
  2 - forrest install-skin
  3 - forrest
  </source>
  
        <p>
  Currently there are two test skins: "testskin" and "testskin2"
        </p>
  
        <p>
  To see the names of the remote skins:
        </p>
  
  <source>forrest available-skins</source>
      </section>
    </body>
  </document>