|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2009-02-14 13:49 UTC] cweiske@php.net
Description: ------------ Currently, the title of the generated HTML files is hardcoded into the HTML templates. This should be changed to reading the title from the docbook file, making phd a bit more usable for non-pear and non-phpdoc. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 21:00:01 2025 UTC |
A few additional comments. Most every themes/php/* has this ("PHP Manual") hardcoded, but from manual.xml.in we have: <set xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="index" xml:lang="@LANG@" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>&PHPManual;</title> &bookinfo; <book xml:id="manual"> <title>&PHPManual;</title> &preface; </book> So as already stated, this should be used instead.