Annotation of wikisrc/wiki/cvs.mdwn, revision 1.10
1.7 schmonz 1: #### Getting `wikisrc`
1.1 schmonz 2:
3: $ cvs -d <username>@wiki.netbsd.org:/cvsroot get wikisrc
4:
1.8 schmonz 5: /!\ `wiki.netbsd.org` != `cvs.netbsd.org`, so your SSH public keys
6: can drift out of sync; if they've drifted so far that you can't fix
7: it yourself, file a ticket to `admins@` requesting that they copy
8: your keys over from `nbcvs`.
9:
1.7 schmonz 10: #### Creating page "Foo Bar"
1.5 wiki 11:
12: $ cd .../wikisrc
1.7 schmonz 13: $ echo '\[[!meta title="Foo Bar, or, A Nice-Looking Title"]]' > foo_bar.mdwn
14: $ $EDITOR foo_bar.mdwn
15: $ cvs add foo_bar.mdwn
16: $ cvs commit -m "all about Foo Bar" foo_bar.mdwn
1.1 schmonz 17:
1.7 schmonz 18: #### Editing page "Foo Bar"
1.1 schmonz 19:
20: $ cd .../wikisrc
1.7 schmonz 21: $ $EDITOR foo_bar.mdwn
22: $ cvs commit -m "more about Foo Bar" foo_bar.mdwn
1.1 schmonz 23:
1.2 schmonz 24: When you commit to `wikisrc`, the pages affected by your edit are
25: automatically regenerated. Your change will be displayed in
26: [[RecentChanges]] as type _cvs_.
1.1 schmonz 27:
28: #### Previewing your changes
29:
1.10 ! ryoon 30: See [[Preview setup page|previewing_with_template]].
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb