doc:todo:per-release-all

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
doc:todo:per-release-all [2010/01/08 21:11] – external edit 127.0.0.1doc:todo:per-release-all [2011/06/20 03:45] – fixed last typo :) philip
Line 3: Line 3:
 == Installation files == == Installation files ==
 Two files are generated from the Installation section of the manual, and updated into php-src. They are: Two files are generated from the Installation section of the manual, and updated into php-src. They are:
-  * [[http://cvs.php.net/viewvc.cgi/php-src/INSTALL?view=log|php-src/INSTALL]] +  * [[http://svn.php.net/viewvc/php/php-src/trunk/INSTALL?view=log|php-src/INSTALL]] 
-  * [[http://cvs.php.net/viewvc.cgi/php-src/win32/install.txt?view=log|php-src/win32/install.txt]] +  * [[http://svn.php.net/viewvc/php/php-src/trunk/win32/install.txt?view=log|php-src/win32/install.txt]] 
-These files are generated from the installation chapter, run through lynx, and savedSeveral chapters are intentionally excluded first(FIXME: Which are excluded? How to use PhD to do this update?)+These files are generated from the installation chapter within the PHP documentation. Here's how: 
 +<code php> 
 +$ cd svn/phpdoc/trunk  
 +$ xmllint --output tmp.xml --noent doc-base/install-unix.xml    && phd -d ./tmp.xml -P PHP -f bigxhtml -o ./ && lynx -dump -nolist -justify -display_charset UTF-8  ./php-bigxhtml.html > INSTALL 
 +$ xmllint --output tmp.xml --noent doc-base/install-win.xml && phd -d ./tmp.xml -P PHP -f bigxhtml -o ./ && lynx -dump -nolist -justify -display_charset UTF-8  ./php-bigxhtml.html > install.txt 
 +</code>
  
 == Version Information == == Version Information ==
Line 11: Line 16:
  
 == INI options update == == INI options update ==
-Update the ini information. The scripts to do this are in [[http://cvs.php.net/viewvc.cgi/phpdoc/scripts/iniupdate/|phpdoc/scripts/iniupdate]] and also this version number is specified in [[http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/configure/index.xml|appendices/configure/index.xml]]+Update the ini information. The scripts to do this are in [[http://svn.php.net/viewvc/phpdoc/doc-base/trunk/scripts/iniupdate/|phpdoc/scripts/iniupdate]] and also this version number is specified in [[http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/configure/index.xml|appendices/configure/index.xml]] 
 + 
 +== Various XML file updates == 
 +  * The [[http://svn.php.net/viewvc/phpdoc/en/trunk/reference/pcre/configure.xml|bundled PCRE library versions]] page, if PCRE was updated.
doc/todo/per-release-all.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1