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 2003/01/02 01:07:59 UTC

cvs commit: xml-forrest/src/documentation/content/xdocs forrestbot-intro.xml

crossley    2003/01/01 16:07:58

  Modified:    src/documentation/content/xdocs forrestbot-intro.xml
  Log:
  Point to README files for Forrestbot scripts and Forrestbot web interface.
  
  Revision  Changes    Path
  1.4       +8 -2      xml-forrest/src/documentation/content/xdocs/forrestbot-intro.xml
  
  Index: forrestbot-intro.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/content/xdocs/forrestbot-intro.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- forrestbot-intro.xml	31 Dec 2002 08:23:36 -0000	1.3
  +++ forrestbot-intro.xml	2 Jan 2003 00:07:58 -0000	1.4
  @@ -96,11 +96,14 @@
   [you@locahost]$ forrestbot -Dbot.config=<name>
   ... where <name> is the pathname to your configuration file.
   ]]></source>
  +  <p>There are also convenience scripts for automation.
  +   See 
  +   <code>xml-forrest/src/resources/forrestbot/scripts/README.txt</code>
    </section>
   
    <section>
     <title>Next Steps</title>
  -  <p>Some enhancements to your local ForrestBot would be ...</p>
  +  <p>Some enhancements to your ForrestBot would be ...</p>
     <ul>
      <li>Add your own skin as described in 
      <link href="your-project.html">Using Forrest</link>.
  @@ -108,10 +111,13 @@
      <li>Configure another <code><![CDATA[<project>]]></code> to conduct a secure
        copy to your public website.
      </li>
  +   <li>Instruct ForrestBot to send you email about the activities.
  +   </li>
      <li>Manage your XML instances with CVS and instruct ForrestBot to get
        the source.
      </li>
  -   <li>Get it to send you email about ForrestBot activities.
  +   <li>Use the "Forrestbot web interface" (website staging application).
  +   <code>xml-forrest/src/resources/forrestbot/webapp/WEB-INF/README.txt</code>
      </li>
     </ul>
    </section>