Hello. This may be a bit OT, but I'd like to ask for some help. I'm about to give out assignments for a project (using xapian) to my students, who don't have access to the internet. However, I've found xapian wiki extremely useful. I'd be a shame (or even a handicap) if they could not access it. Has anyone built an offline mirror of the wiki? (Could I do a wget -r without hurting the server too much?) Regards, -- Luis Zarrabeitia (aka Kyrie) Fac. de Matem?tica y Computaci?n, UH. http://profesores.matcom.uh.cu/~kyrie
On Wed, Sep 16, 2009 at 01:41:59PM -0400, Luis Zarrabeitia wrote:> Has anyone built an offline mirror of the wiki? (Could I do a wget > -r without hurting the server too much?)I'm not aware of an offline mirror. A recursive wget early morning GMT (say 3am GMT) shouldn't cause any problems. The cleanest way of doing this will be to start at <http://trac.xapian.org/wiki/TitleIndex> and restrict the recursion depth to 1 (since that page lists all the pages in the system). Shouldn't take all that long to download. Something like the following should do: wget -r -l 1 -I wiki http://trac.xapian.org/wiki/TitleIndex J -- James Aylett talktorex.co.uk - xapian.org - uncertaintydivision.org