[Solar-talk] Markdown Info
Paul M Jones
pmjones at solarphp.com
Wed Aug 9 07:19:06 PDT 2006
On Aug 7, 2006, at 11:15 AM, Rodrigo Moraes wrote:
>> Am currently working on an updated version of it for Solar, based
>> more on [Markdown][] rules than generic wiki rules
>
> Markdown is great, nice to know. So I'll wait and for use my old
> parser for a while, until the Solar version arrives.
FYI:
First I converted Michel Fortin's procedural PHPMarkdown class to an
object-oriented PHP5 version --
* <http://www.michelf.com/projects/php-markdown/>
* <http://solarphp.com/svn/hold/Solar_Text_Markdown.php>
That code is just for the interim; right now I am working on
converting that to a version that is more like the plugin-capable
Text_Wiki:
* <http://solarphp.com/svn/trunk/Solar/Markdown.php>
* <http://solarphp.com/svn/trunk/Solar/Markdown/>
* <http://solarphp.com/svn/trunk/Solar/Markdown/Rule/HeaderSetext.php>
Markup rules are plugin classes as with Text_Wiki:
* <http://solarphp.com/svn/trunk/Solar/Markdown/Rule.php>
* <http://solarphp.com/svn/trunk/Solar/Markdown/Rule/>
* <http://solarphp.com/svn/trunk/Solar/Markdown/Rule/HeaderSetext.php>
... and I'm working on tests as I go (unlike Text_Wiki which is
effectively un-test-able now):
* <http://solarphp.com/svn/trunk/tests/Test/Solar/Markdown/Rule/
HeaderSetext.php>
--
Paul M. Jones <http://paul-m-jones.com>
Solar: Simple Object Library and Application Repository
for PHP5. <http://solarphp.com>
Savant: The simple, elegant, and powerful solution for
templates in PHP. <http://phpsavant.com>
More information about the solar-talk
mailing list