]> git.mjollnir.org Git - moodle.git/commit
Added Blackboard restore using XSLT. Works with BB 5.5 and BB 6.0.
authormoodler <moodler>
Tue, 8 Feb 2005 07:19:49 +0000 (07:19 +0000)
committermoodler <moodler>
Tue, 8 Feb 2005 07:19:49 +0000 (07:19 +0000)
commit9ff5e44a93394ed686868de3f2e985ff1d89983a
tree3e90708c01297129b8e46b2a619e921a4b2d7a44
parent9c41fb8eb4cab205785b2dbb4bb63717be101dcb
Added Blackboard restore using XSLT.  Works with BB 5.5 and BB 6.0.

Completely untested by me but it LOOKS like it should work.  It's quite
standalone, and is basically a single function call during the restore
precheck which looks in the backup to see if it's a BB file, then
converts it using XSLT.

Apart from a little tidyup and renaming, I added a check so that it
should just silently fail if XSLT functions aren't available

Many thanks to Ziba Scott <ziba@linuxbox.com> who wrote it!
backup/bb/README.txt [new file with mode: 0644]
backup/bb/bb5.5_to_moodle.xsl [new file with mode: 0644]
backup/bb/bb6_to_moodle.xsl [new file with mode: 0644]
backup/bb/restore_bb.php [new file with mode: 0644]
backup/restore.php
backup/restorelib.php