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

Annotation of /kwiki/push2wiki.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Sun Nov 19 14:57:40 2006 UTC (17 years, 5 months ago) by dpavlin
File MIME type: application/x-sh
File size: 140 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 dpavlin 1 #!/bin/sh
2    
3     while [ ! -z "$1" ] ; do
4     page=`echo $1 | sed 's!st/!!'`
5     echo "set_page $page"
6     strut set_page strix $page st/$page
7     shift
8     done

Properties

Name Value
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.26