#### Getting wikisrc $ cvs -d @wiki.netbsd.org:/cvsroot get wikisrc #### Creating page "foo" $ cd .../wikisrc $ $EDITOR foo.mdwn $ cvs add foo.mdwn $ cvs commit -m "all about foo" foo.mdwn #### Editing page "foo" $ cd .../wikisrc $ $EDITOR foo.mdwn $ cvs commit -m "all about foo" foo.mdwn When you commit to `wikisrc`, the pages affected by your edit are automatically regenerated. Your change will be displayed in [[RecentChanges]] as type _cvs_. #### Previewing your changes For a somewhat representative rendering, without benefit of the wiki's config file: $ cd .../pkgsrc/www/ikiwiki && make package-install clean $ cd .../wikisrc && ikiwiki `pwd` /dev/null --render foo.mdwn | less