CGI-pWiki
view release on metacpan or search on metacpan
* the <wiki tags are converted to pod command paragraphs
* the menu bar is now called content and not index
* autolinks are now in brackets and not in percents
* title and body extraction from html files
-- Michael Koehne <kraehe@copyleft.de> 01 Aug 2002
CGI::pWiki 0.12
* online dokumentation
* relocation command paragraph
* drop of .link file extension
* first usage instuction as pod
* alpha test at http://rom.copyleft.de/
-- Michael Koehne <kraehe@copyleft.de> 17 Jul 2002
CGI::pWiki 0.11
* first installation instructions as pod
* added templates in HTML-pWiki
by using the Unix C<chmod> command. e.g. :
mkdir /var/www/test.copyleft.de
echo "=location /open/index.wiki" /var/www/test.copyleft.de/index.wiki
mkdir /var/www/test.copyleft.de/open
touch /var/www/test.copyleft.de/open/index.wiki
chmod a+w /var/www/test.copyleft.de/open
chmod a+w /var/www/test.copyleft.de/open/index.wiki
This will create a document root for the test site, installs
a relocation of the index page, and creates an open area and
its index page, and makes it world writeable, while other
areas will stay read only.
A typical all public site for creating open content may want
to allow every directory to be writeable. Adopt the following
lines to migrate existing content.
find /var/www/test.copyleft.de/ -print | xargs sudo chown kraehe.www-data
find /var/www/test.copyleft.de/ -type d -print | xargs chmod 6775
find /var/www/test.copyleft.de/ ! -type d -print | xargs chmod 664
( run in 1.472 second using v1.01-cache-2.11-cpan-71847e10f99 )