XML_Beautifier PEAR module requirement added
This commit is contained in:
parent
5248ab23a2
commit
30ebbfd1d4
|
@ -13,7 +13,7 @@ Development Loan Fund</a>, under the GNU <a
|
||||||
href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br>
|
href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Author: $Author: tomas $</li>
|
<li>Author: $Author: tomas $</li>
|
||||||
<li>Version: $Revision: 1.7 $</li>
|
<li>Version: $Revision: 1.8 $</li>
|
||||||
<li>Location: $Source:
|
<li>Location: $Source:
|
||||||
/home/cvs/livesupport/doc/gettingStarted.html,v $</li>
|
/home/cvs/livesupport/doc/gettingStarted.html,v $</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -70,7 +70,8 @@ running on the development computer</li>
|
||||||
<li><a href="http://www.php.net/">PHP</a> interpreter</li>
|
<li><a href="http://www.php.net/">PHP</a> interpreter</li>
|
||||||
<li><a href="http://www.php.net/">PHP</a> apache module</li>
|
<li><a href="http://www.php.net/">PHP</a> apache module</li>
|
||||||
<li><a href="http://www.postgresql.org/">PostgreSQL</a> support in PHP</li>
|
<li><a href="http://www.postgresql.org/">PostgreSQL</a> support in PHP</li>
|
||||||
<li><a href="http://pear.php.net/">PEAR</a> modules: DB, XML_Util
|
<li><a href="http://pear.php.net/">PEAR</a>
|
||||||
|
modules: DB, XML_Util, XML_Beautifier
|
||||||
(may be checked: <code>pear list</code>
|
(may be checked: <code>pear list</code>
|
||||||
and installed by e.g.: <code>pear install DB</code>)</li>
|
and installed by e.g.: <code>pear install DB</code>)</li>
|
||||||
<!-- <li><a href="http:///"></a></li>-->
|
<!-- <li><a href="http:///"></a></li>-->
|
||||||
|
|
Loading…
Reference in New Issue