On Thu, 2008-02-21 at 12:30 +0100, Oleg Kalnichevski wrote: > On Thu, 2008-02-21 at 09:16 +0100, Thorsten Scherler wrote: > > Hi all, > > > > I wrote some basic documentation for droids (till now just about install > > and run). It can be found in the trunk [1] but for your comfort I added > > it as well to my apache space: > > http://people.apache.org/~thorsten/droids/ > > > > I will now write some more lines about extending droids and may find the > > time to write a basic solr droid (I expect there will be some interest > > from the Apache Solr community). > > > > BTW the current version is incorporating Norbert - the (no)robots.txt > > parser - which was mentioned by Roland Weber and is part of the sandbox > > of HttpComponents. > > > > Is there are still interest to host Droids and sponsor it in incubation > > as mentioned in [2]? > > > > Absolutely. I also would like to see Norbert eventually absorbed into > Droids, as it does not seem to have a future as a standalone component.
I actually did that already because I was up to patch the code http://svn.apache.org/repos/asf/labs/droids/trunk/src/core/java/org/apache/http/norobots/ In the end I created a helper class (UrlHelper) and a method (findRobotsUrl) which would better go into the above package. I will write now more about extending the default droid jar with custom components and how to use it in a java app. After this I will concentrate to create a roadmap. Thanks for your interest and fast reply. salu2 > > Oleg > > > Hope you enjoy. > > > > [1] http://svn.apache.org/repos/asf/labs/droids/trunk/ > > [2] http://labs.markmail.org/message/qu72r7scsbvifcsu?q=norbert > > > > salu2 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Thorsten Scherler thorsten.at.apache.org Open Source Java consulting, training and solutions --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
