On Mar 14, 2008, at 07:17, Bret Dawson wrote:
> Sorry this took so long. I've updated the site with
info and the
> download for 1.10.4.
Thanks Bret, much appreciated.
> One thing that remains is updating the pod-browser
documentation.
> David,
> would you mind teaching me how? (Then I'll be able to
do it in the
> future.)
% cd /tmp
% cp /usr/local/www/doc_roots/bricolage.cc/downloads/
bricolage-1.10.4.tar.gz .
% tar zxf bricolage-1.10.4.tar.gz
% cd bricolage-1.10.4
% sudo /usr/local/bin/pod_browser --app-root . --app-name
Bricolage --
doc-root /usr/local/www/doc_roots/bricolage.cc/docs/1.10/api
--base-
uri /docs/1.10/api --version-in Bric.pm
% sudo chown -R nobody:nobody
/usr/local/www/doc_roots/bricolage.cc/
docs/1.10/api
For major versions, you'll need to create a new directory
and update
the `current` symlink. So it'd be something like this:
cd /usr/local/www/doc_roots/bricolage.cc/docs
mkdir -p 2.0/api
rm current
ln -s 2.0 current
cd /tmp
...
On the new system, pod_browser will have to be installed
from svn. It
has patches against Pod::Simple to make it work properly.
https://svn.bricolage.cc/distutils/trunk/PodBrowser/
Best,
David
|