Modified: incubator/droids/trunk/docs/contrib.html URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/contrib.html?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== --- incubator/droids/trunk/docs/contrib.html (original) +++ incubator/droids/trunk/docs/contrib.html Wed Nov 5 10:07:30 2008 @@ -43,21 +43,29 @@ | start breadtrail +--> <div class="breadtrail"> -<a href="http://labs.apache.org/">Apache Labs</a> +<a href="http://incubator.apache.org/">Apache Incubator</a> <script src="themes/breadcrumbs.js" type="text/javascript">Â </script> </div> <!--+ | end breadtrail +--> <div id="header"> -<div id="branding-tagline-name">new seed</div> -<div id="branding-tagline-tagline">powered by the - dispatcher</div> <div class="logo"> <!--+ |start Logo +--> -<a href="http://svn.apache.org/repos/asf/labs/droids/"> +<a href="http://incubator.apache.org/"> +<img alt="Apache Incubator Logo" class="logoImage" src="images/apache-incubator-logo.png" title="Apache Incubator" /> +</a> +<!--+ + |end group Logo + +--> +</div> +<div class="projectlogo"> +<!--+ + |start Logo + +--> +<a href="http://incubator.apache.org/droids/"> <img alt="Apache Droids Logo" class="logoImage" src="images/droid-logo.png" title="Apache Droids" width="115px" /> </a> <!--+ @@ -73,7 +81,7 @@ <div class="search-input"> <form action="http://www.google.com/search" method="get"> <div class="search-hidden"> -<input name="sitesearch" type="hidden" value="mydomain" /> +<input name="sitesearch" type="hidden" value="example.org" /> </div> <div class="search-field"> <input name="q" onblur="getPrompt(this, 'Search the site with google');" onfocus="getBlank(this, 'Search the site with google');" size="25" type="text" value="Search the site with google" /> @@ -97,7 +105,7 @@ <a class="base-not-selected" href="develop/develop.html">Develop</a> </li> <li> -<a class="base-not-selected" href="http://labs.apache.org">Apache Labs</a> +<a class="base-not-selected" href="http://incubator.apache.org">Apache Incubator</a> </li> </ul> <!--+ |end Tabs +-->
Modified: incubator/droids/trunk/docs/contrib.pdf URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/contrib.pdf?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/droids/trunk/docs/develop/develop.html URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/develop/develop.html?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== --- incubator/droids/trunk/docs/develop/develop.html (original) +++ incubator/droids/trunk/docs/develop/develop.html Wed Nov 5 10:07:30 2008 @@ -43,21 +43,29 @@ | start breadtrail +--> <div class="breadtrail"> -<a href="http://labs.apache.org/">Apache Labs</a> +<a href="http://incubator.apache.org/">Apache Incubator</a> <script src="../themes/breadcrumbs.js" type="text/javascript">Â </script> </div> <!--+ | end breadtrail +--> <div id="header"> -<div id="branding-tagline-name">new seed</div> -<div id="branding-tagline-tagline">powered by the - dispatcher</div> <div class="logo"> <!--+ |start Logo +--> -<a href="http://svn.apache.org/repos/asf/labs/droids/"> +<a href="http://incubator.apache.org/"> +<img alt="Apache Incubator Logo" class="logoImage" src="../images/apache-incubator-logo.png" title="Apache Incubator" /> +</a> +<!--+ + |end group Logo + +--> +</div> +<div class="projectlogo"> +<!--+ + |start Logo + +--> +<a href="http://incubator.apache.org/droids/"> <img alt="Apache Droids Logo" class="logoImage" src="../images/droid-logo.png" title="Apache Droids" width="115px" /> </a> <!--+ @@ -73,7 +81,7 @@ <div class="search-input"> <form action="http://www.google.com/search" method="get"> <div class="search-hidden"> -<input name="sitesearch" type="hidden" value="mydomain" /> +<input name="sitesearch" type="hidden" value="example.org" /> </div> <div class="search-field"> <input name="q" onblur="getPrompt(this, 'Search the site with google');" onfocus="getBlank(this, 'Search the site with google');" size="25" type="text" value="Search the site with google" /> @@ -97,7 +105,7 @@ <a class="base-selected" href="../develop/develop.html">Develop</a> </li> <li> -<a class="base-not-selected" href="http://labs.apache.org">Apache Labs</a> +<a class="base-not-selected" href="http://incubator.apache.org">Apache Incubator</a> </li> </ul> <!--+ |end Tabs +--> @@ -165,6 +173,9 @@ <div id="content-minitoc-area"> <ul class="minitoc"> <li> +<a href="#Develope+small+specialised+components%21">Develope small specialised components!</a> +</li> +<li> <a href="#how">How can I use Apache Droids in my application?</a> </li> <li> @@ -174,6 +185,26 @@ </div> <!--+ |end minitoc +--> <!--+ |start content-main +--> +<a name="Develope+small+specialised+components%21" title="Develope small specialised components!"> </a> +<h2 class="underlined_10">Develope small specialised components!</h2> +<div class="section"> +<p>Following the UNIX philosophy for automated task processing in java enable us to + re-use the maximum code from other projects. As a reminder a pipe in unix starts + with an invoking component (which produces a stream) + and then chain as much other components that interact on the stream that are needed. + The modification of each component will be passed to the next component in the chain. + </p> +<p>For example the following command in a unix box will lance a subversion command to + check for the status on the local svn checkout (svn st). The next command will filter + the files that are not under svn control (grep ?). The next command will modify the + stream to create a command to add this files to the repository (awk ...). The last step + will cause the invocation of the command by sending it to the shell (sh).</p> +<p> +<span class="codefrag">svn st | grep ? | awk '{print "svn add "$2}' | sh</span> +</p> +<p>In droids your are piping/processing your tasks with small specialist components + that combined are resolving your task. </p> +</div> <a name="how" title="How can I use Apache Droids in my application?"> </a> <h2 class="underlined_10">How can I use Apache Droids in my application?</h2> <div class="section"> Modified: incubator/droids/trunk/docs/develop/develop.pdf URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/develop/develop.pdf?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/droids/trunk/docs/develop/hello-crawler.html URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/develop/hello-crawler.html?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== --- incubator/droids/trunk/docs/develop/hello-crawler.html (original) +++ incubator/droids/trunk/docs/develop/hello-crawler.html Wed Nov 5 10:07:30 2008 @@ -41,21 +41,29 @@ | start breadtrail +--> <div class="breadtrail"> -<a href="http://labs.apache.org/">Apache Labs</a> +<a href="http://incubator.apache.org/">Apache Incubator</a> <script src="../themes/breadcrumbs.js" type="text/javascript">Â </script> </div> <!--+ | end breadtrail +--> <div id="header"> -<div id="branding-tagline-name">new seed</div> -<div id="branding-tagline-tagline">powered by the - dispatcher</div> <div class="logo"> <!--+ |start Logo +--> -<a href="http://svn.apache.org/repos/asf/labs/droids/"> +<a href="http://incubator.apache.org/"> +<img alt="Apache Incubator Logo" class="logoImage" src="../images/apache-incubator-logo.png" title="Apache Incubator" /> +</a> +<!--+ + |end group Logo + +--> +</div> +<div class="projectlogo"> +<!--+ + |start Logo + +--> +<a href="http://incubator.apache.org/droids/"> <img alt="Apache Droids Logo" class="logoImage" src="../images/droid-logo.png" title="Apache Droids" width="115px" /> </a> <!--+ @@ -71,7 +79,7 @@ <div class="search-input"> <form action="http://www.google.com/search" method="get"> <div class="search-hidden"> -<input name="sitesearch" type="hidden" value="mydomain" /> +<input name="sitesearch" type="hidden" value="example.org" /> </div> <div class="search-field"> <input name="q" onblur="getPrompt(this, 'Search the site with google');" onfocus="getBlank(this, 'Search the site with google');" size="25" type="text" value="Search the site with google" /> @@ -95,7 +103,7 @@ <a class="base-selected" href="../develop/develop.html">Develop</a> </li> <li> -<a class="base-not-selected" href="http://labs.apache.org">Apache Labs</a> +<a class="base-not-selected" href="http://incubator.apache.org">Apache Incubator</a> </li> </ul> <!--+ |end Tabs +--> Modified: incubator/droids/trunk/docs/develop/hello-crawler.pdf URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/develop/hello-crawler.pdf?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== Binary files - no diff available. Added: incubator/droids/trunk/docs/images/apache-incubator-logo.png URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/images/apache-incubator-logo.png?rev=711640&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/droids/trunk/docs/images/apache-incubator-logo.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: incubator/droids/trunk/docs/index.dispatcher.css URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/index.dispatcher.css?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== --- incubator/droids/trunk/docs/index.dispatcher.css (original) +++ incubator/droids/trunk/docs/index.dispatcher.css Wed Nov 5 10:07:30 2008 @@ -1,4 +1,10 @@ + + + + + + /* branding-theme-profiler-theme: Pelt */ #header .round-top-left-small { background-image: url(themes/images/roundcorner-t-l-5-bg294563-stroke4A6D8C-fg4A6D8C.png); Modified: incubator/droids/trunk/docs/index.html URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/index.html?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== --- incubator/droids/trunk/docs/index.html (original) +++ incubator/droids/trunk/docs/index.html Wed Nov 5 10:07:30 2008 @@ -41,21 +41,29 @@ | start breadtrail +--> <div class="breadtrail"> -<a href="http://labs.apache.org/">Apache Labs</a> +<a href="http://incubator.apache.org/">Apache Incubator</a> <script src="themes/breadcrumbs.js" type="text/javascript">Â </script> </div> <!--+ | end breadtrail +--> <div id="header"> -<div id="branding-tagline-name">new seed</div> -<div id="branding-tagline-tagline">powered by the - dispatcher</div> <div class="logo"> <!--+ |start Logo +--> -<a href="http://svn.apache.org/repos/asf/labs/droids/"> +<a href="http://incubator.apache.org/"> +<img alt="Apache Incubator Logo" class="logoImage" src="images/apache-incubator-logo.png" title="Apache Incubator" /> +</a> +<!--+ + |end group Logo + +--> +</div> +<div class="projectlogo"> +<!--+ + |start Logo + +--> +<a href="http://incubator.apache.org/droids/"> <img alt="Apache Droids Logo" class="logoImage" src="images/droid-logo.png" title="Apache Droids" width="115px" /> </a> <!--+ @@ -71,7 +79,7 @@ <div class="search-input"> <form action="http://www.google.com/search" method="get"> <div class="search-hidden"> -<input name="sitesearch" type="hidden" value="mydomain" /> +<input name="sitesearch" type="hidden" value="example.org" /> </div> <div class="search-field"> <input name="q" onblur="getPrompt(this, 'Search the site with google');" onfocus="getBlank(this, 'Search the site with google');" size="25" type="text" value="Search the site with google" /> @@ -95,7 +103,7 @@ <a class="base-not-selected" href="develop/develop.html">Develop</a> </li> <li> -<a class="base-not-selected" href="http://labs.apache.org">Apache Labs</a> +<a class="base-not-selected" href="http://incubator.apache.org">Apache Incubator</a> </li> </ul> <!--+ |end Tabs +--> @@ -204,23 +212,8 @@ write a new one from scratch, which can automatically seek out relevant online information based on the user's specifications.</p> <p>Droids (plural) is not designed for a special usecase, it is a framework: <strong>Take what - you need, do what you want, impossible is nothing.</strong> + you need, do what you want.</strong> </p> -<p>It is the cocoon/UNIX philosophy for automated task processing in java. As a - reminder a pipe in unix starts with an invoking component (which produces a stream) - and then chain as much other components that interact on the stream that are needed. - The modification of each component will be passed to the next component in the chain. - </p> -<p>For example the following command in a unix box will lance a subversion command to - check for the status on the local svn checkout (svn st). The next command will filter - the files that are not under svn control (grep ?). The next command will modify the - stream to create a command to add this files to the repository (awk ...). The last step - will cause the invocation of the command by sending it to the shell (sh).</p> -<p> -<span class="codefrag">svn st | grep ? | awk '{print "svn add "$2}' | sh</span> -</p> -<p>In droids your are piping/processing your tasks with small specialist components - that combined are resolving your task. </p> <p>Droids offers you following the components so far:</p> <ul> <li>Queue, a queue is the data structure where the different tasks are waiting for @@ -254,17 +247,6 @@ overriding the default properties that are needed. </li> <li> - <strong>Spring based.</strong> - The properties mentioned above get picked up by the build - process which inject them in the spring configuration. - </li> - <li> - <strong>Extensible.</strong> - The spring configuration makes usage of the - cocoon-configurator and its dynamic registry support (making - extending droids a pleasure). - </li> - <li> <strong>Multi-threaded.</strong> The architecture is that a robot (e.g. HelloCrawler controls various worker (threads) that are doing the actual work. @@ -288,6 +270,17 @@ <li>GaussianRandomDelayTime</li> </ul> </li> + <li> + <strong>Spring based - dynamics.</strong> + The properties mentioned above get picked up by the build + process which inject them in the spring configuration. + </li> + <li> + <strong>Extensible - dynamics.</strong> + The spring configuration makes usage of the + cocoon-configurator and its dynamic registry support (making + extending droids a pleasure). + </li> </ul> </div> <a name="Architecture" title="Architecture"> </a> @@ -310,14 +303,7 @@ <a name="Requirements" title="Requirements"> </a> <h2 class="underlined_10">Requirements</h2> <div class="section"> -<div class="warning"> -<div class="label">Ant Optional Tasks</div> -<div class="content">Important is that you have as well - the optional Ant tasks installed! Otherwise you will not be able - to build!</div> -</div> <ul> - <li>Apache Ant version 1.7.0 or higher</li> <li>JDK 1.5 or higher</li> </ul> </div> @@ -353,6 +339,9 @@ <a href="http://simile.mit.edu/wiki/Crowbar">Crowbar is a web scraping environment based on the use of a server-side headless mozilla-based browser.</a> </li> + <li> + <a href="http://www.osjava.org/oscube/">OSCube is a framework of sorts. I find myself writing a particular type of application, some kind of job engine, repeatedly and OSCube is the generic version there-of. It uses Simple-JNDI, and therefore really just basic JNDI, as its configuration system, and the Quartz scheduler for Cron-work.</a> + </li> </ul> </div> <!--+ |end content-main +--> Modified: incubator/droids/trunk/docs/index.pdf URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/index.pdf?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/droids/trunk/docs/install.dispatcher.css URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/install.dispatcher.css?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== --- incubator/droids/trunk/docs/install.dispatcher.css (original) +++ incubator/droids/trunk/docs/install.dispatcher.css Wed Nov 5 10:07:30 2008 @@ -1,10 +1,4 @@ - - - - - - /* branding-theme-profiler-theme: Pelt */ #header .round-top-left-small { background-image: url(themes/images/roundcorner-t-l-5-bg294563-stroke4A6D8C-fg4A6D8C.png); Modified: incubator/droids/trunk/docs/install.html URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/install.html?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== --- incubator/droids/trunk/docs/install.html (original) +++ incubator/droids/trunk/docs/install.html Wed Nov 5 10:07:30 2008 @@ -43,21 +43,29 @@ | start breadtrail +--> <div class="breadtrail"> -<a href="http://labs.apache.org/">Apache Labs</a> +<a href="http://incubator.apache.org/">Apache Incubator</a> <script src="themes/breadcrumbs.js" type="text/javascript">Â </script> </div> <!--+ | end breadtrail +--> <div id="header"> -<div id="branding-tagline-name">new seed</div> -<div id="branding-tagline-tagline">powered by the - dispatcher</div> <div class="logo"> <!--+ |start Logo +--> -<a href="http://svn.apache.org/repos/asf/labs/droids/"> +<a href="http://incubator.apache.org/"> +<img alt="Apache Incubator Logo" class="logoImage" src="images/apache-incubator-logo.png" title="Apache Incubator" /> +</a> +<!--+ + |end group Logo + +--> +</div> +<div class="projectlogo"> +<!--+ + |start Logo + +--> +<a href="http://incubator.apache.org/droids/"> <img alt="Apache Droids Logo" class="logoImage" src="images/droid-logo.png" title="Apache Droids" width="115px" /> </a> <!--+ @@ -73,7 +81,7 @@ <div class="search-input"> <form action="http://www.google.com/search" method="get"> <div class="search-hidden"> -<input name="sitesearch" type="hidden" value="mydomain" /> +<input name="sitesearch" type="hidden" value="example.org" /> </div> <div class="search-field"> <input name="q" onblur="getPrompt(this, 'Search the site with google');" onfocus="getBlank(this, 'Search the site with google');" size="25" type="text" value="Search the site with google" /> @@ -97,7 +105,7 @@ <a class="base-not-selected" href="develop/develop.html">Develop</a> </li> <li> -<a class="base-not-selected" href="http://labs.apache.org">Apache Labs</a> +<a class="base-not-selected" href="http://incubator.apache.org">Apache Incubator</a> </li> </ul> <!--+ |end Tabs +--> @@ -177,6 +185,25 @@ <a href="#Download">Download</a> </li> <li> +<a href="#env">Setting up the Environment</a> +<ul class="minitoc"> +<li> +<a href="#In+Unix%2FLinux%3A">In Unix/Linux:</a> +<ul class="minitoc"> +<li> +<a href="#Permanently+Setting+The+Environment+Variables+for+Linux%2FUnix">Permanently Setting The Environment Variables for Linux/Unix</a> +</li> +</ul> +</li> +<li> +<a href="#Windows+2000">Windows 2000</a> +</li> +<li> +<a href="#In+Windows+XP%3A">In Windows XP:</a> +</li> +</ul> +</li> +<li> <a href="#Build">Build</a> </li> <li> @@ -191,7 +218,79 @@ <div class="section"> <p>Download the Droids code base (we refer to the resulting directory as $DROIDS_HOME):</p> -<pre class="code">svn co https://svn.apache.org/repos/asf/labs/droids/trunk droids</pre> +<pre class="code">svn co https://svn.apache.org/repos/asf/incubator/droids/trunk droids</pre> +</div> +<a name="env" title="Setting up the Environment"> </a> +<h2 class="underlined_10">Setting up the Environment</h2> +<div class="section"> +<p> + After downloading and extracting Droids, you need to add environment + variables. The reason for this is so that the 'droids' command is + available everywhere and it can locate its home directory and + resources. It is beyond the scope of Droids to explain how to manage + your operating system. + </p> +<a name="In+Unix%2FLinux%3A" title="In Unix/Linux:"> </a> +<h3 class="underlined_5">In Unix/Linux:</h3> +<div class="section"> +<p class="instruction"> + change directory to the top-level of the droids distribution and do + ... + </p> +<p class="instruction"> + ~/apache-droids$ export DROIDS_HOME=`pwd` + </p> +<p class="instruction"> + ~/apache-droids$ export PATH=$PATH:$DROIDS_HOME/bin + </p> +<a name="Permanently+Setting+The+Environment+Variables+for+Linux%2FUnix" title="Permanently Setting The Environment Variables for Linux/Unix"> </a> +<h4>Permanently Setting The Environment Variables for Linux/Unix</h4> +<p> + Export only changes the variables during that terminal session for + that user, this is useful for testing. To permanently add the + variable edit either <span class="codefrag">/etc/bash.bashrc</span> (for all users) + or <span class="codefrag">~/.bash_profile</span> or <span class="codefrag">~/.bashrc</span> (for individual users). Add these + lines to the end of the file you edit: + </p> +<pre class="code"> + DROIDS_HOME=/full/path/to/droids + export DROIDS_HOME + + PATH=$PATH:$DROIDS_HOME/bin + export PATH + </pre> +</div> +<a name="Windows+2000" title="Windows 2000"> </a> +<h3 class="underlined_5">Windows 2000</h3> +<div class="section"> +<p class="instruction"> + Go to "My Computer", "Properties", "Advanced", "Environment + Variables" + </p> +<p class="instruction"> + add a new variable <span class="codefrag">DROIDS_HOME</span> as + <span class="codefrag">C:\full\path\to\apache-droids</span> + </p> +<p class="instruction"> + edit <span class="codefrag">PATH</span> as <span class="codefrag">%PATH%;%DROIDS_HOME%\bin</span> + </p> +</div> +<a name="In+Windows+XP%3A" title="In Windows XP:"> </a> +<h3 class="underlined_5">In Windows XP:</h3> +<div class="section"> +<p class="instruction"> + Go to "My Computer", "Properties", "Advanced", "Environment + Variables" + </p> +<p class="instruction"> + Create a New variable with name: DROIDS_HOME value: + C:\full\path\to\apache-droids + </p> +<p class="instruction"> + Edit PATH by adding ;%DROIDS_HOME%\bin to the end of the current + value. + </p> +</div> </div> <a name="Build" title="Build"> </a> <h2 class="underlined_10">Build</h2> @@ -206,10 +305,10 @@ droids.name=hello # the regular expression file we want to use -droids.filter.regex=${basedir}/regex-urlfilter.txt +droids.filter.regex=${droids.home}/regex-urlfilter.txt # the root output dir for saving a crawl -droids.handler.save.dir=${basedir}/export/</pre> +droids.handler.save.dir=${droids.home}/export/</pre> <p> <strong>After</strong> you create the above file you can go ahead and build droids like follows. The command will first download all libaries that we need with the help Modified: incubator/droids/trunk/docs/install.pdf URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/install.pdf?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/droids/trunk/docs/linkmap.dispatcher.css URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/linkmap.dispatcher.css?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== --- incubator/droids/trunk/docs/linkmap.dispatcher.css (original) +++ incubator/droids/trunk/docs/linkmap.dispatcher.css Wed Nov 5 10:07:30 2008 @@ -1,4 +1,10 @@ + + + + + + /* branding-theme-profiler-theme: Pelt */ #header .round-top-left-small { background-image: url(themes/images/roundcorner-t-l-5-bg294563-stroke4A6D8C-fg4A6D8C.png); Modified: incubator/droids/trunk/docs/linkmap.html URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/linkmap.html?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== --- incubator/droids/trunk/docs/linkmap.html (original) +++ incubator/droids/trunk/docs/linkmap.html Wed Nov 5 10:07:30 2008 @@ -39,21 +39,29 @@ | start breadtrail +--> <div class="breadtrail"> -<a href="http://labs.apache.org/">Apache Labs</a> +<a href="http://incubator.apache.org/">Apache Incubator</a> <script src="themes/breadcrumbs.js" type="text/javascript">Â </script> </div> <!--+ | end breadtrail +--> <div id="header"> -<div id="branding-tagline-name">new seed</div> -<div id="branding-tagline-tagline">powered by the - dispatcher</div> <div class="logo"> <!--+ |start Logo +--> -<a href="http://svn.apache.org/repos/asf/labs/droids/"> +<a href="http://incubator.apache.org/"> +<img alt="Apache Incubator Logo" class="logoImage" src="images/apache-incubator-logo.png" title="Apache Incubator" /> +</a> +<!--+ + |end group Logo + +--> +</div> +<div class="projectlogo"> +<!--+ + |start Logo + +--> +<a href="http://incubator.apache.org/droids/"> <img alt="Apache Droids Logo" class="logoImage" src="images/droid-logo.png" title="Apache Droids" width="115px" /> </a> <!--+ @@ -69,7 +77,7 @@ <div class="search-input"> <form action="http://www.google.com/search" method="get"> <div class="search-hidden"> -<input name="sitesearch" type="hidden" value="mydomain" /> +<input name="sitesearch" type="hidden" value="example.org" /> </div> <div class="search-field"> <input name="q" onblur="getPrompt(this, 'Search the site with google');" onfocus="getBlank(this, 'Search the site with google');" size="25" type="text" value="Search the site with google" /> @@ -93,7 +101,7 @@ <a class="base-not-selected" href="develop/develop.html">Develop</a> </li> <li> -<a class="base-not-selected" href="http://labs.apache.org">Apache Labs</a> +<a class="base-not-selected" href="http://incubator.apache.org">Apache Incubator</a> </li> </ul> <!--+ |end Tabs +--> Modified: incubator/droids/trunk/docs/linkmap.pdf URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/linkmap.pdf?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/droids/trunk/docs/mail-lists.dispatcher.css URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/mail-lists.dispatcher.css?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== --- incubator/droids/trunk/docs/mail-lists.dispatcher.css (original) +++ incubator/droids/trunk/docs/mail-lists.dispatcher.css Wed Nov 5 10:07:30 2008 @@ -1,10 +1,4 @@ - - - - - - /* branding-theme-profiler-theme: Pelt */ #header .round-top-left-small { background-image: url(themes/images/roundcorner-t-l-5-bg294563-stroke4A6D8C-fg4A6D8C.png); Modified: incubator/droids/trunk/docs/mail-lists.html URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/mail-lists.html?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== --- incubator/droids/trunk/docs/mail-lists.html (original) +++ incubator/droids/trunk/docs/mail-lists.html Wed Nov 5 10:07:30 2008 @@ -43,21 +43,29 @@ | start breadtrail +--> <div class="breadtrail"> -<a href="http://labs.apache.org/">Apache Labs</a> +<a href="http://incubator.apache.org/">Apache Incubator</a> <script src="themes/breadcrumbs.js" type="text/javascript">Â </script> </div> <!--+ | end breadtrail +--> <div id="header"> -<div id="branding-tagline-name">new seed</div> -<div id="branding-tagline-tagline">powered by the - dispatcher</div> <div class="logo"> <!--+ |start Logo +--> -<a href="http://svn.apache.org/repos/asf/labs/droids/"> +<a href="http://incubator.apache.org/"> +<img alt="Apache Incubator Logo" class="logoImage" src="images/apache-incubator-logo.png" title="Apache Incubator" /> +</a> +<!--+ + |end group Logo + +--> +</div> +<div class="projectlogo"> +<!--+ + |start Logo + +--> +<a href="http://incubator.apache.org/droids/"> <img alt="Apache Droids Logo" class="logoImage" src="images/droid-logo.png" title="Apache Droids" width="115px" /> </a> <!--+ @@ -73,7 +81,7 @@ <div class="search-input"> <form action="http://www.google.com/search" method="get"> <div class="search-hidden"> -<input name="sitesearch" type="hidden" value="mydomain" /> +<input name="sitesearch" type="hidden" value="example.org" /> </div> <div class="search-field"> <input name="q" onblur="getPrompt(this, 'Search the site with google');" onfocus="getBlank(this, 'Search the site with google');" size="25" type="text" value="Search the site with google" /> @@ -97,7 +105,7 @@ <a class="base-not-selected" href="develop/develop.html">Develop</a> </li> <li> -<a class="base-not-selected" href="http://labs.apache.org">Apache Labs</a> +<a class="base-not-selected" href="http://incubator.apache.org">Apache Incubator</a> </li> </ul> <!--+ |end Tabs +--> @@ -179,6 +187,9 @@ <li> <a href="#Lists">Lists</a> </li> +<li> +<a href="#LegacyLists">Legacy Lists</a> +</li> </ul> </div> <!--+ |end minitoc +--> @@ -239,10 +250,58 @@ <a href="http://www.apache.org/foundation/public-archives.html">Public Forum Archive Policy</a>. </p> +<table cellpadding="4" cellspacing="1" class="ForrestTable"> + <tr> + <th colspan="1" rowspan="1">Name</th> + <th colspan="1" rowspan="1">Archives</th> + <th colspan="1" rowspan="1">Purpose</th> + <th colspan="1" rowspan="1">Notes</th> + <th colspan="1" rowspan="1">Subscription Management</th> + </tr> + <tr> + <td colspan="1" rowspan="1"> + <a id="droids-dev" name="droids-dev" /> +<strong>[EMAIL PROTECTED]</strong> + </td> + <td colspan="1" rowspan="1"> + <a href="http://mail-archives.apache.org/mod_mbox/incubator-droids-dev/">mod_mbox + at mail-archives.apache.org</a> + </td> + <td colspan="1" rowspan="1">Any issue related to development and enhancement.</td> + <td colspan="1" rowspan="1">Postings from non-subscribers are moderated. + </td> + <td colspan="1" rowspan="1"> + droids-dev-subscribe<at>incubator.apache.org<br /> + droids-dev-unsubscribe<at>incubator.apache.org<br /> + droids-dev-help<at>incubator.apache.org + </td> + </tr> + <tr> + <td colspan="1" rowspan="1"> + <a id="droids-commits" name="droids-commits" /> +<strong>[EMAIL PROTECTED]</strong> + </td> + <td colspan="1" rowspan="1"> +<a href="http://mail-archives.apache.org/mod_mbox/incubator-droids-commits">mod_mbox + at mail-archives.apache.org</a> + </td> + <td colspan="1" rowspan="1">Receive notifications on changes in the Doids/labs codebase in the SVN repository.</td> + <td colspan="1" rowspan="1">Replies go to [EMAIL PROTECTED]</td> + <td colspan="1" rowspan="1"> + droids-commits-subscribe<at>incubator.apache.org<br /> + droids-commits-unsubscribe<at>incubator.apache.org<br /> + droids-commits-help<at>incubator.apache.org + </td> + </tr> + </table> +</div> +<a name="LegacyLists" title="Legacy Lists"> </a> +<h2 class="underlined_10">Legacy Lists</h2> +<div class="section"> <div class="note"> <div class="label">Note</div> -<div class="content">Droids is still an Apache Labs project meaning it shares the principal - mailing list of Labs.</div> +<div class="content">Droids had been an Apache Labs project (till October/November 2008) + meaning it shared the principal mailing lists of Labs.</div> </div> <table cellpadding="4" cellspacing="1" class="ForrestTable"> <tr> @@ -254,13 +313,12 @@ </tr> <tr> <td colspan="1" rowspan="1"> - <a id="droids-dev" name="droids-dev" /> + <a id="labs-droids-dev" name="labs-droids-dev" /> <strong>[EMAIL PROTECTED]</strong> </td> <td colspan="1" rowspan="1"> <a href="http://labs.markmail.org/"> Labs Home - MarkMail</a> <br /> - <br /> <a href="http://mail-archives.apache.org/mod_mbox/labs-labs/">mod_mbox at mail-archives.apache.org</a> </td> @@ -275,23 +333,21 @@ </tr> <tr> <td colspan="1" rowspan="1"> - <a id="droids-commits" name="droids-commits" /> + <a id="labs-droids-commits" name="labs-droids-commits" /> <strong>[EMAIL PROTECTED]</strong> </td> <td colspan="1" rowspan="1"> -<br /> <a href="http://markmail.org/list/org.apache.labs.commit">MarkMail</a> <br /> - <br /> -<a href="http://mail-archives.apache.org/mod_mbox/labs-commit">mod_mbox +<a href="http://mail-archives.apache.org/mod_mbox/labs-commits">mod_mbox at mail-archives.apache.org</a> </td> <td colspan="1" rowspan="1">Receive notifications on changes in the Doids/labs codebase in the SVN repository.</td> <td colspan="1" rowspan="1">Replies go to [EMAIL PROTECTED]</td> <td colspan="1" rowspan="1"> - commit-subscribe<at>labs.apache.org<br /> - commit-unsubscribe<at>labs.apache.org<br /> - commit-help<at>labs.apache.org + commits-subscribe<at>labs.apache.org<br /> + commits-unsubscribe<at>labs.apache.org<br /> + commits-help<at>labs.apache.org </td> </tr> </table> Modified: incubator/droids/trunk/docs/mail-lists.pdf URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/mail-lists.pdf?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/droids/trunk/docs/themes/droids.css URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/themes/droids.css?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== --- incubator/droids/trunk/docs/themes/droids.css (original) +++ incubator/droids/trunk/docs/themes/droids.css Wed Nov 5 10:07:30 2008 @@ -1,3 +1,9 @@ div#nav-main-hook { background-color:#000 ; +} +.projectlogo { + padding: 7px 0 10px 10px; + float: left; + width: 33%; + text-align: right; } \ No newline at end of file Modified: incubator/droids/trunk/docs/todo.html URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/todo.html?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== --- incubator/droids/trunk/docs/todo.html (original) +++ incubator/droids/trunk/docs/todo.html Wed Nov 5 10:07:30 2008 @@ -41,21 +41,29 @@ | start breadtrail +--> <div class="breadtrail"> -<a href="http://labs.apache.org/">Apache Labs</a> +<a href="http://incubator.apache.org/">Apache Incubator</a> <script src="themes/breadcrumbs.js" type="text/javascript">Â </script> </div> <!--+ | end breadtrail +--> <div id="header"> -<div id="branding-tagline-name">new seed</div> -<div id="branding-tagline-tagline">powered by the - dispatcher</div> <div class="logo"> <!--+ |start Logo +--> -<a href="http://svn.apache.org/repos/asf/labs/droids/"> +<a href="http://incubator.apache.org/"> +<img alt="Apache Incubator Logo" class="logoImage" src="images/apache-incubator-logo.png" title="Apache Incubator" /> +</a> +<!--+ + |end group Logo + +--> +</div> +<div class="projectlogo"> +<!--+ + |start Logo + +--> +<a href="http://incubator.apache.org/droids/"> <img alt="Apache Droids Logo" class="logoImage" src="images/droid-logo.png" title="Apache Droids" width="115px" /> </a> <!--+ @@ -71,7 +79,7 @@ <div class="search-input"> <form action="http://www.google.com/search" method="get"> <div class="search-hidden"> -<input name="sitesearch" type="hidden" value="mydomain" /> +<input name="sitesearch" type="hidden" value="example.org" /> </div> <div class="search-field"> <input name="q" onblur="getPrompt(this, 'Search the site with google');" onfocus="getBlank(this, 'Search the site with google');" size="25" type="text" value="Search the site with google" /> @@ -95,7 +103,7 @@ <a class="base-not-selected" href="develop/develop.html">Develop</a> </li> <li> -<a class="base-not-selected" href="http://labs.apache.org">Apache Labs</a> +<a class="base-not-selected" href="http://incubator.apache.org">Apache Incubator</a> </li> </ul> <!--+ |end Tabs +--> Modified: incubator/droids/trunk/docs/todo.pdf URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/todo.pdf?rev=711640&r1=711639&r2=711640&view=diff ============================================================================== Binary files - no diff available.
