[cvs] commit: framework/Yaml Yaml.php package.xml framework/Yaml/Yaml Dumper.php Exception.php Loader.php Node.php __autoload.php framework/Yaml/docs/examples dump.php example.yaml load.php framework/Yaml/tests AllTests.php LoadTest.php test.yaml

Chuck Hagenbuch chuck at horde.org
Tue Mar 27 04:41:48 UTC 2007


chuck       2007-03-27 00:41:48 EDT

  Added files:
    Yaml                 Yaml.php package.xml 
    Yaml/Yaml            Dumper.php Exception.php Loader.php 
                         Node.php __autoload.php 
    Yaml/docs/examples   dump.php example.yaml load.php 
    Yaml/tests           AllTests.php LoadTest.php test.yaml 
  Log:
  Initial version of Horde Yaml parser/dumper. Based on Spyc but twice as fast.
  
  Revision  Changes    Path
  1.1       +115 -0    framework/Yaml/Yaml.php (new)
  1.1       +177 -0    framework/Yaml/Yaml/Dumper.php (new)
  1.1       +2 -0      framework/Yaml/Yaml/Exception.php (new)
  1.1       +608 -0    framework/Yaml/Yaml/Loader.php (new)
  1.1       +41 -0     framework/Yaml/Yaml/Node.php (new)
  1.1       +7 -0      framework/Yaml/Yaml/__autoload.php (new)
  1.1       +16 -0     framework/Yaml/docs/examples/dump.php (new)
  1.1       +116 -0    framework/Yaml/docs/examples/example.yaml (new)
  1.1       +7 -0      framework/Yaml/docs/examples/load.php (new)
  1.1       +52 -0     framework/Yaml/package.xml (new)
  1.1       +43 -0     framework/Yaml/tests/AllTests.php (new)
  1.1       +155 -0    framework/Yaml/tests/LoadTest.php (new)
  1.1       +116 -0    framework/Yaml/tests/test.yaml (new)

  Chora Links:
  http://cvs.horde.org/co.php/framework/Yaml/Yaml.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/Yaml/Dumper.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/Yaml/Exception.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/Yaml/Loader.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/Yaml/Node.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/Yaml/__autoload.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/docs/examples/dump.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/docs/examples/example.yaml?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/docs/examples/load.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/package.xml?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/tests/AllTests.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/tests/LoadTest.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/tests/test.yaml?r=1.1


More information about the cvs mailing list