You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-commits@incubator.apache.org by cl...@apache.org on 2005/02/17 23:47:39 UTC

svn commit: r154211 - incubator/graffito/trunk/site/xdocs-templates/navigation.xml incubator/graffito/trunk/site/xdocs/maven-goals.xml incubator/graffito/trunk/site/xdocs/navigation.xml incubator/graffito/trunk/site/xdocs/overview.xml

Author: clombart
Date: Thu Feb 17 15:47:38 2005
New Revision: 154211

URL: http://svn.apache.org/viewcvs?view=rev&rev=154211
Log:
Update Site pages

Modified:
    incubator/graffito/trunk/site/xdocs-templates/navigation.xml
    incubator/graffito/trunk/site/xdocs/maven-goals.xml
    incubator/graffito/trunk/site/xdocs/navigation.xml
    incubator/graffito/trunk/site/xdocs/overview.xml

Modified: incubator/graffito/trunk/site/xdocs-templates/navigation.xml
URL: http://svn.apache.org/viewcvs/incubator/graffito/trunk/site/xdocs-templates/navigation.xml?view=diff&r1=154210&r2=154211
==============================================================================
--- incubator/graffito/trunk/site/xdocs-templates/navigation.xml (original)
+++ incubator/graffito/trunk/site/xdocs-templates/navigation.xml Thu Feb 17 15:47:38 2005
@@ -36,7 +36,7 @@
 			<item name="Support" href="/support.html"/>
 		</menu>
 		<menu name="Project Structure"> 
-		        <item name="Project structure" href="/project-structure.html"/>
+		        <item name="Directory Layout" href="/project-structure.html"/>
 			#foreach ($reactorProject in $reactorProjects) 
 				<item name="$reactorProject.name"     href="./${reactorProject.file.parentFile.name}/index.html"/> 
 		        #end 

Modified: incubator/graffito/trunk/site/xdocs/maven-goals.xml
URL: http://svn.apache.org/viewcvs/incubator/graffito/trunk/site/xdocs/maven-goals.xml?view=diff&r1=154210&r2=154211
==============================================================================
--- incubator/graffito/trunk/site/xdocs/maven-goals.xml (original)
+++ incubator/graffito/trunk/site/xdocs/maven-goals.xml Thu Feb 17 15:47:38 2005
@@ -83,20 +83,25 @@
 					<td>Create the TEST DB</td>
 				</tr>
 				<tr>
-					<td>db.create.production</td>
-					<td>Create the PRODUCTION DB</td>
-				</tr>
-				<tr>
 					<td>db.drop.test</td>
 					<td>Drop all tables in TEST DB</td>
 				</tr>
 				<tr>
-					<td>db.drop.production</td>
-					<td>Drop all tables in PRODUCTION DB</td>
-				</tr>
-				<tr>
 					<td>db.delete.test</td>
 					<td>Delete all tables in the TEST DB</td>
+				</tr>
+				<tr>
+					<td>db.reinit.test</td>
+					<td>db.drop.test + db.create.test</td>
+				</tr>				
+				
+				<tr>
+					<td>db.create.production</td>
+					<td>Create the PRODUCTION DB</td>
+				</tr>				
+				<tr>
+					<td>db.drop.production</td>
+					<td>Drop all tables in PRODUCTION DB</td>
 				</tr>
 				<tr>
 					<td>db.delete.production</td>

Modified: incubator/graffito/trunk/site/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/incubator/graffito/trunk/site/xdocs/navigation.xml?view=diff&r1=154210&r2=154211
==============================================================================
--- incubator/graffito/trunk/site/xdocs/navigation.xml (original)
+++ incubator/graffito/trunk/site/xdocs/navigation.xml Thu Feb 17 15:47:38 2005
@@ -36,7 +36,7 @@
 			<item name="Support" href="/support.html"/>
 		</menu>
 		<menu name="Project Structure"> 
-		        <item name="Project structure" href="/project-structure.html"/>
+		        <item name="Directory Layout" href="/project-structure.html"/>
 							<item name="Graffito Core API"     href="./api/index.html"/> 
 		        				<item name="Graffito Components"     href="./components/index.html"/> 
 		        				<item name="Graffito Engine"     href="./engine/index.html"/> 

Modified: incubator/graffito/trunk/site/xdocs/overview.xml
URL: http://svn.apache.org/viewcvs/incubator/graffito/trunk/site/xdocs/overview.xml?view=diff&r1=154210&r2=154211
==============================================================================
--- incubator/graffito/trunk/site/xdocs/overview.xml (original)
+++ incubator/graffito/trunk/site/xdocs/overview.xml Thu Feb 17 15:47:38 2005
@@ -28,10 +28,10 @@
 				<p>Look here to see the full list of Graffito's <a href="features.html">features</a>. </p>
 			</subsection>
 			<subsection name="Graffito Use Cases">
-				<p>There is a huge amount of applications that can uses Graffito. Some good  examples are : </p>
+				<p>There is a huge amount of applications that can use Graffito. Some good  examples are : </p>
 
 					<p>		1. Content catalog like Yahoo style portal : you can classify your content in a virtual content tree which group together different content repositories.</p>
-					<p>		2. On-line content management : web site content is updated directly by the end-users. They can update news, HTML pages and all information which has to be stored into CMS repositories.</p>
+					<p>		2. On-line content management : web site content is updated directly by the end-users. They can update news, HTML pages and all information which have to be stored into CMS repositories.</p>
 					<p>		3. Document management : different teams can share documents required for their job in a secure fashion. Following a customized authoriting workflow, they can receive notifications when documents have been updated; takes some actions on the existing documents; and at the end, publish the final publications in different formats (PDF, HTML, Word, ...)</p>
 
 			</subsection>