cvs: phpdoc-he /reference/crack configure.xml ini.xml reference.xml
[email protected] ("Hadar Porat") Thu, 17 Jul 2003 19:41:57 -0000
| Newsgroups | php.doc.he |
|---|---|
| Message-ID | <cvshadar_p1058470917@cvsserver> |
hadar_p Thu Jul 17 15:41:57 2003 EDT
Added files:
/phpdoc-he/reference/crack configure.xml ini.xml reference.xml
Log:
Updated to reflect latest English version
Index: phpdoc-he/reference/crack/configure.xml
+++ phpdoc-he/reference/crack/configure.xml
<?xml version="1.0" encoding="WINDOWS-1255"?>
<!-- $Revision: 1.1 $ -->
<!-- HE-Revision: 1.00 Maintainer: hadar_p Status: complete -->
<section id="crack.installation">
&reftitle.install;
<para>
òì îðú ìäéåú îñåâì ìäùúîù áôåð÷öéåú àìä, àúä çééá ì÷îôì PHP òí úîéëä á- Crack
ò"é ùéîåù áàåôöééú <option role="configure">--with-crack[=DIR]</option>.
</para>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
Index: phpdoc-he/reference/crack/ini.xml
+++ phpdoc-he/reference/crack/ini.xml
<?xml version="1.0" encoding="WINDOWS-1255"?>
<!-- $Revision: 1.1 $ -->
<!-- HE-Revision: 1.00 Maintainer: hadar_p Status: complete -->
<section id="crack.configuration">
&reftitle.runtime;
&extension.runtime;
<para>
<table>
<title>àôùøåéåú äâãøä ùì Crack</title>
<tgroup cols="3">
<thead>
<row>
<entry>ùí</entry>
<entry>áøéøú îçãì</entry>
<entry>îúçìó àì</entry>
</row>
</thead>
<tbody>
<row>
<entry>crack.default_dictionary</entry>
<entry>NULL</entry>
<entry>PHP_INI_SYSTEM</entry>
</row>
</tbody>
</tgroup>
</table>
ìôøèéí ðåñôéí åäâãøåú ùì ÷áåòé PHP_INI_* øàä àú
<function>ini_set</function>.
</para>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
Index: phpdoc-he/reference/crack/reference.xml
+++ phpdoc-he/reference/crack/reference.xml
<?xml version="1.0" encoding="WINDOWS-1255"?>
<!-- $Revision: 1.1 $ -->
<!-- HE-Revision: 1.00 Maintainer: hadar_p Status: complete -->
<reference id="ref.crack">
<title>ôåð÷öéåú Crack</title>
<titleabbrev>Crack</titleabbrev>
<partintro>
<section id="crack.intro">
&reftitle.intro;
<para>
äôåð÷öéåú äàìå îàôùøåú ìê ìäùúîù áñôøééú CrackLib òì îðú ìáãå÷
àú 'ëåç' ùì ñéñîà. 'ëåç' ùì ñéñîà ðáã÷ ò"é àåøê äîçøåæú, ùéîåù áàåúéåú
âãåìåú å÷èðåú åáãé÷ä ùì îñôø àîöòéí áúåê ä- CrackLib.
ñôøééú CrackLib éëåìä âí ìäçæéø äåãòåú àáçåï ùéòæøå ìê áçéæå÷
äñéñîà.
</para>
</section>
<section id="crack.requirements">
&reftitle.required;
<para>
òåã îéãò áðåâò ì- CrackLib áéçã òí äñôøééä éëåì ìäéîöà á-
<ulink url="&url.crack;">&url.crack;</ulink>.
</para>
</section>
&reference.crack.configure;
&reference.crack.ini;
<section id="crack.resources">
&reftitle.resources;
&no.resource;
</section>
<section id="crack.constants">
&reftitle.constants;
&no.constants;
</section>
<section id="crack.examples">
&reftitle.examples;
<para>
ãåâîà æàú îøàä ëéöã ðéúï ìôúåç îéìåï CrackLib, áãé÷ä ùì ñéñîà ðúåðä,
äçæøä ùì äåãòåú àáçåï ëìùäï, åñâéøä ùì äîéìåï.
<example>
<title>ãåâîà ùì CrackLib</title>
<programlisting role="php">
<![CDATA[
<?php
// Open CrackLib Dictionary
$dictionary = crack_opendict('/usr/local/lib/pw_dict')
or die('Unable to open CrackLib dictionary');
// Perform password check
$check = crack_check($dictionary, 'gx9A2s0x');
// Retrieve messages
$diag = crack_getlastmessage();
echo $diag; // 'strong password'
// Close dictionary
crack_closedict($dictionary);
?>
]]>
</programlisting>
</example>
</para>
<note>
<para>
àí <function>crack_check</function> îçæéøä &true;,
<function>crack_getlastmessage</function> úçæéø 'strong password'.
</para>
</note>
</section>
</partintro>
&reference.crack.functions;
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->