didou           Sun Jan  2 06:50:33 2005 EDT

  Modified files:              
    /phpdoc/en/reference/crack/functions        crack-check.xml 
                                                crack-closedict.xml 
                                                crack-getlastmessage.xml 
                                                crack-opendict.xml 
  Log:
  Switch ref.crack to the new structure
  
http://cvs.php.net/diff.php/phpdoc/en/reference/crack/functions/crack-check.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/crack/functions/crack-check.xml
diff -u phpdoc/en/reference/crack/functions/crack-check.xml:1.3 
phpdoc/en/reference/crack/functions/crack-check.xml:1.4
--- phpdoc/en/reference/crack/functions/crack-check.xml:1.3     Wed Aug 18 
11:39:25 2004
+++ phpdoc/en/reference/crack/functions/crack-check.xml Sun Jan  2 06:50:33 2005
@@ -1,34 +1,59 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/crack.xml, last change in rev 1.1 -->
-  <refentry id="function.crack-check">
-   <refnamediv>
-    <refname>crack_check</refname>
-    <refpurpose>Performs an obscure check with the given password</refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-     <methodsynopsis>
-      <type>bool</type><methodname>crack_check</methodname>
-      
<methodparam><type>resource</type><parameter>dictionary</parameter></methodparam>
-      
<methodparam><type>string</type><parameter>password</parameter></methodparam>
-     </methodsynopsis>
-     <methodsynopsis>
-      <type>bool</type><methodname>crack_check</methodname>
-      
<methodparam><type>string</type><parameter>password</parameter></methodparam>
-     </methodsynopsis>
-    <para> 
-     Returns &true; if <parameter>password</parameter> is strong, or &false; 
otherwise.
-    </para>
-     &warn.experimental.func;
-    <para>
-     <function>crack_check</function> performs an obscure check with the given
-     <parameter>password</parameter> on the specified <parameter>dictionary
-     </parameter>.  If <parameter>dictionary</parameter> is not specified,
-     the last opened dictionary is used.
-    </para>
-   </refsect1>
-  </refentry>
+<refentry id="function.crack-check">
+ <refnamediv>
+  <refname>crack_check</refname>
+  <refpurpose>Performs an obscure check with the given password</refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <type>bool</type><methodname>crack_check</methodname>
+   
<methodparam><type>resource</type><parameter>dictionary</parameter></methodparam>
+   
<methodparam><type>string</type><parameter>password</parameter></methodparam>
+  </methodsynopsis>
+  <methodsynopsis>
+   <type>bool</type><methodname>crack_check</methodname>
+   
<methodparam><type>string</type><parameter>password</parameter></methodparam>
+  </methodsynopsis>
+  <para> 
+   Performs an obscure check with the given password on the specified
+   dictionary.
+  </para>
+  &warn.experimental.func;
+ </refsect1>
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  <para>
+   <variablelist>
+    <varlistentry>
+     <term><parameter>dictionary</parameter></term>
+     <listitem>
+      <para>
+       The crack lib dictionary. If not specified, the last opened dictionary
+       is used.
+      </para>
+     </listitem>
+    </varlistentry>
+    <varlistentry>
+     <term><parameter>password</parameter></term>
+     <listitem>
+      <para>
+       The tested password.
+      </para>
+     </listitem>
+    </varlistentry>
+   </variablelist>
+  </para>
+ </refsect1>
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   Returns &true; if <parameter>password</parameter> is strong, or &false; 
otherwise.
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/diff.php/phpdoc/en/reference/crack/functions/crack-closedict.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/crack/functions/crack-closedict.xml
diff -u phpdoc/en/reference/crack/functions/crack-closedict.xml:1.2 
phpdoc/en/reference/crack/functions/crack-closedict.xml:1.3
--- phpdoc/en/reference/crack/functions/crack-closedict.xml:1.2 Wed Apr 17 
02:37:01 2002
+++ phpdoc/en/reference/crack/functions/crack-closedict.xml     Sun Jan  2 
06:50:33 2005
@@ -1,29 +1,54 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/crack.xml, last change in rev 1.1 -->
-  <refentry id="function.crack-closedict">
-   <refnamediv>
-    <refname>crack_closedict</refname>
-    <refpurpose>Closes an open CrackLib dictionary </refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-     <methodsynopsis>
-      <type>bool</type><methodname>crack_closedict</methodname>
-      <methodparam 
choice="opt"><type>resource</type><parameter>dictionary</parameter></methodparam>
-     </methodsynopsis>
-    <para>
-     &return.success;
-    </para>
-     &warn.experimental.func;
-    <para>
-     <function>crack_closedict</function> closes the specified
-     <parameter>dictionary</parameter> identifier.  If
-     <parameter>dictionary</parameter> is not specified, the current
-     dictionary is closed.
-    </para>
-   </refsect1>
-  </refentry>
+<refentry id="function.crack-closedict">
+ <refnamediv>
+  <refname>crack_closedict</refname>
+  <refpurpose>Closes an open CrackLib dictionary </refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <type>bool</type><methodname>crack_closedict</methodname>
+   <methodparam 
choice="opt"><type>resource</type><parameter>dictionary</parameter></methodparam>
+  </methodsynopsis>
+  <para>
+   <function>crack_closedict</function> closes the specified
+   <parameter>dictionary</parameter> identifier.
+  </para>
+  &warn.experimental.func;
+ </refsect1>
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  <para>
+   <variablelist>
+    <varlistentry>
+     <term><parameter>dictionary</parameter></term>
+     <listitem>
+      <para>
+       The dictionary to close. If not specified, the current directory is
+       closed.
+      </para>
+     </listitem>
+    </varlistentry>
+   </variablelist>
+  </para>
+ </refsect1>
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   &return.success;
+  </para>
+ </refsect1>
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>crack_opendict</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/diff.php/phpdoc/en/reference/crack/functions/crack-getlastmessage.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/crack/functions/crack-getlastmessage.xml
diff -u phpdoc/en/reference/crack/functions/crack-getlastmessage.xml:1.2 
phpdoc/en/reference/crack/functions/crack-getlastmessage.xml:1.3
--- phpdoc/en/reference/crack/functions/crack-getlastmessage.xml:1.2    Wed Apr 
17 02:37:01 2002
+++ phpdoc/en/reference/crack/functions/crack-getlastmessage.xml        Sun Jan 
 2 06:50:33 2005
@@ -1,24 +1,38 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/crack.xml, last change in rev 1.1 -->
-  <refentry id="function.crack-getlastmessage">
-   <refnamediv>
-    <refname>crack_getlastmessage</refname>
-    <refpurpose>Returns the message from the last obscure check</refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-     <methodsynopsis>
-      <type>string</type><methodname>crack_getlastmessage</methodname>
-      <void/>
-     </methodsynopsis>
-     &warn.experimental.func;
-    <para>
-     <function>crack_getlastmessage</function> returns the message from the
-     last obscure check.
-    </para>
-   </refsect1>
-  </refentry>
+<refentry id="function.crack-getlastmessage">
+ <refnamediv>
+  <refname>crack_getlastmessage</refname>
+  <refpurpose>Returns the message from the last obscure check</refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <type>string</type><methodname>crack_getlastmessage</methodname>
+   <void/>
+  </methodsynopsis>
+  <para>
+   <function>crack_getlastmessage</function> returns the message from the
+   last obscure check.
+  </para>
+  &warn.experimental.func;
+ </refsect1>
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   The message from the last obscure check.
+  </para>
+ </refsect1>
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>crack_check</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/diff.php/phpdoc/en/reference/crack/functions/crack-opendict.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/crack/functions/crack-opendict.xml
diff -u phpdoc/en/reference/crack/functions/crack-opendict.xml:1.2 
phpdoc/en/reference/crack/functions/crack-opendict.xml:1.3
--- phpdoc/en/reference/crack/functions/crack-opendict.xml:1.2  Wed Apr 17 
02:37:01 2002
+++ phpdoc/en/reference/crack/functions/crack-opendict.xml      Sun Jan  2 
06:50:33 2005
@@ -1,37 +1,60 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/crack.xml, last change in rev 1.1 -->
-  <refentry id="function.crack-opendict">
-   <refnamediv>
-    <refname>crack_opendict</refname>
-    <refpurpose>Opens a new CrackLib dictionary</refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-     <methodsynopsis>
-      <type>resource</type><methodname>crack_opendict</methodname>
-       
<methodparam><type>string</type><parameter>dictionary</parameter></methodparam>
-     </methodsynopsis>
-    <para> 
-     Returns a dictionary resource identifier on success, or &false; on 
failure.
-    </para>
-     &warn.experimental.func;
-    <para>
-     <function>crack_opendict</function> opens the specified CrackLib 
-     <parameter>dictionary</parameter> for use with
-     <function>crack_check</function>.
-    </para>
-    <note>
-     <para>
-      Only one dictionary may be open at a time.
-     </para>
-    </note>
-    <para>
-     See also: <function>crack_check</function>, and
-     <function>crack_closedict</function>.
-    </para>
-   </refsect1>
-  </refentry>
+<refentry id="function.crack-opendict">
+ <refnamediv>
+  <refname>crack_opendict</refname>
+  <refpurpose>Opens a new CrackLib dictionary</refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <type>resource</type><methodname>crack_opendict</methodname>
+   
<methodparam><type>string</type><parameter>dictionary</parameter></methodparam>
+  </methodsynopsis>
+  <para>
+   <function>crack_opendict</function> opens the specified CrackLib 
+   <parameter>dictionary</parameter> for use with
+   <function>crack_check</function>.
+  </para>
+  &warn.experimental.func;
+  <note>
+   <para>
+    Only one dictionary may be open at a time.
+   </para>
+  </note>
+ </refsect1>
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  <para>
+   <variablelist>
+    <varlistentry>
+     <term><parameter>dictionary</parameter></term>
+     <listitem>
+      <para>
+       The path to the Cracklib dictionary.
+      </para>
+     </listitem>
+    </varlistentry>
+   </variablelist>
+  </para>
+ </refsect1>
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   Returns a dictionary resource identifier on success, or &false; on failure.
+  </para>
+ </refsect1>
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>crack_check</function></member>
+    <member><function>crack_closedict</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:

Reply via email to