On Sun, Mar 23, 2008 at 4:55 PM, Hannes Magnusson
<[EMAIL PROTECTED]> wrote:
>   - Generic "theme" (look&feel) for all output formats
>   - PEAR and PHP-GTK specific "themes" (so both pear.php.net and

To make it absolutely clear: I don't mean you should create a general
purpose website or whatever.
By "theme" I mean you take a Docbook XML markup and render it in a way
that is not php.net specific.

For instance, today PhD renders:
<para>The <function>strpos</function> function is awesome.</para>

into:
<p class="para">The <a href="function.strpos.php"
class="function">strpos</a> function is awesome.</p>

This is obviously extremely php.net specific and not very suitable for
other projects :)

-Hannes

Reply via email to