]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
- Atom Parser and Feed Plugin
authorrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Mon, 7 Jun 2010 08:12:29 +0000 (08:12 +0000)
committerrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Mon, 7 Jun 2010 08:12:29 +0000 (08:12 +0000)
commit0ebcf1e2781ed12942888735d85926851fa019df
tree2ae818c285db5320bcf0caf4258a4b78e8ebae2d
parent4723ef4ccd6ec8c8aa75d66a2220abcf345b4e11
- Atom Parser and Feed Plugin
  with unit tests by Sébastien Le Callonnec
  patches ID 3012033
- HtmlElement5.php split up for php-5.3

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@7466 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/AtomParser.php [new file with mode: 0644]
lib/HtmlElement.php
lib/HtmlElement5.php [new file with mode: 0644]
lib/IniConfig.php
lib/XmlParser.php
lib/plugin/AtomFeed.php [new file with mode: 0644]
tests/unit/lib/AtomParserTest.php [new file with mode: 0644]
tests/unit/lib/plugin/AtomFeedTest.php [new file with mode: 0644]
tests/unit/lib/plugin/atom-example.xml [new file with mode: 0644]
tests/unit/test.php