Spinner Wiki |
![]() |
"SpinnerWiki" is a variant of Dolphin Wiki Web, which itself is a continuation of JOS Wiki. For more information, see the official home page: http://spinner-wiki.sourceforge.net/. Source code archives for Spinner Wiki can be found at the SourceForge download site [1]. Often a more recent snapshot will be found in the file upload area [2]. If you are interested in InstallingSpinnerWiki
...
July 1, 2002 - I noticed that, running on a system without administrative priviledges (like SourceForge), SW can create files that are not accessible to the site maintainer (that's me), so I can't back them up. To compensate, files should be created with read-write permissions for everyone. (This is a wiki, after all...) One way to do this is to set the umask to 0666. I've also added a short script to update the permissions of any files created previously. The new script is in the
admin
folder, and is not accessible by default. This change is in the live server, but has not been rolled into a tarball. Too small.
July 29, 2002 - Oops, that should have been a umask of 0111 since umask is subtracted from 0777. I'm always forgetting that. As a result, new pages were getting created with blank permissions, so they couldn't be read. Also, I suppose we're due for an updated tarball. UploadedFiles:spinner-wiki-20020729.tar.gz
Oct 29, 2002 - Uploads are now disabled on this demonstration site. The CGI script upload.pl changed slightly to accomodate this. UploadedFiles:spinner-wiki-20021029.tar.gz
Dec 7, 2002 - Content was offline for a week, due to a vandalism attack deleting all live content on all SourceForge-hosted sites. I was on a business trip through the week, but restored the content as soon as I could. Just so you know:
Dec 8, 2002 - Noticed a bug in whitespace-handling within literal text blocks (e.g. code blocks). Spacing was not being preserved exactly. Fixed that. UploadedFiles:spinner-wiki-20021208.tar.gz
I've been thinking about the file upload area; it might be useful to have a companion script which garbage-collects files that have been uploaded, but aren't referenced from any page. This should work so that an uploaded file can live for some period of time without a reference (e.g. 24 hours), just in case the reference is being moved to somewhere else. It would be something that could run as a cron job, rather than as part of the Wiki. Does that make sense?
Related pages: Dolphin Wiki Web