instiki/script
Ben Bleything 7aaa35ae4a Ye olde converter script.
* Script now parses the madeleine storage into SQL
  * Added a new option, -o/--outfile to specify where the output from
    the script should go
  * ./import_storage -t /home/joe/instiki/storage/2500 \
      -i /home/joe/instiki -o /home/joe/export.sql

Exporting the instiki.org snapshot I have takes about 40 seconds (with
output to screen) and generates an approximately 17 meg SQL script from
the ~900k Madeleine snapshot.  Oh well.

Tested with MySQL.
2005-08-22 16:57:01 +00:00
..
benchmarker Fix shebangs. Consistentlicious! 2005-08-11 05:46:38 +00:00
breakpointer Fix shebangs. Consistentlicious! 2005-08-11 05:46:38 +00:00
console Fix shebangs. Consistentlicious! 2005-08-11 05:46:38 +00:00
create_db Add executable bit to script/console and script/create_db 2005-08-09 03:45:09 +00:00
destroy Fix shebangs. Consistentlicious! 2005-08-11 05:46:38 +00:00
generate Fix shebangs. Consistentlicious! 2005-08-11 05:46:38 +00:00
import_storage Ye olde converter script. 2005-08-22 16:57:01 +00:00
profiler Fix shebangs. Consistentlicious! 2005-08-11 05:46:38 +00:00
runner Fix shebangs. Consistentlicious! 2005-08-11 05:46:38 +00:00
server Moving back some model classes to where they belong. Model classes need not map to database entities to be model classes 2005-08-14 04:42:19 +00:00