goba            Fri Apr 19 11:05:36 2002 EDT

  Modified files:              
    /phpdoc/en/reference/crack  reference.xml 
  Log:
  Applied new structure
  
  
Index: phpdoc/en/reference/crack/reference.xml
diff -u phpdoc/en/reference/crack/reference.xml:1.2 
phpdoc/en/reference/crack/reference.xml:1.3
--- phpdoc/en/reference/crack/reference.xml:1.2 Mon Apr 15 14:56:30 2002
+++ phpdoc/en/reference/crack/reference.xml     Fri Apr 19 11:05:36 2002
@@ -1,20 +1,23 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
  <reference id="ref.crack">
   <title>Crack functions</title>
   <titleabbrev>Crack functions</titleabbrev>
 
   <partintro>
-   <para id="crack.intro">
-    These functions allow you to use the CrackLib library to test the
-    'strength' of a password.  The 'strength' of a password is tested by that
-    checks length, use of upper and lower case and checked against the
-    specified CrackLib dictionary.  CrackLib will also give helpful diagnostic
-    messages that will help 'strengthen' the password.
-   </para>
+   <section id="crack.intro">
+    &reftitle.intro;
+    <para>
+     These functions allow you to use the CrackLib library to test the
+     'strength' of a password.  The 'strength' of a password is tested by that
+     checks length, use of upper and lower case and checked against the
+     specified CrackLib dictionary.  CrackLib will also give helpful diagnostic
+     messages that will help 'strengthen' the password.
+    </para>
+   </section>
 
    <section id="crack.requirements">
-    <title>Requirements</title>
+    &reftitle.required;
     <para>
      More information regarding CrackLib along with the library can be found at
      <ulink url="&url.crack;">&url.crack;</ulink>.
@@ -22,7 +25,7 @@
    </section>
     
    <section id="crack.installation">
-    <title>Installation</title>
+    &reftitle.install;
     <para>
      In order to use these functions, you must compile PHP with Crack support
      by using the <option role="configure">--with-crack[=DIR]</option> option.
@@ -30,22 +33,22 @@
    </section>
 
    <section id="crack.configuration">
-    <title>Runtime Configuration</title>
-     &no.config;
+    &reftitle.runtime;
+    &no.config;
    </section>
 
    <section id="crack.resources">
-    <title>Resource types</title>
-     &no.resource;
+    &reftitle.resources;
+    &no.resource;
    </section>
 
    <section id="crack.constants">
-    <title>Predefined constants</title>
-     &no.constants;
+    &reftitle.constants;
+    &no.constants;
    </section>
 
    <section id="crack.examples">
-    <title>Example</title>
+    &reftitle.examples;
     <para>
      This example shows how to open a CrackLib dictionary, test a given
      password, retrieve any diagnostic messages, and close the dictionary.


Reply via email to