Changeset 5721
- Timestamp:
- 10/28/07 09:35:55 (6 years ago)
- Files:
-
- plugins/sfHamlViewPlugin/branches/1.0/README (modified) (1 diff)
- plugins/sfHamlViewPlugin/branches/1.0/autopackage2.php (added)
- plugins/sfHamlViewPlugin/branches/1.0/package.xml (modified) (4 diffs)
- plugins/sfHamlViewPlugin/branches/1.0/tests (moved) (moved from plugins/sfHamlViewPlugin/branches/1.0/test)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfHamlViewPlugin/branches/1.0/README
r5720 r5721 62 62 63 63 - All Ruby specific features are not available for obvious reasons. 64 - The �]�(square brackets syntax) is not implemented yet.64 - The "[]" (square brackets syntax) is not implemented yet. 65 65 - Filters are not implemented yet. 66 - The �=�syntax is not implemented as it makes sense only in Ruby66 - The "==" syntax is not implemented as it makes sense only in Ruby 67 67 68 68 === Limitations === plugins/sfHamlViewPlugin/branches/1.0/package.xml
r5719 r5721 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <package packagerversion="1.6.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> 2 <package packagerversion="1.6.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 3 http://pear.php.net/dtd/tasks-1.0.xsd 4 http://pear.php.net/dtd/package-2.0 5 http://pear.php.net/dtd/package-2.0.xsd"> 3 6 <name>sfHamlViewPlugin</name> 4 7 <channel>pear.symfony-project.com</channel> 5 <summary>Haml template engine support for symfony.</summary>6 <description>Gives a symfony powered project to make use of the excellent Haml template engine </description>8 <summary>Haml template engine support for views in symfony 1.0</summary> 9 <description>Gives a symfony powered project to make use of the excellent Haml template engine.</description> 7 10 <lead> 8 11 <name>Kiril Angov</name> … … 11 14 <active>yes</active> 12 15 </lead> 13 <date>2007- 09-16</date>14 <time>1 8:06:05</time>16 <date>2007-10-28</date> 17 <time>17:39:32</time> 15 18 <version> 16 <release>1. 1.0</release>19 <release>1.2.0</release> 17 20 <api>1.0.0</api> 18 21 </version> … … 21 24 <api>stable</api> 22 25 </stability> 23 <license uri="http://www.symfony-project.com/license">MIT license</license>24 <notes>- </notes>26 <license uri="http://www.symfony-project.com/license">MIT License</license> 27 <notes>--</notes> 25 28 <contents> 26 <dir name="/"> 27 <file md5sum="5213564165dd0e30591809d9ae92e1f1" name="lib/HamlParser.class.php" role="data" /> 28 <file md5sum="94ac53b94e3f6f3119f1b29e4ed95b23" name="lib/sfHamlCache.class.php" role="data" /> 29 <file md5sum="b22ef43e6f7363725c4aa43d73e8cbed" name="lib/sfHamlView.class.php" role="data" /> 30 <file md5sum="eb2bbe58775dfa2aa13f7654155383b6" name="lib/sfPartialView.class.php" role="data" /> 31 <file md5sum="13b4f249b197191b94122a4c9429c428" name="lib/helper/HamlHelper.php" role="data" /> 32 <file md5sum="030da58e248b21ba769b3167e402a235" name="README" role="data" /> 33 <file md5sum="c0ab88a4687e9ff8e0fb6c95ca49ed74" name="LICENSE" role="data" /> 34 </dir> 29 <dir baseinstalldir="/" name="/"> 30 <dir name="lib"> 31 <dir name="helper"> 32 <file name="HamlHelper.php" role="php" /> 33 </dir> <!-- /lib/helper --> 34 <file name="HamlParser.class.php" role="php" /> 35 <file name="sfHamlCache.class.php" role="php" /> 36 <file name="sfHamlView.class.php" role="php" /> 37 <file name="sfPartialView.class.php" role="php" /> 38 </dir> <!-- /lib --> 39 <dir name="tests"> 40 <dir name="data"> 41 <dir name="rubyhaml"> 42 <dir name="xhtml"> 43 <file name="list.xhtml" role="test" /> 44 <file name="original_engine.xhtml" role="test" /> 45 <file name="tag_parsing.xhtml" role="test" /> 46 <file name="very_basic.xhtml" role="test" /> 47 </dir> <!-- /tests/data/rubyhaml/xhtml --> 48 </dir> <!-- /tests/data/rubyhaml --> 49 <file name="example1.haml" role="test" /> 50 <file name="example2.haml" role="test" /> 51 </dir> <!-- /tests/data --> 52 <dir name="functional"> 53 <file name="HamlExampleTest.php" role="test" /> 54 </dir> <!-- /tests/functional --> 55 <dir name="unit"> 56 <file name="HamlParserTest.php" role="test" /> 57 <file name="RubyHamlTests.php" role="test" /> 58 </dir> <!-- /tests/unit --> 59 </dir> <!-- /tests --> 60 <file name="LICENSE" role="data" /> 61 <file name="README" role="data" /> 62 </dir> <!-- / --> 35 63 </contents> 36 64 <dependencies> … … 52 80 </dependencies> 53 81 <phprelease /> 54 <changelog /> 82 <changelog> 83 <release> 84 <version> 85 <release>1.0.0</release> 86 <api>1.0.0</api> 87 </version> 88 <stability> 89 <release>stable</release> 90 <api>stable</api> 91 </stability> 92 <date>2007-10-28</date> 93 <license uri="http://www.symfony-project.com/license">MIT License</license> 94 <notes>--</notes> 95 </release> 96 <release> 97 <version> 98 <release>1.2.0</release> 99 <api>1.0.0</api> 100 </version> 101 <stability> 102 <release>stable</release> 103 <api>stable</api> 104 </stability> 105 <date>2007-10-28</date> 106 <license uri="http://www.symfony-project.com/license">MIT License</license> 107 <notes>--</notes> 108 </release> 109 </changelog> 55 110 </package>