mvs login -v -d wiki.openmoko.org -u lindi -p `cat ~/.passwd/osm-wiki` -w 'index.php' editor User:lindi.wiki mvs update User:lindi.wiki mvs commit -m "test commit" User\:Lindi.wiki MVS_BROWSER=dillo mvs preview -m "test commit" User\:Lindi.wiki lynx -dump 'http://wiki.openmoko.org/index.php?title=Special%3AAllpages&from=a&namespace=0' > a grep "\. http://wiki.openmoko.org/wiki/" a | cut -d/ -f5- > pages lynx -dump "http://wiki.openmoko.org/index.php?title=Special:Allpages&from=OpenMoko_Local_Groups:_Bielefeld" > a grep "\. http://wiki.openmoko.org/wiki/" a | cut -d/ -f5- >> pages sort pages | uniq | grep -v ^Special: | grep -v ^Image: > a mv a pages for i in `cat pages`; do mvs update $i.wiki; done Doing update Building_OpenMoko_from_scratch_%28pre-BBT%29.wiki with host: wiki.openmoko.org and lang: en Can't call method "isa" without a package or object reference at /usr/bin/mvs line 96. Doing update Community_Updates/December_1st%2C_2008.wiki with host: wiki.openmoko.org and lang: en Can't call method "isa" without a package or object reference at /usr/bin/mvs line 96. Doing commit MicroSD.wiki with host: wiki.openmoko.org and lang: en Can't call method "isa" without a package or object reference at /usr/bin/mvs line 96.