Parent Directory
|
Revision Log
Import initial versions convertors from kwiki (much more complete) and phpwiki (just tiny subset which one of my wikis used) to socialtext
1 | convert: |
2 | ./kwiki2st.pl kwiki/ st/ |
3 | cat st/* | iconv -c -f utf-8 -t iso-8859-2 > st-all.wiki |
4 | |
5 | publish: |
6 | ls kwiki/* | sed 's!^kwiki/!!' | xargs -i sh -c "echo 'publishing: {}' ; ./kwiki2st.pl kwiki/{} > st/{} && strut set_page strix {} st/{}" |
7 | |
8 | test: |
9 | strut get_page strix test |
10 | reset |
11 |
ViewVC Help | |
Powered by ViewVC 1.1.26 |