<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi, is there a function or script available for printing out the
content of all pmwiki pages as static html files? <br>
I played with jjsCMS ( <a class="moz-txt-link-freetext"
href="http://www.pmwiki.org/wiki/Cookbook/JjsCMS/">http://www.pmwiki.org/wiki/Cookbook/JjsCMS/</a>
) but have not been able to generate any pages with it, most certainly
due to user error on my part. As someone relatively new to wikis and
php, I am hoping there is a simpler, push-button script available that
simply:
<br>
<br>
1. churns through the pages stored in wikilib.d (I only need the
formatted content)
<br>
2. uses pmwiki 'print' to print each page
<br>
3. saves the resulting html files to a given directory
<br>
<br>
Is creating this function just a matter of piecing together existing
scripts? Or is the task more complicated?
<br>
<br>
The goal is similar to jjsCMS in that I want to use pmwiki to manage
and update the content of a static site, but I would be happy <i
class="moz-txt-slash"><span class="moz-txt-tag">/</span>manually<span
class="moz-txt-tag">/</span></i> updating all the static pages in one
go (ie. pressing a "print all pages" button <span class="moz-smiley-s1"><span>
:) </span></span> ) after a successful editing session, rather than
having the html pages generated automatically each time the
corresponding wiki page is accessed.
<br>
<br>
Thanks!
<br>
A
</body>
</html>