[cvs] commit: framework/Text_Textile Textile.php package.xml framework/Text_Textile/Textile __autoload.php framework/Text_Textile/tests AllTests.php AttributesTest.php BlockModifiersTest.php ExternalReferencesTest.php ListsTest.php PhraseModifiersTest.php ...

Chuck Hagenbuch chuck at horde.org
Sat May 12 16:11:34 UTC 2007


chuck       2007-05-12 12:11:34 EDT

  Added files:
    Text_Textile         Textile.php package.xml 
    Text_Textile/Textile __autoload.php 
    Text_Textile/tests   AllTests.php AttributesTest.php 
                         BlockModifiersTest.php 
                         ExternalReferencesTest.php ListsTest.php 
                         PhraseModifiersTest.php TablesTest.php 
                         TestCase.php WritingTest.php 
  Log:
  Initial version of Horde_Text_Textile, providing Textile text-to-html
  transformation. Includes 25 test cases based on examples from
  http://hobix.com/textile/
  
  Revision  Changes    Path
  1.1       +843 -0    framework/Text_Textile/Textile.php (new)
  1.1       +8 -0      framework/Text_Textile/Textile/__autoload.php (new)
  1.1       +92 -0     framework/Text_Textile/package.xml (new)
  1.1       +55 -0     framework/Text_Textile/tests/AllTests.php (new)
  1.1       +110 -0    framework/Text_Textile/tests/AttributesTest.php (new)
  1.1       +53 -0     framework/Text_Textile/tests/BlockModifiersTest.php (new)
  1.1       +61 -0     framework/Text_Textile/tests/ExternalReferencesTest.php (new)
  1.1       +83 -0     framework/Text_Textile/tests/ListsTest.php (new)
  1.1       +64 -0     framework/Text_Textile/tests/PhraseModifiersTest.php (new)
  1.1       +192 -0    framework/Text_Textile/tests/TablesTest.php (new)
  1.1       +26 -0     framework/Text_Textile/tests/TestCase.php (new)
  1.1       +65 -0     framework/Text_Textile/tests/WritingTest.php (new)

  Chora Links:
  http://cvs.horde.org/co.php/framework/Text_Textile/Textile.php?r=1.1
  http://cvs.horde.org/co.php/framework/Text_Textile/Textile/__autoload.php?r=1.1
  http://cvs.horde.org/co.php/framework/Text_Textile/package.xml?r=1.1
  http://cvs.horde.org/co.php/framework/Text_Textile/tests/AllTests.php?r=1.1
  http://cvs.horde.org/co.php/framework/Text_Textile/tests/AttributesTest.php?r=1.1
  http://cvs.horde.org/co.php/framework/Text_Textile/tests/BlockModifiersTest.php?r=1.1
  http://cvs.horde.org/co.php/framework/Text_Textile/tests/ExternalReferencesTest.php?r=1.1
  http://cvs.horde.org/co.php/framework/Text_Textile/tests/ListsTest.php?r=1.1
  http://cvs.horde.org/co.php/framework/Text_Textile/tests/PhraseModifiersTest.php?r=1.1
  http://cvs.horde.org/co.php/framework/Text_Textile/tests/TablesTest.php?r=1.1
  http://cvs.horde.org/co.php/framework/Text_Textile/tests/TestCase.php?r=1.1
  http://cvs.horde.org/co.php/framework/Text_Textile/tests/WritingTest.php?r=1.1


More information about the cvs mailing list