I've been using the wiki a lot more recently. Inspired by the wiki in 
tilde.club, I made a read-only command line client. It's simple: 'wiki -l' 
lists the pages, 'wiki foo' prints article foo, 'wiki foo bar' looks for an 
article called "foo_bar", then "foo-bar", then separate "foo" and "bar" 
articles.

I've got both a Plan 9 and p9p version:
        http://a.9srv.net/src/wiki
        http://a.9srv.net/src/wiki-p9p
Adjust the first line in the latter for your installation.

If you've got a wiki mounted on /mnt/wiki (Plan 9) or `{namespace}/wiki (p9p), 
it'll use that, so if you talk to multiple wikis that'll work. Otherwise, it 
relies on "9fs wiki" finding a wiki installation. I use this in 9fs on Plan 9:
        case wiki
                srv -m 'net!p9f.org!wiki' wiki /mnt/wiki 
and this on p9p:
        case wiki
                srv 'net!p9f.org!wiki' wiki



------------------------------------------
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T033f756b8ec05b5d-M92ccac8a85a9504f3ae8cab7
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Reply via email to