pcd | 2 Feb 2007 05:40

r265 - wikitex/trunk/wikitex

Author: pcdanenb
Date: 2007-02-01 22:40:21 -0600 (Thu, 01 Feb 2007)
New Revision: 265

Modified:
   wikitex/trunk/wikitex/Wikitex.php
   wikitex/trunk/wikitex/WikitexConstants.php
Log:
inchoate (untested) chess

Modified: wikitex/trunk/wikitex/Wikitex.php
===================================================================
--- wikitex/trunk/wikitex/Wikitex.php	2007-02-01 13:27:26 UTC (rev 264)
+++ wikitex/trunk/wikitex/Wikitex.php	2007-02-02 04:40:21 UTC (rev 265)
 <at>  <at>  -110,6 +110,9  <at>  <at> 
   public static function math($content, array $parms) {
     return self::latex($content, $parms, __FUNCTION__);
   }
+
+  public static function chess($content, array $parms) {
+    return self::latex($content, $parms, __FUNCTION__);
+  }
 }
-
 ?>

Modified: wikitex/trunk/wikitex/WikitexConstants.php
===================================================================
--- wikitex/trunk/wikitex/WikitexConstants.php	2007-02-01 13:27:26 UTC (rev 264)
+++ wikitex/trunk/wikitex/WikitexConstants.php	2007-02-02 04:40:21 UTC (rev 265)
(Continue reading)


Gmane