svn: /phpdoc/nl/trunk/ bookinfo.xml
[email protected] (Richard Quadling) Mon, 05 Sep 2011 11:09:30 +0000
| Newsgroups | php.doc.nl |
|---|---|
| Message-ID | <[email protected]> |
rquadling Mon, 05 Sep 2011 11:09:30 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316162
Log:
Use <?dbtimestamp?> for all translations.
Changed paths:
U phpdoc/nl/trunk/bookinfo.xml
Modified: phpdoc/nl/trunk/bookinfo.xml
===================================================================
--- phpdoc/nl/trunk/bookinfo.xml 2011-09-05 11:08:48 UTC (rev 316161)
+++ phpdoc/nl/trunk/bookinfo.xml 2011-09-05 11:09:30 UTC (rev 316162)
@@ -3,7 +3,7 @@
<info xml:id="bookinfo" xmlns="http://docbook.org/ns/docbook">
<title>&PHPManual;</title>
&frontpage.authors;
- <pubdate>&php.build-date;</pubdate>
+ <pubdate><?dbtimestamp format="Y-m-d"?></pubdate>
&frontpage.editors;
<authorgroup xml:id="translation-editors">
@@ -41,20 +41,14 @@
</authorgroup>
<copyright>
- <year>1997</year>
- <year>1998</year>
- <year>1999</year>
- <year>2000</year>
- <year>2001</year>
- <year>2002</year>
- <year>2003</year>
+ <year>1997-<?dbtimestamp format="Y"?></year>
<holder>the PHP Documentation Group</holder>
</copyright>
<legalnotice xml:id="copyright" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Copyright</title>
<simpara>
- Copyright © 1997 - 2003 by the PHP Documentation Group. This
+ Copyright © 1997 - <?dbtimestamp format="Y"?> by the PHP Documentation Group. This
material may be distributed only subject to the terms and conditions set
forth in the Open Publication License, v1.0 or later (the latest version
is presently available at <link xlink:href="&url.opl;">&url.opl;</link>).