[Assorted-commits] SF.net SVN: assorted:[1088] wp-easy-filter/trunk/README
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-12-03 18:39:54
|
Revision: 1088 http://assorted.svn.sourceforge.net/assorted/?rev=1088&view=rev Author: yangzhang Date: 2008-12-03 18:39:47 +0000 (Wed, 03 Dec 2008) Log Message: ----------- fixed example Modified Paths: -------------- wp-easy-filter/trunk/README Modified: wp-easy-filter/trunk/README =================================================================== --- wp-easy-filter/trunk/README 2008-12-03 11:21:30 UTC (rev 1087) +++ wp-easy-filter/trunk/README 2008-12-03 18:39:47 UTC (rev 1088) @@ -4,7 +4,7 @@ This is a simple, general filter plugin for [WordPress]. You specify a mapping from tags to commands, such as: - $tag2cmd = array('pandoc' => '/usr/bin/pandoc -s --tab-stop=2'); + $tag2cmd = array('pandoc' => '/usr/bin/pandoc -S --tab-stop=2'); Then, for any posts which start with a shebang line containing that tag, as in: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |