I have noticed the announcement that Wikispaces, which is hosting the Chess Programming Wiki, is shutting down (http://blog.wikispaces.com/). I hope there are plans to migrate the content elsewhere, because it has been a good resource and reference.
--Jon
Chess Programming Wiki
Moderators: hgm, chrisw, Rebel
-
- Posts: 4386
- Joined: Fri Mar 10, 2006 5:23 am
- Location: http://www.arasanchess.org
-
- Posts: 61
- Joined: Wed Feb 19, 2014 10:11 pm
Re: Chess Programming Wiki
Anyone know of an easy method to download an entire wiki for preservation?
-
- Posts: 2251
- Joined: Wed Mar 08, 2006 8:47 pm
- Location: Hattingen, Germany
Re: Chess Programming Wiki
We have wikitext backups, and some months time to look for another host.jdart wrote:I have noticed the announcement that Wikispaces, which is hosting the Chess Programming Wiki, is shutting down (http://blog.wikispaces.com/). I hope there are plans to migrate the content elsewhere, because it has been a good resource and reference.
--Jon
Gerd
-
- Posts: 61
- Joined: Wed Feb 19, 2014 10:11 pm
Re: Chess Programming Wiki
For those that want to make an independent backup (better safe than sorry!)
I think I have narrowed down the best programs for the task based on operating system:
OSX / iOS - SiteSucker - http://ricks-apps.com/osx/sitesucker/index.html
Linux / Android - HTTrack - http://www.httrack.com
Windows - WebCopy - https://www.cyotek.com/cyotek-webcopy
I will be making a backup of it. I implore others to also make sure that this resource cannot have an accident.
I think I have narrowed down the best programs for the task based on operating system:
OSX / iOS - SiteSucker - http://ricks-apps.com/osx/sitesucker/index.html
Linux / Android - HTTrack - http://www.httrack.com
Windows - WebCopy - https://www.cyotek.com/cyotek-webcopy
I will be making a backup of it. I implore others to also make sure that this resource cannot have an accident.
-
- Posts: 31
- Joined: Fri Nov 25, 2016 10:14 am
- Location: Singapore
Re: Chess Programming Wiki
How big is the backup ? Can we have an idea ? Can we copy it to github ?
Brahim HAMADICHAREF
Singapore
Singapore
-
- Posts: 1504
- Joined: Wed Apr 21, 2010 4:58 am
- Location: Australia
- Full name: Nguyen Hong Pham
Re: Chess Programming Wiki
Did you backup successfully? As far as I know some websites can detect if it is being downloaded by site suckers and prevent them.
-
- Posts: 1494
- Joined: Thu Mar 30, 2006 2:08 pm
Re: Chess Programming Wiki
We have backups of the site and make them regularly. it is about 165 megabytes of data right now. I would request that you do not take up site bandwidth to back it up. I would be happy to get you a copy of the backup whenever you want. We are working on finding a suitable site to host right now, and I would prefer we keep the bandwidth down until that is done.DustyMonkey wrote:For those that want to make an independent backup (better safe than sorry!)
I think I have narrowed down the best programs for the task based on operating system:
OSX / iOS - SiteSucker - http://ricks-apps.com/osx/sitesucker/index.html
Linux / Android - HTTrack - http://www.httrack.com
Windows - WebCopy - https://www.cyotek.com/cyotek-webcopy
I will be making a backup of it. I implore others to also make sure that this resource cannot have an accident.
Mark
-
- Posts: 2648
- Joined: Tue Aug 30, 2016 8:19 pm
- Full name: Rasmus Althoff
Re: Chess Programming Wiki
I guess the issue is not doing a backup of the data, but figuring out how to get something in place that can use the data without Wikispaces. Means, how either to convert the database to another CMS or use the CMS that Wikispaces is using - provided that this is available.
-
- Posts: 5252
- Joined: Thu Mar 09, 2006 9:40 am
- Full name: Vincent Lejeune
Re: Chess Programming Wiki
Thibault is open tu host CPW on a Lichess server.
Is it easy to set up a wikispace-like interface ?
Is it easy to set up a wikispace-like interface ?
Thibault wrote:we shall not let that wiki die
-
- Posts: 593
- Joined: Sat Aug 20, 2011 9:43 am
Re: Chess Programming Wiki
On the surface, the wikispaces cms is similar to:Ras wrote:I guess the issue is not doing a backup of the data, but figuring out how to get something in place that can use the data without Wikispaces. Means, how either to convert the database to another CMS or use the CMS that Wikispaces is using - provided that this is available.
https://www.mediawiki.org/wiki/Download
Searching around for 'import from wikispaces' may generate leads for possible replacement software. There are a lot of people going through the same process at the moment, it is worth checking how they're handing the problem.