cvs: docweb /templates/all/phd home.tpl.php /www/phd PhD-0.2.3.tgz
[email protected] ("Hannes Magnusson")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvsbjori1206989261@cvsserver> |
bjori Mon Mar 31 18:47:41 2008 UTC
Added files:
/docweb/www/phd PhD-0.2.3.tgz
Modified files:
/docweb/templates/all/phd home.tpl.php
Log:
PhD 0.2.3
bjori-20080331184741.txt
(text/plain, 9.8 KB)
http://cvs.php.net/viewvc.cgi/docweb/templates/all/phd/home.tpl.php?r1=1.1&r2=1.2&diff_format=u
Index: docweb/templates/all/phd/home.tpl.php
diff -u docweb/templates/all/phd/home.tpl.php:1.1 docweb/templates/all/phd/home.tpl.php:1.2
--- docweb/templates/all/phd/home.tpl.php:1.1 Sun Feb 3 19:17:33 2008
+++ docweb/templates/all/phd/home.tpl.php Mon Mar 31 18:47:41 2008
@@ -9,45 +9,72 @@
<ul id="releases">
<li>
+ <a href="/phd/PhD-0.2.2.tgz">PhD 0.2.2</a> <span class="date">31. March 2008</span><!-- {{{ -->
+ <ul class="fixes">
+ <li>Added initial hCalendar support for >author<. (Hannes)</li>
+ <li>Added initial eRDF support for >refentry<. (Hannes)</li>
+ <li>Added support for >footnote< and >footnoteref<. (Gwynne, Hannes)</li>
+ <li>Added anchor generation for various elements. (Hannes)</li>
+ <li>Added option (-s/--skip) to skip rendering of chunks. (Hannes)</li>
+ <li>Added option (-o/--output) to specify output directory (FR#43193). (Richard)</li>
+ <li>Added support for >sect4< titles . (Gwynne)</li>
+ <li>Added an 'infdec' role to >literal< in XHTML. (Gwynne)</li>
+ <li>Fixed couple of typos in PhD info messages. (Richard Q.)</li>
+ <li>Reformatted package.xml for readability and consistency. (Gwynne)</li>
+ <li>Merged README.RENDERER into README and updated README with current information. (Gwynne)</li>
+ <li>Gwynne is a developer of PhD, unfortunately. (Gwynne)</li>
+ <li>Made 'Example #' text localizeable. (Gwynne)</li>
+ <li>Added Russion support (for autogenerated texts). (Tony)</li>
+ <li>Updated translations:
+ <ul>
+ <li>Japanese (Masahiro)</li>
+ <li>Brazilian Portuguese (Felipe)</li>
+ <li>German (Mark)</li>
+ </ul>
+ </li>
+ </ul><!-- }}} -->
+ </li>
+
+ <li>
<a href="/phd/PhD-0.2.2.tgz">PhD 0.2.2</a> <span class="date">30. January 2008</span><!-- {{{ -->
<ul class="fixes">
- <li>Removed support for phnotify</li>
- <li>Added index chaching (Edward Z.)</li>
- <li>Added option (-l/--list) to list the supported formats/themes</li>
- <li>Added support for linkend in fieldsynopsis varnames</li>
- <li>Added autogenerated "Edited by" text for <editor></li>
- <li>Added autogenerated "by" text for the first <author> element in <authorgroup></li>
- <li>Added missing closing "}" for classsynopsis</li>
- <li>Fixed E_NOTICE on empty references</li>
- <li>Fixed weird error message when no arguments are given (reported by Tony)</li>
- <li>Fixed typos in the argument descriptions (--help) (reported by Tony)</li>
- <li><?php bugfix(43972); ?> (PhD doesn't warn on missing partial IDs)</li>
- <li><?php bugfix(43904); ?> (PhD doesn't detect <section> without xml:id)</li>
- <li><?php bugfix(43489); ?> (Class synopsis return types are not links)</li>
- <li><?php bugfix(43440); ?> (Wrong encoding on some parts of the page)</li>
- <li><?php bugfix(43428); ?> (Empty TOC)</li>
- <li><?php bugfix(43421); ?> (All intra-document hyperlinks broken in the Single HTML file form of manual)</li>
- <li><?php bugfix(43416); ?> (Function links do not render as links)</li>
+ <li>Removed support for phnotify. (Hannes)</li>
+ <li>Added index chaching. (Edward Z.)</li>
+ <li>Added option (-l/--list) to list the supported formats/themes.(Hannes)</li>
+ <li>Added support for linkend in fieldsynopsis varnames. (Hannes)</li>
+ <li>Added autogenerated "Edited by" text for <editor>. (Hannes)</li>
+ <li>Added autogenerated "by" text for the first <author> element in <authorgroup>. (Hannes)</li>
+ <li>Added missing closing "}" for classsynopsis. (Hannes)</li>
+ <li>Fixed E_NOTICE on empty references. (Hannes)</li>
+ <li>Fixed weird error message when no arguments are given, reported by Tony. (Hannes)</li>
+ <li>Fixed typos in the argument descriptions (--help), reported by Tony. (Hannes)</li>
+ <li><?php bugfix(43972); ?> (PhD doesn't warn on missing partial IDs). (Hannes)</li>
+ <li><?php bugfix(43904); ?> (PhD doesn't detect <section> without xml:id). (Hannes)</li>
+ <li><?php bugfix(43489); ?> (Class synopsis return types are not links). (Hannes)</li>
+ <li><?php bugfix(43440); ?> (Wrong encoding on some parts of the page). (Hannes)</li>
+ <li><?php bugfix(43428); ?> (Empty TOC). (Hannes)</li>
+ <li><?php bugfix(43421); ?> (All intra-document hyperlinks broken in the Single HTML file form of manual). (Hannes)</li>
+ <li><?php bugfix(43416); ?> (Function links do not render as links). (Hannes)</li>
</ul><!-- }}} -->
</li>
<li>
<a href="/phd/PhD-0.2.1.tgz">PhD 0.2.1</a> <span class="date">12. December 2007</span><!-- {{{ -->
<ul class="fixes">
- <li>Multiple <term>s should be line seperated</li>
- <li>Fixed autogenerated links to methods (Edward Z.)</li>
- <li>Compressed methodnames in classsynopsis (Edward Z.)</li>
- <li>Added HTML headers for the bightml theme</li>
- <li>Removed warnings about missing translation files</li>
+ <li>Multiple <term>s should be line seperated. (Hannes)</li>
+ <li>Fixed autogenerated links to methods. (Edward Z.)</li>
+ <li>Compressed methodnames in classsynopsis. (Edward Z.)</li>
+ <li>Added HTML headers for the bightml theme. (Hannes)</li>
+ <li>Removed warnings about missing translation files. (Hannes)</li>
</ul><!-- }}} -->
</li>
<li>
<a href="/phd/PhD-0.2.0.tgz">PhD 0.2.0</a> <span class="date">8. November 2007</span><!-- {{{ -->
<ul class="fixes">
- <li>Added partial rendering</li>
- <li>Added various verbosity levels</li>
- <li>Added getopt() parsing for few configuration options</li>
- <li>Added support for errorcode, symbol and superscript elements (used by few translations)</li>
- <li>Suppressed the contrib element</li>
+ <li>Added partial rendering. (Hannes)</li>
+ <li>Added various verbosity levels. (Hannes)</li>
+ <li>Added getopt() parsing for few configuration options. (Hannes)</li>
+ <li>Added support for errorcode, symbol and superscript elements (used by few translations). (Hannes)</li>
+ <li>Suppressed the contrib element. (Hannes)</li>
<li><?php bugfix(43192); ?> (Chunked HTML output difficult to use without TOC). (Edward Z. Yang)</li>
<li><?php bugfix(43191); ?> (build.php fails to included necessary theme dependencies). (Edward Z. Yang, Richard Q)</li>
</ul><!-- }}} -->
@@ -55,31 +82,31 @@
<li>
<a href="/phd/PhD-0.1.0.tgz">PhD 0.1.0</a> <span class="date">20. October 2007</span><!-- {{{ -->
<ul class="fixes">
- <li>Added example numbering</li>
- <li>Improved support for modifiers in fieldsynopsis</li>
- <li>Remove () from refname when looking for version info (reported by Paul Reinheimer)</li>
- <li>Print notes inline with its title (reported by Philip Olson)</li>
- <li>Check if we have an open "{" before we print "}"</li>
- <li>Escape the version info (patch by Richard Q.)</li>
- <li>Fixed variablelist titles</li>
- <li>Fixed table info titles</li>
- <li>Fixed empty table cells (reported by Mark Wiesemann)</li>
- <li>Fixed table title markup (reported by Richard Q.)</li>
- <li>Fixed non-closing b element for empty <title />s (reported by Joshua Thompson and Philip Olson)</li>
- <li><?php bugfix(43013); ?> (Description rather then function name for right arrows on extension pages) (patch by Richard Q.)</li>
- <li><?php bugfix(42906); ?> (docs.php.net bold instead of links)</li>
- <li><?php bugfix(42860); ?> (cannot render <orgname> element)</li>
- <li><?php bugfix(42845); ?> (Copyright page has no TOC)</li>
+ <li>Added example numbering. (Hannes)</li>
+ <li>Improved support for modifiers in fieldsynopsis. (Hannes)</li>
+ <li>Remove () from refname when looking for version info, reported by Paul Reinheimer. (Hannes)</li>
+ <li>Print notes inline with its title, reported by Philip Olson. (Hannes)</li>
+ <li>Check if we have an open "{" before we print "}". (Hannes)</li>
+ <li>Escape the version info. (Richard Q.)</li>
+ <li>Fixed variablelist titles. (Hannes)</li>
+ <li>Fixed table info titles. (Hannes)</li>
+ <li>Fixed empty table cells, reported by Mark Wiesemann. (Hannes)</li>
+ <li>Fixed table title markup, reported by Richard Q. (Hannes)</li>
+ <li>Fixed non-closing b element for empty <title />s, reported by Joshua Thompson and Philip Olson. (Hannes)</li>
+ <li><?php bugfix(43013); ?> (Description rather then function name for right arrows on extension pages). (Richard Q.)</li>
+ <li><?php bugfix(42906); ?> (docs.php.net bold instead of links). (Hannes)</li>
+ <li><?php bugfix(42860); ?> (cannot render <orgname> element). (Hannes)</li>
+ <li><?php bugfix(42845); ?> (Copyright page has no TOC). (Hannes)</li>
<li>Language support (for autogenerated texts):
<ul>
- <li>* Bulgarian (by Kouber Saparev)</li>
- <li>* Czech (by Jakub Vrana)</li>
- <li>* German (by Oliver Albers)</li>
- <li>* Italian (by Marco Cucinato)</li>
- <li>* Japanese (by TAKAGI Masahiro)</li>
- <li>* Polish (by Jaroslaw Glowacki)</li>
- <li>* Brazilian Portuguese (by Diego Feitosa)</li>
- <li>* Romanian (by Simion Onea)</li>
+ <li>Bulgarian (by Kouber Saparev)</li>
+ <li>Czech (by Jakub Vrana)</li>
+ <li>German (by Oliver Albers)</li>
+ <li>Italian (by Marco Cucinato)</li>
+ <li>Japanese (by TAKAGI Masahiro)</li>
+ <li>Polish (by Jaroslaw Glowacki)</li>
+ <li>Brazilian Portuguese (by Diego Feitosa)</li>
+ <li>Romanian (by Simion Onea)</li>
</ul>
</li>
</ul><!-- }}} -->