[DOC-CVS] [doc-base] master: Add TOC entry and links for PIE introduction
[email protected] (Derick Rethans)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Derick Rethans (derickr) Date: 2025-08-27T09:15:06+01:00 Commit: https://github.com/php/doc-base/commit/abe740d34e8c0760f3c700c297a575fa599ceb92 Raw diff: https://github.com/php/doc-base/commit/abe740d34e8c0760f3c700c297a575fa599ceb92.diff Add TOC entry and links for PIE introduction Changed paths: M entities/global.ent M manual.xml Diff: diff --git a/entities/global.ent b/entities/global.ent index ae570b608..bd1b0efd1 100644 --- a/entities/global.ent +++ b/entities/global.ent @@ -390,6 +390,7 @@ <!ENTITY url.pdf "http://www.pdflib.com/products/pdflib-family/"> <!ENTITY url.pdf.fpdf "http://www.fpdf.org/"> <!ENTITY url.pdf.tcpdf "http://www.tcpdf.org/"> +<!ENTITY url.pie "https://github.com/php/pie"> <!ENTITY url.pear "https://pear.php.net/"> <!ENTITY url.pear.package "https://pear.php.net/package/"> <!ENTITY url.pear.installation "https://pear.php.net/manual/en/installation.php"> @@ -633,6 +634,8 @@ <!ENTITY link.pecl '<link xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.pecl;">PECL</link>'> +<!ENTITY link.pie '<link xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.pie;">PIE</link>'> + <!ENTITY spec.strftime 'http://www.opengroup.org/onlinepubs/007908799/xsh/strftime.html'> <!ENTITY spec.pdf.fdf 'http://www.adobe.com/devnet/acrobat/fdftoolkit.html'> diff --git a/manual.xml b/manual.xml index 0678298e2..80f113579 100644 --- a/manual.xml +++ b/manual.xml @@ -52,6 +52,7 @@ &install.fpm.index; &install.pecl; &install.composer; + &install.pie; &install.ini; </book>