Kwiki to TWiki Text File Converter
This script is a mod of
PeterThoeny's
DolphinToTWikiAddOn for people who want to import content from
BrianIngerson? 's Kwiki into a TWiki.
Converts pretty much everything, although there are idiosyncracies.
Metadata is not converted, however suitable default metadata is created.
(Seems like there were some changes to what is in TWiki.cfg, for instance $revCiDateCmd)
I might as well copy liberally from Thoeny's documentation as well.
example% kwiki2twiki.pl fromDir toDir
|
|
fromDir: |
Directory containing Kwiki files |
toDir: |
Directory where converted .txt and .txt,v files are stored |
|
|
|
Attention: toDir is assumed to be empty. Existing files will be overwritten!
Note: You do not need to install anything on the browser to use this add-on. The following instructions are for the administrator who installs the add-on on the server where TWiki is running.
- Download the ZIP file from the Add-on Home (see below)
- Unzip
kwiki2twiki.zip in your twiki installation directory. Content:
- Make the
kwiki2twiki.pl script executable
- The script looks for the TWiki libraries in
. and ../lib. Place it in bin or lib or create another top-level directory (such as add-ons ) and put it there.
- Set SHORTDESCRIPTION = Convert Kwiki wiki content to TWiki file format
Thanks to
GrayMatter Software for giving me permission to post this.
Related Topic: TWikiAddOns
--
TWiki:Main/FredMorris - 19 Jan 2004
Topic revision: r4 - 07 Oct 2006 - 22:04:25 -
PeterThoeny