<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>PHP-Scripts Blog &#187; Reviews</title>
	<link>http://www.php-scripts.com</link>
	<description>Writing about PHP scripting since 12/99. Learn something new every day.</description>
	<pubDate>Thu, 09 Oct 2008 14:17:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>
	<language>en</language>
			<item>
		<title>PHP Markdown Extra</title>
		<link>http://www.php-scripts.com/20051020/48/</link>
		<comments>http://www.php-scripts.com/20051020/48/#comments</comments>
		<pubDate>Thu, 20 Oct 2005 18:40:57 +0000</pubDate>
		<dc:creator>TDavid</dc:creator>
		
		<category><![CDATA[Reviews]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[Installation and configuration]]></category>

		<category><![CDATA[Free Scripts]]></category>

		<guid isPermaLink="false">http://www.php-scripts.com/?p=48</guid>
		<description><![CDATA[Script/website: michelf.com/projects/php-markdown/
Requirements: PHP
Installation time: Varies. Wordpress plugin installation takes less than a minute
Difficulty: Easy
License: Free, BSD-style open source
Download: PHP source in zip
API: N/A
Author Description: &#8220;The Markdown syntax allows you to write text naturally and format it without using HTML tags. More importantly: in Markdown format, your text stays enjoyable to read for a human being, [...]]]></description>
			<content:encoded><![CDATA[<p><b>Script/website</b>: <a href="http://michelf.com/projects/php-markdown/">michelf.com/projects/php-markdown/</a><br />
<b>Requirements</b>: PHP<br />
<b>Installation time</b>: Varies. Wordpress plugin installation takes less than a minute<br />
<b>Difficulty</b>: Easy<br />
<b>License</b>: Free, BSD-style open source<br />
<b>Download</b>: PHP source in zip<br />
<b>API</b>: N/A<br />
<b>Author Description</b>: &#8220;The Markdown syntax allows you to write text naturally and format it without using HTML tags. More importantly: in Markdown format, your text stays enjoyable to read for a human being, and this is true enough that it makes a Markdown document publishable as-is, as plain text. If you are using text-formatted email, you already know some part of the syntax.&#8221;</p>
<p><img src="http://www.php-scripts.com/images/2005/phpmarkdown1.jpg" border="0" ALT="screenshot of using PHP Markdown through Dingus demo preview"/></p>
<p>Based on <a href="http://daringfireball.net/projects/markdown">John Gruber&#8217;s Markdown</a> (Perl), PHP Markdown can be used a Wordpress plugin by copying over the markdown.php file from the zip file to the wp-content/plugins directory. There is an <a href="http://michelf.com/projects/php-markdown/dingus/">official demo called Dingus here</a>. The screenshot above shows my example of using PHP Markdown syntax through Dingus.</p>
<p>The function Markdown($text) inside markdown.php is passed a text string and returns the marked down version, so incorporating this into another program where you want to markdownify the text is pretty straightforward, although the file is a bit on the bulky side at 55k. Would be more convenient if a version without Wordpress and bBlog code inside it were provided in the zip package.  The most recent version as of this writing was September 5, 2005.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.php-scripts.com/20051020/48/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
