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 2002/11/01 04:09:49 UTC

cvs commit: xml-forrest/src/resources/forrest-shbat forrest.build.xml

crossley    2002/10/31 19:09:49

  Modified:    src/resources/forrest-shbat forrest.build.xml
  Log:
  Minor text tweaks and limit some to 80 chars width.
  
  Revision  Changes    Path
  1.5       +15 -13    xml-forrest/src/resources/forrest-shbat/forrest.build.xml
  
  Index: forrest.build.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrest-shbat/forrest.build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- forrest.build.xml	31 Oct 2002 05:19:57 -0000	1.4
  +++ forrest.build.xml	1 Nov 2002 03:09:49 -0000	1.5
  @@ -560,26 +560,28 @@
   
   Here is an outline of the generated files:
   
  -/                         # ${basedir}
  -/status.xml               # File listing project developers, todo list and change log
  -/forrest.properties       # Optional file describing this site's layout to Forrest
  -/src/documentation/       # Doc-specific files
  +/                        # ${basedir}
  +/status.xml              # List of project developers, todo list and change log
  +/forrest.properties      # Optional file describing your site layout
  +/src/documentation/      # Doc-specific files
   /src/documentation/skinconf.xml    # Info about your project used by the skin
   /src/documentation/content/xdocs   # XML content.
  -/src/documentation/content/xdocs/index.xml  # Home page
  -/src/documentation/content/xdocs/book.xml   # Navigation file defining site structure
  -/src/documentation/content/xdocs/tabs.xml   # Skin-specific 'tabs' file.
  -/src/documentation/resources/images         # Project images (logos, etc)
  +/src/documentation/content/xdocs/index.xml # Home page
  +/src/documentation/content/xdocs/book.xml  # Navigation file for site structure
  +/src/documentation/content/xdocs/tabs.xml  # Skin-specific 'tabs' file.
  +/src/documentation/resources/images        # Project images (logos, etc)
   
   
   What to do now?
   
  -- Try rendering this template to HTML by typing 'forrest'. View the generated HTML
  -  in a browser to make sure everything works.
  -- Edit status.xml and src/documentation/skinconf.xml and customize for your project.
  -- Replace src/documentation/resources/images/project-logo.gif with your project logo.
  +- Try rendering this template to HTML by typing 'forrest'. View the generated
  +  HTML in a browser to make sure everything works.
  +- Edit status.xml and src/documentation/skinconf.xml and customize for your
  +  project.
  +- Replace src/documentation/resources/images/project-logo.gif with your project
  +  logo.
   - Start adding content in xdocs/, remembering to add new files to book.xml
  -- Give any feedback you have to forrest-dev@xml.apache.org
  +- Provide any feedback to forrest-dev@xml.apache.org
   
   Thanks for using Apache Forrest
   -------------------------------