chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Chicken Gazette - Issue 9


From: Alan Post
Subject: Re: [Chicken-users] Chicken Gazette - Issue 9
Date: Mon, 25 Oct 2010 16:58:41 -0600

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]