This repository has been archived by the owner on Feb 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 177
List of Batch Import Examples
JoeBergin edited this page Apr 19, 2012
·
6 revisions
Its possible to create a read-only federated wiki site with a batch script that creates json files. This could be browsed locally (using a local copy of the client.js) or remotely (where a remote client.js fetches via CORS).
The construction of such batch scripts are as varied as there are sources for information. Here we will list publicly available example scripts with the intention of inspiring the introduction of additional content into the federation. (From discussion of issue #153)
Converted from Word through xml with local edits. Coded in Perl.
- http://ddd.fed.wiki.org -- site
- https://github.com/WardCunningham/ddd -- repo
Converted from flat file db every five minutes. Coded in Perl.
- http://sensors.c2.com -- site
- http://sensors.c2.com/mksensor.pl -- script
Converted from UseMod wiki (in progress). Coded in Python.
- http://thoughtstorms.info -- site
- https://github.com/interstar/ThoughtStorms -- repo
Converted from html. Coded in Ruby.
- http://seminars.fed.wiki.org -- site
- https://github.com/JoeBergin/Html-to-JSON-batch-converter -- General converter -- repo
- https://github.com/JoeBergin/Batch-SFW-Scripts -- auxiliary helpers -- repo