/[socialtext-import]/kwiki/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /kwiki/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Sun Nov 19 14:57:40 2006 UTC (17 years, 5 months ago) by dpavlin
File size: 284 byte(s)
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