betz Tue Jan 6 20:20:06 2004 EDT
Modified files:
/phpdoc/en/reference/lzf reference.xml
Log:
layout, lzf -> LZF for consistency
install instructions linkend from configure.xml
Index: phpdoc/en/reference/lzf/reference.xml
diff -u phpdoc/en/reference/lzf/reference.xml:1.1
phpdoc/en/reference/lzf/reference.xml:1.2
--- phpdoc/en/reference/lzf/reference.xml:1.1 Tue Jan 6 16:02:10 2004
+++ phpdoc/en/reference/lzf/reference.xml Tue Jan 6 20:20:06 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<reference id="ref.lzf">
<title>LZF Functions</title>
@@ -9,31 +9,18 @@
<section id="lzf.intro">
&reftitle.intro;
<para>
- LZF is a very fast compression algorithm, ideal for saving space with only
slight speed cost. It can be optimized for speed or space in compilation time.
- </para>
- </section>
- <section id="lzf.installation">
- &reftitle.install;
- <para>
- LZF is currently available through PECL (http://pecl.php.net/lzf).
- To install LZF extension all you need to do is:
- <programlisting role="shell">
-<![CDATA[
-gunzip lzf-xxx.tgz
-tar -xvf lzf-xxx.tar
-cd lzf-xxx
-phpize
-./configure && make && make install
-]]>
- </programlisting>
- </para>
- <para>
- You can pass --enable-lzf-better-compression to optimize lzf for space rather
then speed.
+ LZF is a very fast compression algorithm, ideal for saving space with
+ only slight speed cost. It can be optimized for speed or space at the
+ time of compilation.
</para>
</section>
+
+ &reference.lzf.configure;
+
</partintro>
&reference.lzf.functions;
</reference>
+
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml