Changeset 7bc4c361
- Timestamp:
- 02/12/2005 04:53:54 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 69e9770b
- Parents:
- f62b122b
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
content/web/php.xml
rf62b122b r7bc4c361 7 7 <!ENTITY php-download-http "http://us2.php.net/distributions/php-&php-version;.tar.bz2"> 8 8 <!ENTITY php-download-ftp "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.bz2"> 9 <!ENTITY php-md5sum "fd26455febdddee0977ce226b9108d9c"> 9 10 <!ENTITY php-size "4.4 MB"> 10 11 <!ENTITY php-buildsize "101 MB"> … … 23 24 <title>Introduction to <application><acronym>PHP</acronym></application></title> 24 25 25 <para><application><acronym>PHP</acronym></application> is the PHP26 Hypertext Preprocessor. Primarily used in dynamic web sites, it allows for 27 programming code to be directly embedded into the26 <para><application><acronym>PHP</acronym></application> is the 27 <acronym>PHP</acronym> Hypertext Preprocessor. Primarily used in dynamic web 28 sites, it allows for programming code to be directly embedded into the 28 29 <acronym>HTML</acronym> markup.</para> 29 30 30 31 <sect3><title>Package information</title> 31 32 <itemizedlist spacing='compact'> 32 <listitem><para>Download (HTTP): <ulink url="&php-download-http;"/></para></listitem> 33 <listitem><para>Download (FTP): <ulink url="&php-download-ftp;"/></para></listitem> 33 <listitem><para>Download (HTTP): 34 <ulink url="&php-download-http;"/></para></listitem> 35 <listitem><para>Download (FTP): 36 <ulink url="&php-download-ftp;"/></para></listitem> 37 <listitem><para>Download MD5 sum: &php-md5sum;</para></listitem> 34 38 <listitem><para>Download size: &php-size;</para></listitem> 35 <listitem><para>Estimated disk space required: &php-buildsize;</para></listitem> 36 <listitem><para>Estimated build time: &php-time;</para></listitem></itemizedlist> 39 <listitem><para>Estimated disk space required: 40 &php-buildsize;</para></listitem> 41 <listitem><para>Estimated build time: 42 &php-time;</para></listitem></itemizedlist> 37 43 </sect3> 38 44 … … 44 50 </sect3> 45 51 46 <sect3><title><application><acronym>PHP</acronym></application> dependencies</title> 52 <sect3><title><application><acronym>PHP</acronym></application> 53 dependencies</title> 47 54 <sect4><title>Required</title> 48 <para> 49 < xref linkend="apache"/>50 </para></sect4> 55 <para><xref linkend="apache"/></para> 56 </sect4> 57 51 58 <sect4><title>Optional</title> 52 <para> 53 <xref linkend="libxml2"/>, 59 <para><xref linkend="libxml2"/>, 54 60 <xref linkend="libxslt"/>, 55 61 <xref linkend="openssl"/>, … … 67 73 X (<xref linkend="xorg"/> or <xref linkend="xfree86"/>), 68 74 <xref linkend="freetype2"/>, 69 <ulink url="http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.0.2.tar.gz">t1lib</ulink>, 75 <ulink 76 url="http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.0.2.tar.gz"> 77 t1lib</ulink>, 70 78 <xref linkend="gmp"/> 71 79 <xref linkend="mysql"/>, … … 92 100 <ulink url="http://caudium.net/">Caudium</ulink>, 93 101 <ulink url="http://www.openwddx.org/">WDDX</ulink>, 94 <ulink url="http://partners.adobe.com/asn/acrobat/forms.jsp">FDF Toolkit</ulink>, 102 <ulink url="http://partners.adobe.com/asn/acrobat/forms.jsp"> 103 FDF Toolkit</ulink>, 95 104 <ulink url="http://www.hyperwave.com/">Hyperwave</ulink>, 96 105 <ulink url="http://www.mainstreetsoftworks.com/">Monetra</ulink>, 97 106 <xref linkend="expat"/> and 98 <ulink url="../server/mail.html">MTA</ulink> 99 </ para></sect4>107 <ulink url="../server/mail.html">MTA</ulink></para> 108 </sect4> 100 109 </sect3> 101 110 … … 165 174 <application>Apache</application> web server, 166 175 a new LoadModule (this one should be handled automatically by the 167 <command>make install</command> command) and AddType directives must be added to the168 <filename>httpd.conf</filename> file:</para>176 <command>make install</command> command) and AddType directives must be added 177 to the <filename>httpd.conf</filename> file:</para> 169 178 170 179 <screen><userinput>LoadModule php5_module lib/apache/libphp5.so 171 180 AddType application/x-httpd-php .php</userinput></screen> 172 181 173 <para>Also, it can be useful to add an entry for index.php to the174 DirectoryIndex directive of the <filename>httpd.conf</filename> 175 file.</para>182 <para>Also, it can be useful to add an entry for 183 <filename>index.php</filename> to the DirectoryIndex directive of the 184 <filename>httpd.conf</filename> file.</para> 176 185 177 186 </sect3> … … 199 208 200 209 <sect3><title>pear</title> 201 <para><command>pear</command> is the PHP Extension and Application 202 Repository (<acronym>PEAR</acronym>) package manager.</para></sect3> 210 <para><command>pear</command> is the <acronym>PHP</acronym> Extension and 211 Application Repository (<acronym>PEAR</acronym>) package 212 manager.</para></sect3> 203 213 204 214 </sect2> -
content/web/proftpd.xml
rf62b122b r7bc4c361 7 7 <!ENTITY proftpd-download-http "http://ftp.proftpd.org/distrib/source/proftpd-&proftpd-version;.tar.bz2"> 8 8 <!ENTITY proftpd-download-ftp "ftp://ftp.proftpd.org/distrib/source/proftpd-&proftpd-version;.tar.bz2"> 9 <!ENTITY proftpd-md5sum "5feb4a7348e12faefc25e34fd92efdd6"> 9 10 <!ENTITY proftpd-size "901 KB"> 10 11 <!ENTITY proftpd-buildsize "7.3 MB"> … … 18 19 </sect1info> 19 20 <?dbhtml filename="proftpd.html"?> 20 <title><application>Pro<acronym>FTP</acronym>D</application>-&proftpd-version;</title> 21 <title><application>Pro<acronym>FTP</acronym>D</application>-&proftpd-version; 22 </title> 21 23 22 24 <sect2> … … 34 36 <listitem><para>Download (FTP): 35 37 <ulink url="&proftpd-download-ftp;"/></para></listitem> 38 <listitem><para>Download MD5 sum: &proftpd-md5sum;</para></listitem> 36 39 <listitem><para>Download size: &proftpd-size;</para></listitem> 37 40 <listitem><para>Estimated disk space required: -
content/web/vsftpd.xml
rf62b122b r7bc4c361 7 7 <!ENTITY vsftpd-download-http " "> 8 8 <!ENTITY vsftpd-download-ftp "ftp://vsftpd.beasts.org/users/cevans/vsftpd-&vsftpd-version;.tar.gz"> 9 <!ENTITY vsftpd-md5sum "63838791ec8b1375ed154fb2603e52e9"> 9 10 <!ENTITY vsftpd-size "148 KB"> 10 11 <!ENTITY vsftpd-buildsize "492 KB"> … … 18 19 </sect1info> 19 20 <?dbhtml filename="vsftpd.html"?> 20 <title><application>vs<acronym>FTP</acronym>D</application>-&vsftpd-version;</title> 21 <title><application>vs<acronym>FTP</acronym>D</application>-&vsftpd-version; 22 </title> 21 23 22 24 <sect2> … … 34 36 <listitem><para>Download (FTP): 35 37 <ulink url="&vsftpd-download-ftp;"/></para></listitem> 38 <listitem><para>Download MD5 sum: &vsftpd-md5sum;</para></listitem> 36 39 <listitem><para>Download size: &vsftpd-size;</para></listitem> 37 40 <listitem><para>Estimated disk space required: -
introduction/welcome/changelog.xml
rf62b122b r7bc4c361 23 23 <itemizedlist> 24 24 25 <listitem><para>February 12th, 2005 [randy]: Added md5sums to Chapter 22 26 package instructions; added md5sum to db instructions; fixed download URL's25 <listitem><para>February 12th, 2005 [randy]: Added md5sums to Chapter 22 and 26 24 package instructions; added md5sum to db instructions; fixed download URL's 27 27 in PostgreSQL instructions.</para></listitem> 28 28
Note:
See TracChangeset
for help on using the changeset viewer.