On Feb 24, 2007, at 1:24 AM, Chris Hostetter wrote:


: think we could move more to the Wiki. One solution, would be to have
: a simple script that calls wget (or some crawler) and downloads all
: of the wiki.  It would, however, be better if the wiki supported

yeah .. that's a fairly crude approach that would result in a lot of the useless navigation links being left in place -- and we'd need soemthing somewaht custom to deal with changing the site links t opoint to the local
files

wget can change links to point locally. For my upcoming Lucene/Solr workshop next week, I include the entire Solr wiki in the .zip I make available to the attendees. From my Rakefile:

task :fetch_wiki do
system("wget -P#{STAGE_DIR}/preconf -p --convert-links -r http:// wiki.apache.org/solr")
end

        Erik




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to