Way to Dowload Wiki (snapshot)

Discussion of all aspects of the website, wiki, and forums, including assistance requests and new ideas for them.

Moderator: Forum Moderators

Post Reply
tashi
Posts: 49
Joined: March 2nd, 2007, 4:07 am
Location: Texas

Way to Dowload Wiki (snapshot)

Post by tashi »

Is there a way to download the wiki, like a snapshot?

Here is an example from a wiki site (a different wiki engine but it's the idea) when you can DL the entire contents of their Wiki.

http://senseis.xmp.net/?SLSnapshot

My personal interest is to be able to download the WML reference for when I am not online
MDG
Posts: 378
Joined: June 7th, 2007, 11:18 am
Location: UK

Already answered?

Post by MDG »

Answered here?
HaJo
Inactive Developer
Posts: 174
Joined: August 7th, 2005, 11:52 pm
Location: DE

Re: Way to Dowload Wiki (snapshot)

Post by HaJo »

tashi wrote:Is there a way to download the wiki, like a snapshot?
How about using a program like the good old wget ?

E.g.

Code: Select all

wget -r -l1 http://www.wesnoth.org/wiki/CampaignWML
will download recursively, 1 level deep, all pages starting at CampaignWML.
-HaJo
tashi
Posts: 49
Joined: March 2nd, 2007, 4:07 am
Location: Texas

Post by tashi »

wget is a linux util right? I don't have a Linux partition setup. (on the todo list)

Right now I am using a Vista. I have downloaded a program that DL's a offline copy of a website will play with that.
HaJo
Inactive Developer
Posts: 174
Joined: August 7th, 2005, 11:52 pm
Location: DE

Post by HaJo »

tashi wrote:wget is a linux util right?
wget is also available for windows, see
http://gnuwin32.sourceforge.net/packages/wget.htm

And then there are a lot of ported GNU utilities for Win32
at http://unxutils.sourceforge.net ...
-HaJo
Post Reply