goba            Sun Apr  3 05:37:39 2005 EDT

  Modified files:              
    /phpdoc/howto       howto.xml 
  Log:
  include howto generation date in output, so people will be able to tell the 
actuality of a howto build
  
http://cvs.php.net/diff.php/phpdoc/howto/howto.xml?r1=1.47&r2=1.48&ty=u
Index: phpdoc/howto/howto.xml
diff -u phpdoc/howto/howto.xml:1.47 phpdoc/howto/howto.xml:1.48
--- phpdoc/howto/howto.xml:1.47 Fri Apr  1 18:41:34 2005
+++ phpdoc/howto/howto.xml      Sun Apr  3 05:37:39 2005
@@ -4,6 +4,8 @@
  <!-- We have our own entities, not dependant on phpdoc global.ent -->
  <!ENTITY % howto.entities SYSTEM "./howto.ent">
  %howto.entities;
+ <!ENTITY % howto.date SYSTEM "../entities/version.ent">
+ %howto.date;
 
  <!ENTITY howto.preface    SYSTEM "preface.xml"> 
  <!ENTITY howto.framework  SYSTEM "framework.xml"> 
@@ -104,6 +106,8 @@
    </author>
 
   </authorgroup>
+  
+  <pubdate>&php.build-date;</pubdate>
 
   <authorgroup id="editors">
    <editor>

Reply via email to