PHP Parser

Description

The PHP parser allows you to have PHP code rendered nicely inside Moin's code blocks.

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

parser/PHP

1.0

1.5

ParserMarket/PHP/ReleaseNotes

parser/PHP-1.6

1.0

1.6, 1.9

ParserMarket/PHP/ReleaseNotes

Installation

For general installation instructions, see ParserMarket/InstallingParsers. This parser requires no special dependencies, such as outside Python libraries.

Usage

To use this parser, simply put #!PHP after the beginning of the code block.

Example

{{{#!PHP
<?php echo 'Hello World!'; ?>
}}}

This parser is copyrighted by EduardBaun

License

This parser is released under the terms of the GNU GPL.

Discussion

Maybe one could also use pygments (highlight parser) for this, like:

{{{#!highlight php
...
}}}

MoinMoin: ParserMarket/PHP (last edited 2010-10-22 12:56:28 by ThomasWaldmann)