Author: crossley
Date: Sun Dec 4 20:31:18 2005
New Revision: 353985
URL: http://svn.apache.org/viewcvs?rev=353985&view=rev
Log:
Remove mention of "status.xml" which is only relevant if
the projectInfo plugin is used.
Changed to more closely resemble actual drectory tree.
Referred to resources/images rather than xdocs/images. The former
is the new location. Also added an empty directory in the "fresh seed sites"
to help to reinforce this.
Suggested by: Richard Calmbach
Issue: FOR-751 items 1, 3, 4
Modified:
forrest/trunk/site-author/content/xdocs/docs_0_80/your-project.xml
Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/your-project.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/your-project.xml?rev=353985&r1=353984&r2=353985&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/your-project.xml
(original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/your-project.xml Sun Dec
4 20:31:18 2005
@@ -192,11 +192,10 @@
Here is an outline of the generated files:
/ # /home/me/forrest/my-test
-/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 # Site content.
+/src/documentation/content # Site content.
/src/documentation/content/xdocs # XML content.
/src/documentation/content/xdocs/index.xml # Home page
/src/documentation/content/xdocs/site.xml # Navigation file for site structure
@@ -211,8 +210,6 @@
- Render this template to static HTML by typing 'forrest'.
View the generated HTML in a browser to make sure everything works.
- Alternatively 'forrest run' and browse to http://localhost:8888/ live demo.
-- Edit status.xml and src/documentation/skinconf.xml
- to customize for your project.
- Start adding content in xdocs/ remembering to declare new files in site.xml
- Follow the document http://forrest.apache.org/docs/your-project.html
- Provide any feedback to [email protected]
@@ -269,6 +266,10 @@
| | |-- hello.pdf
| | |-- test1.html
| | `-- test2.html
+| `-- resources
+| `-- images
+| `-- schema
+| `-- stylesheets
| |-- sitemap.xmap
| |-- skinconf.xml
| `-- translations
@@ -285,7 +286,6 @@
| |-- menu_sk.xml
| |-- tabs.xml
| `-- tabs_es.xml
-|-- status.xml
</source>
<p>
To render this to HTML, type 'forrest'. You should have a HTML site
rendered
@@ -532,7 +532,6 @@
# Parent properties must be set. This usually means uncommenting
# project.content-dir if any other property using it is uncommented
-#project.status=status.xml
#project.content-dir=src/documentation
#project.conf-dir=${project.content-dir}/conf
#project.sitemap-dir=${project.content-dir}
@@ -631,7 +630,7 @@
<section id="images">
<title>Images</title>
<p>
- Images usually go in the <code>content/xdocs/images/</code>
directory.
+ Images usually go in the <code>resources/images/</code> directory.
The default sitemap
maps this directory to <code>images/</code> so image tags will
typically look
like <code><figure src="images/project-logo.png" alt="Project
Logo"/></code>