mirror of
https://github.com/php/doc-tr.git
synced 2026-03-23 23:02:09 +01:00
lzf : fix XML by converting para to simpara tags via script
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 46a9cdd2dbef4ec89bf65fad9930e2feb78bbb98 Maintainer: behzat Status: ready -->
|
||||
<!-- EN-Revision: b274da1f1b2bc989b211c8ba50c51b27a3bc5af8 Maintainer: behzat Status: ready -->
|
||||
<!-- CREDITS: sezer -->
|
||||
<book xml:id="book.lzf" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="book.lzf">
|
||||
<?phpdoc extension-membership="pecl" ?>
|
||||
<title>LZF Sıkıştırma Algoritması</title>
|
||||
<titleabbrev>LZF</titleabbrev>
|
||||
@@ -9,14 +9,14 @@
|
||||
<!-- {{{ preface -->
|
||||
<preface xml:id="intro.lzf">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
<simpara>
|
||||
LZF çok hızlı bir sıkıştırma algoritmasıdır ve genellikle hızdan çok az
|
||||
ödün vererek disk alanından tasarruf etmek amacıyla kullanılır. Kullanım
|
||||
alanına göre hızlı çalışması veya daha çok sıkıştırma yapması amacıyla
|
||||
derleme anında ayarlama yapılabilir. Bu eklentide, işlemler için Marc
|
||||
Lehmann tarafından yazılan <link xlink:href="&url.liblzf;">liblzf</link>
|
||||
kütüphanesi kullanılmıştır.
|
||||
</para>
|
||||
</simpara>
|
||||
</preface>
|
||||
<!-- }}} -->
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
&reference.lzf.reference;
|
||||
|
||||
</book>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
@@ -45,4 +44,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
||||
|
||||
@@ -1,31 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 307e7d78baacfcd228eef8f384e96659b67d9adb Maintainer: behzat Status: ready -->
|
||||
<!-- EN-Revision: b274da1f1b2bc989b211c8ba50c51b27a3bc5af8 Maintainer: behzat Status: ready -->
|
||||
<!-- CREDITS: sezer -->
|
||||
<section xml:id="lzf.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="lzf.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
<simpara>
|
||||
&pecl.moved;
|
||||
&pecl.info;
|
||||
<link xlink:href="&url.pecl.package;lzf">&url.pecl.package;lzf</link>.
|
||||
</para>
|
||||
<para>
|
||||
</simpara>
|
||||
<simpara>
|
||||
Bu işlevleri kullanabilmek için PHP'yi lzf desteğiyle derlemeniz
|
||||
gereklidir. Bunun için derleme derleme sırasında <option
|
||||
role="configure">--with-lzf[=DİZİN]</option> yapılandırma seçeneğini
|
||||
gereklidir. Bunun için derleme derleme sırasında <option role="configure">--with-lzf[=DİZİN]</option> yapılandırma seçeneğini
|
||||
kullanmalısınız. Temel ayarlarla LZF hızlı çalışır ancak az sıkıştırma
|
||||
yapar. Dilerseniz derleme sırasında <option
|
||||
role="configure">--enable-lzf-better-compression</option> yapılandırma
|
||||
yapar. Dilerseniz derleme sırasında <option role="configure">--enable-lzf-better-compression</option> yapılandırma
|
||||
seçeneğini kullanarak daha çok sıkıştırma ancak daha yavaş çalışma kipine
|
||||
ayarlayabilirsiniz.
|
||||
</para>
|
||||
<para>
|
||||
</simpara>
|
||||
<simpara>
|
||||
Windows kullanıcıları bu işlevleri kullanmak için &php.ini; dosyası içinden
|
||||
<filename>php_lzf.dll</filename> dosyasını kullanılır hale getirmeleri
|
||||
gerekir.
|
||||
</para>
|
||||
</simpara>
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: ae16bf5adae2812584c574652ea6646dd197adb2 Maintainer: behzat Status: ready -->
|
||||
<!-- EN-Revision: b274da1f1b2bc989b211c8ba50c51b27a3bc5af8 Maintainer: behzat Status: ready -->
|
||||
<!-- CREDITS: sezer -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.lzf-compress">
|
||||
@@ -16,10 +16,10 @@
|
||||
<type>string</type><methodname>lzf_compress</methodname>
|
||||
<methodparam><type>string</type><parameter>veri</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>lzf_compress</function> işlevi, belirtilen
|
||||
<parameter>veri</parameter> dizgesini LZF kodlamasını kullanarak sıkıştırır.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
@@ -27,18 +27,18 @@
|
||||
<varlistentry>
|
||||
<term><parameter>veri</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Sıkıştırılmak istenen dizge.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
Hata oluşmuşsa, &false; yoksa sıkıştırılmış veriyi döndürür.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: ae16bf5adae2812584c574652ea6646dd197adb2 Maintainer: behzat Status: ready -->
|
||||
<!-- EN-Revision: b274da1f1b2bc989b211c8ba50c51b27a3bc5af8 Maintainer: behzat Status: ready -->
|
||||
<!-- CREDITS: sezer -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.lzf-decompress">
|
||||
@@ -14,10 +14,10 @@
|
||||
<type>string</type><methodname>lzf_decompress</methodname>
|
||||
<methodparam><type>string</type><parameter>veri</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>lzf_compress</function> işlevi verilen lzf sıkıştırmalı dizgi
|
||||
içeren <parameter>veri</parameter> dizgisi açar.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
@@ -25,18 +25,18 @@
|
||||
<varlistentry>
|
||||
<term><parameter>veri</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Sıkıştırılmış haldeki dizgi.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
Hata oluşursa &false; oluşmazsa verinin sıkıştırılmamış halini döndürür.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: cbac1ecf71d754707d69bdc344c4031c157eaa54 Maintainer: behzat Status: ready -->
|
||||
<!-- EN-Revision: b274da1f1b2bc989b211c8ba50c51b27a3bc5af8 Maintainer: behzat Status: ready -->
|
||||
<!-- CREDITS: sezer -->
|
||||
<refentry xml:id="function.lzf-optimized-for" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.lzf-optimized-for">
|
||||
<refnamediv>
|
||||
<refname>lzf_optimized_for</refname>
|
||||
<refpurpose>
|
||||
@@ -15,10 +15,10 @@
|
||||
<type>int</type><methodname>lzf_optimized_for</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
LZF uzantısının derleme esnasında hangi amaca yönelik en iyilendirildiğini
|
||||
bildirir.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -28,13 +28,12 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
Eğer LZF hız için en iyilenmişse 1, daha çok sıkıştırması
|
||||
için en iyilenmişse 0 ile döner.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
Reference in New Issue
Block a user