You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by th...@apache.org on 2008/03/14 00:08:33 UTC

svn commit: r636915 - in /labs/droids/trunk/src/documentation/content/xdocs: install.xml sample.xml site.xml

Author: thorsten
Date: Thu Mar 13 16:08:21 2008
New Revision: 636915

URL: http://svn.apache.org/viewvc?rev=636915&view=rev
Log:
renaming sample to install. Adding some notes on the commands

Added:
    labs/droids/trunk/src/documentation/content/xdocs/install.xml
      - copied, changed from r636430, labs/droids/trunk/src/documentation/content/xdocs/sample.xml
Removed:
    labs/droids/trunk/src/documentation/content/xdocs/sample.xml
Modified:
    labs/droids/trunk/src/documentation/content/xdocs/site.xml

Copied: labs/droids/trunk/src/documentation/content/xdocs/install.xml (from r636430, labs/droids/trunk/src/documentation/content/xdocs/sample.xml)
URL: http://svn.apache.org/viewvc/labs/droids/trunk/src/documentation/content/xdocs/install.xml?p2=labs/droids/trunk/src/documentation/content/xdocs/install.xml&p1=labs/droids/trunk/src/documentation/content/xdocs/sample.xml&r1=636430&r2=636915&rev=636915&view=diff
==============================================================================
--- labs/droids/trunk/src/documentation/content/xdocs/sample.xml (original)
+++ labs/droids/trunk/src/documentation/content/xdocs/install.xml Thu Mar 13 16:08:21 2008
@@ -59,11 +59,16 @@
         normally can drop the resolving of the dependencies but if you want to make sure that
         everything is up to date do the following:</p>
       <source>cd $DROIDS_HOME; svn up; ant ivy.resolve droids.clean droids.jar</source>
+      <p>First we make an update of the code (cd $DROIDS_HOME; svn up;). Then we resolve all
+        dependencies (ant ivy.resolve). We clean then our old build (ant droids.clean) and
+        create a new version of the droids.jar (ant droids.jar).</p>
+
     </section>
     <section>
       <title>Crawling</title>
       <note>Please note that we do not crawl yet images, css and scripts linked in the pages,
-        but this feature is on top of the TODO list. We will try to implement it ASAP.</note>
+        but this feature is on top of the TODO list (right next of the creation of a sample
+        droid). We will try to implement it ASAP.</note>
       <p>If you have set the property "droids.initial.url" to your initial url and edited the
         regex file "droids.filter.regex" to exclude/include follow up links, the default
         Droid will save the crawl to "droids.filter.regex" after you invoke:</p>

Modified: labs/droids/trunk/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/labs/droids/trunk/src/documentation/content/xdocs/site.xml?rev=636915&r1=636914&r2=636915&view=diff
==============================================================================
--- labs/droids/trunk/src/documentation/content/xdocs/site.xml (original)
+++ labs/droids/trunk/src/documentation/content/xdocs/site.xml Thu Mar 13 16:08:21 2008
@@ -40,7 +40,7 @@
   tab="">
   <about label="About">
     <index label="Index" href="index.html" description="Welcome to Apache Droids"/>
-    <install label="Install/Use" href="sample.html"
+    <install label="Install/Use" href="install.html"
       description="You find here how to personalize your own Apache Droids."/>
     <develope label="Develope" href="develope.html"
       description="You find here how to create your own Apache Droids based on the default implementation."/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org