1: #### Getting wikisrc
2:
3: $ cvs -d <username>@wiki.netbsd.org:/cvsroot get wikisrc
4:
5:
6: #### Editing page "foo"
7:
8: $ cd .../wikisrc
9: $ $EDITOR foo.mdwn
10: $ cvs commit -m "all about foo" foo.mdwn
11:
12: When you commit to `wikisrc`, the pages affected by your edit are
13: automatically regenerated. Your change will be displayed in
14: [[RecentChanges]] as type _cvs_.
15:
16: #### Previewing your changes
17:
18: For a somewhat representative rendering, without benefit of the
19: wiki's config file:
20:
21: $ cd .../pkgsrc/www/ikiwiki && make package-install clean
22: $ cd .../wikisrc && ikiwiki `pwd` /dev/null --render foo.mdwn | less
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb