On Mon, Oct 25, 2010 at 05:31:49PM -0500, Jim Ursetto wrote: > ==== chicken-doc-admin > > So this is the way to use chicken-doc as nature intended: checkout > the wiki and then process it with chicken-doc-admin. First, grab a > copy of the wiki and initialize an empty chicken-doc repository: > > $ chicken-install -s chicken-doc-admin > $ sudo chicken-doc-admin -i > $ svn co --username anonymous --password "" \ > http://code.call-cc.org/svn/chicken-eggs/wiki > > Then add the Chicken 4 man and egg pages to your database: > > $ sudo chicken-doc-admin -m wiki/man/4 > 49 man pages processed, 49 updated > $ sudo chicken-doc-admin -e wiki/eggref/4 > 347 eggs processed, 347 updated > > Now you can use chicken-doc as before. Later, you can update your > checkout and rerun the processor: > > $ svn up wiki/eggref/4 > $ sudo chicken-doc-admin -e wiki/eggref/4 > 347 eggs processed, 28 updated > > chicken-doc-admin updates only the nodes that have changed since last > run. So if you make some local changes, you can easily preview them > without checking in: > > $ emacs wiki/eggref/4/atom > $ sudo chicken-doc-admin -e wiki/eggref/4 > 347 eggs processed, 1 updated > > chicken-doc-admin has more options than you could possibly dream > of (as long as you can count no higher than ten); check out the > documentation (http://3e8.org/chickadee/chicken-doc-admin) for > details. >
Hey look, I can keep reading and all my questions are answered! -Alan -- .i ko djuno fi le do sevzi _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
