cvs: peardoc /en/chapters installation.xml /en/chapters/installation manually.xml shared.xml
[email protected] ("Brett Bieber")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvssaltybeagle1200099651@cvsserver> |
saltybeagle Sat Jan 12 01:00:51 2008 UTC
Added files:
/peardoc/en/chapters/installation manually.xml
Modified files:
/peardoc/en/chapters/installation shared.xml
/peardoc/en/chapters installation.xml
Log:
Move information on manually installing packages from shared hosting info into its own file. Required for docbook 5 conversion... and just makes sense.
http://cvs.php.net/viewvc.cgi/peardoc/en/chapters/installation/shared.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/en/chapters/installation/shared.xml
diff -u peardoc/en/chapters/installation/shared.xml:1.2 peardoc/en/chapters/installation/shared.xml:1.3
--- peardoc/en/chapters/installation/shared.xml:1.2 Fri Sep 7 07:22:00 2007
+++ peardoc/en/chapters/installation/shared.xml Sat Jan 12 01:00:51 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<sect1 id="installation.shared">
<title>Installation of a local PEAR copy on a shared host</title>
@@ -424,26 +424,6 @@
</sect3>
</sect2>
</sect1>
-
- <sect1 id="installation.manually">
- <title>Manual installation</title>
- <warning>
- <para>
- We removed this section, because, today, manually installing a package
- requires a deeper understanding
- of the way how packages are organized and what happens during
- the installation process.
- You should read the section about the <filename>package.xml</filename>
- in the Developers Guide (<xref linkend="developers.packagedef"/> and
- <xref linkend="guide.developers.package2"/>), if you really
- want install a package without the PEAR installer.
- </para>
- <para>
- If you want to install PEAR on a remote host without shell access,
- you should look into <xref linkend="installation.shared"/>.
- </para>
- </warning>
- </sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
http://cvs.php.net/viewvc.cgi/peardoc/en/chapters/installation.xml?r1=1.47&r2=1.48&diff_format=u
Index: peardoc/en/chapters/installation.xml
diff -u peardoc/en/chapters/installation.xml:1.47 peardoc/en/chapters/installation.xml:1.48
--- peardoc/en/chapters/installation.xml:1.47 Sat Nov 25 17:38:55 2006
+++ peardoc/en/chapters/installation.xml Sat Jan 12 01:00:51 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.47 $ -->
+<!-- $Revision: 1.48 $ -->
<chapter id="installation">
<chapterinfo>
<author>
@@ -17,6 +17,7 @@
&chapters.installation.getting;
&chapters.installation.cli;
&chapters.installation.shared;
+ &chapters.installation.manually;
&chapters.installation.cvs;
&chapters.installation.pecl;
</chapter>
http://cvs.php.net/viewvc.cgi/peardoc/en/chapters/installation/manually.xml?view=markup&rev=1.1
Index: peardoc/en/chapters/installation/manually.xml
+++ peardoc/en/chapters/installation/manually.xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision$ -->
<sect1 id="installation.manually">
<title>Manual installation</title>
<warning>
<para>
We removed this section, because, today, manually installing a package
requires a deeper understanding
of the way how packages are organized and what happens during
the installation process.
You should read the section about the <filename>package.xml</filename>
in the Developers Guide (<xref linkend="developers.packagedef"/> and
<xref linkend="guide.developers.package2"/>), if you really
want install a package without the PEAR installer.
</para>
<para>
If you want to install PEAR on a remote host without shell access,
you should look into <xref linkend="installation.shared"/>.
</para>
</warning>
</sect1>