Chess Programming Wiki

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

Ed Trice
Posts: 100
Joined: Fri Sep 19, 2014 5:03 am

Re: Chess Programming Wiki

Post by Ed Trice »

1. The US Patent for Gothic Chess was sold for $250,000 to the International team who took a 50% share in the international profits once the International Patent was awarded. Why all the citation claiming "unpaid maintenance fees?" Not even close to the reason. The International Patent overshadows the US Patent in all cases.

2. Under the "References" section, remove items 3, 4, 6, 16, 17, 18, 19, and 20. They have nothing to do with programming or any software I have written.

3. Under "Forum Posts" from 2005, NONE of that belongs. Remove all of it.
Gerd Isenberg
Posts: 2250
Joined: Wed Mar 08, 2006 8:47 pm
Location: Hattingen, Germany

Re: Chess Programming Wiki

Post by Gerd Isenberg »

Ed Trice wrote:1. The US Patent for Gothic Chess was sold for $250,000 to the International team who took a 50% share in the international profits once the International Patent was awarded. Why all the citation claiming "unpaid maintenance fees?" Not even close to the reason. The International Patent overshadows the US Patent in all cases.

2. Under the "References" section, remove items 3, 4, 6, 16, 17, 18, 19, and 20. They have nothing to do with programming or any software I have written.

3. Under "Forum Posts" from 2005, NONE of that belongs. Remove all of it.
Done ...
https://chessprogramming.wikispaces.com/Ed+Trice
Ed Trice
Posts: 100
Joined: Fri Sep 19, 2014 5:03 am

Re: Chess Programming Wiki

Post by Ed Trice »

Very much appreciated. Thank you.
smatovic
Posts: 2658
Joined: Wed Mar 10, 2010 10:18 pm
Location: Hamburg, Germany
Full name: Srdja Matovic

Re: Chess Programming Wiki...archive.org?

Post by smatovic »

Maybe we can convince archive.org to make an full backup before the shut down?

--
Srdja
User avatar
Ovyron
Posts: 4556
Joined: Tue Jul 03, 2007 4:30 am

Re: Chess Programming Wiki...archive.org?

Post by Ovyron »

smatovic wrote:Maybe we can convince archive.org to make an full backup before the shut down?
They rely on volunteers, anybody can go and do that manually. At least, in theory, it seems Wikispaces has an odd format that makes archive.org struggle.
Your beliefs create your reality, so be careful what you wish for.
Jesse Gersenson
Posts: 593
Joined: Sat Aug 20, 2011 9:43 am

Re: Chess Programming Wiki

Post by Jesse Gersenson »

Gerd Isenberg wrote:We have wikitext backups, and some months time to look for another host.
How about digitalocean.com? They're $5/mo. and you get 25gb of ssd disk space, a full linux shell enviornment where you can install whatever you want.

I would like to see the 'wikitext backup' for this page:
https://chessprogramming.wikispaces.com ... r+Olympiad

Looks like there are about 4500 'pages and files', 1700 members, 800 tags and likely a bunch of photos.

I have never migrated a wiki but have migrated lots and lots of sites. I'd guess this site could be moved to a basic hosting site, wikipedia installed, and the data imported without too much trouble. Possible process would be to import using the wikitexts backup you have, then augment this with a script to fill in whatever wasn't included in the backup file.

Recreating members may be a problem. Keeping underlying data needed for 'recent changes' and 'date edited' is a problem.
Gerd Isenberg
Posts: 2250
Joined: Wed Mar 08, 2006 8:47 pm
Location: Hattingen, Germany

Re: Chess Programming Wiki

Post by Gerd Isenberg »

Jesse Gersenson wrote:
Gerd Isenberg wrote:We have wikitext backups, and some months time to look for another host.
How about digitalocean.com? They're $5/mo. and you get 25gb of ssd disk space, a full linux shell enviornment where you can install whatever you want.

I would like to see the 'wikitext backup' for this page:
https://chessprogramming.wikispaces.com ... r+Olympiad

Looks like there are about 4500 'pages and files', 1700 members, 800 tags and likely a bunch of photos.

I have never migrated a wiki but have migrated lots and lots of sites. I'd guess this site could be moved to a basic hosting site, wikipedia installed, and the data imported without too much trouble. Possible process would be to import using the wikitexts backup you have, then augment this with a script to fill in whatever wasn't included in the backup file.

Recreating members may be a problem. Keeping underlying data needed for 'recent changes' and 'date edited' is a problem.
Thank you for your interest and proposal - that sounds interesting. Current plans are to convert it to MediaWiki - despite bugs and problems by wikispaces to convert its native wikitext to other formats, we managed to get a ~140 MB MediaWiki.zip, but so far no way to preserve the complete history for CC BY-SA conformance.

The 'wikitext backup' by pm.
ilhooq
Posts: 4
Joined: Tue Mar 10, 2015 12:07 pm

Re: Chess Programming Wiki

Post by ilhooq »

Gerd Isenberg wrote: Current plans are to convert it to MediaWiki - despite bugs and problems by wikispaces to convert its native wikitext to other formats, we managed to get a ~140 MB MediaWiki.zip, but so far no way to preserve the complete history for CC BY-SA conformance.
Since many years, the CPW is for me a treasure of knowledges and I decided to write a script to properly import pages, users, files and history from WikiSpaces to MediaWiki.

The script uses Wikispaces SOAP API to import pages content and history and WebDAV to import files.

The script can be downloaded here :

https://gist.github.com/ilhooq/65c1e249 ... e8647f2691

I hope it will be useful for your migration.
ilhooq
Posts: 4
Joined: Tue Mar 10, 2015 12:07 pm

Re: Chess Programming Wiki

Post by ilhooq »

DustyMonkey wrote:Anyone know of an easy method to download an entire wiki for preservation?
I made an offline version of the wiki (~160MB) using Wikispaces SOAP API to get pages content and WebDAV to import files and then PHP to build pages layout.
Once extracted, you'll find a scripts folder containing tools to maintain up to date pages and files until the Wikispaces closure.
User avatar
cdani
Posts: 2204
Joined: Sat Jan 18, 2014 10:24 am
Location: Andorra

Re: Chess Programming Wiki

Post by cdani »

Thanks!!