You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/05/03 06:25:40 UTC

svn commit: r399123 - in /forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/content/xdocs: index.xml site.xml

Author: crossley
Date: Tue May  2 21:25:33 2006
New Revision: 399123

URL: http://svn.apache.org/viewcvs?rev=399123&view=rev
Log:
Demonstrate the "list of available galleries" ability, which is generated from
gallery/**/album.xml files.

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/content/xdocs/index.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/content/xdocs/site.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/content/xdocs/index.xml?rev=399123&r1=399122&r2=399123&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/content/xdocs/index.xml Tue May  2 21:25:33 2006
@@ -23,13 +23,19 @@
   <body> 
     <section>
       <title>input.PhotoGallery Plugin</title>
-      <p>This plugin creates a photo album from photographs.</p>
+      <p>This plugin creates a photo albums from set of photographs.</p>
       
       <p>The pictures are expected under 
       <code>{project:content.xdocs}/images/gallery/**</code>.  To create your photo 
       albums simply create a new directory for each photo album under the gallery 
-      directory.  Then place a simple album description file named album.xml in each
-      directory.  Look in the sample gallery for a sample of this album.xml file.</p>
+      directory. Place your original sized pictures into each gallery sub-directory. The thumbnail and small sized images will be automatically generated from these.</p>
+
+      <p>Then place a simple album description file named album.xml in each
+      directory.  Look in the sample gallery for an example of this album.xml file.
+      A request for gallery/index.html then provides a list of
+      <a href="site:gallery-list">available galleries</a>
+      together with their titles and descriptions.
+      </p>
       
       <p>To view a screen of thumbnails, you need to request an URL in the form of 
       <code>gallery/**/index.html</code>. By default 20 pictures will be 

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/content/xdocs/site.xml?rev=399123&r1=399122&r2=399123&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/content/xdocs/site.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/content/xdocs/site.xml Tue May  2 21:25:33 2006
@@ -38,6 +38,9 @@
     <changes label="Changes" href="changes.html" description="History of Changes" />
     <todo label="Todo" href="todo.html" description="Todo List" />
   </about>
+  <samples label="Samples">
+    <gallery-list label="Galleries" href="gallery/index.html" description="List of available galleries" />
+  </samples>
 
   <!--
   The href must be wholesite.html/pdf  You can change the labels and node names