--
NilsBoysen - 23 Aug 2003
Nils, thanks for supporting the TWiki communiy
FYI, I renamed the Add-On from
*Twiki* to
*TWiki*.
--
PeterThoeny - 23 Aug 2003
checked
.zip into
CVS
--
WillNorris - 19 Jul 2005
Bah. Just uploaded an improved version but it appended .txt on the end for no good reason.
Differences:
-
use warnings;
- Doesn't hardcode parameters - takes them from ARGV, in this order:
- input directory of original JSPWiki files
- directory of TWiki root (containing
data/ and pub/)
- name for new TWiki web
- Gives more helpful errors on failure
- Fixes bug with double slashes in pathnames
- Removes invocation of
unix2dos which I didn't see the point of, and which just made things a lot slower.
May have more tweaks to come. Thanks a lot for your work!
--
AdamSpiers - 16 Aug 2005
Hmm, I'm beginning to see why
unix2dos was included - I'm now seeing missing newlines after bits of
= data, although admittedly I haven't tested whether reincluding =unix2dos fixes this. Even if it does, I don't think
unix2dos is the right way of fixing it; the code should just insert newlines in the right places.
--
AdamSpiers - 17 Aug 2005
I added a SHORTDESCRIPTION to the "Add-On Info" section so that this add-on is represented properly in the
AddOnPackage topic and query topics. Please feel free to take this into the next release.
--
PeterThoeny - 07 Oct 2006