diff options
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/Bugzilla-Guide.html | 31 | ||||
-rw-r--r-- | docs/html/extraconfig.html | 8 | ||||
-rw-r--r-- | docs/html/glossary.html | 19 | ||||
-rw-r--r-- | docs/html/index.html | 2 | ||||
-rw-r--r-- | docs/html/stepbystep.html | 2 |
5 files changed, 48 insertions, 14 deletions
diff --git a/docs/html/Bugzilla-Guide.html b/docs/html/Bugzilla-Guide.html index 694648c26..9fe33476c 100644 --- a/docs/html/Bugzilla-Guide.html +++ b/docs/html/Bugzilla-Guide.html @@ -85,7 +85,7 @@ NAME="AEN14" HREF="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=Documentation" TARGET="_top" >Bugzilla Documentation</A -> compontent. +> component. </P ><P >This is a development version of this guide. Information in it @@ -3180,7 +3180,7 @@ CLASS="prompt" <B CLASS="command" ->UPDATE user SET Password=PASSWORD('<new_password'>) +>UPDATE user SET Password=PASSWORD('<new_password>') WHERE user='root';</B > </TT @@ -4034,10 +4034,10 @@ CLASS="filename" which can limit connections by ip-address. You may download this module at <A -HREF="http://www.snert.com/Software/Throttle/" +HREF="http://www.snert.com/Software/mod_throttle/" TARGET="_top" -> http://www.snert.com/Software/Throttle/</A ->. +>http://www.snert.com/Software/mod_throttle/</A +> Follow the instructions to install into your Apache install. <EM >This module only functions with the Apache web @@ -4051,7 +4051,7 @@ CLASS="command" command provided by this module to accomplish this goal. See the <A -HREF="http://www.snert.com/Software/Throttle/" +HREF="http://www.snert.com/Software/mod_throttle/" TARGET="_top" >Module Instructions</A @@ -13330,6 +13330,23 @@ NAME="gloss-rdbms" that stores information in tables that are related to each other. </P ></DD +><DT +><A +NAME="gloss-regexp" +></A +><B +>Regular Expression</B +></DT +> (regexp)<DD +><P +>A regular expression is an expression used for pattern matching. + <A +HREF="http://perldoc.com/perl5.6/pod/perlre.html#Regular-Expressions" +TARGET="_top" +>Documentation</A +> + </P +></DD ></DL ></DIV ><DIV @@ -13482,7 +13499,7 @@ NAME="gloss-zarro" Terry had the following to say: </P ><A -NAME="AEN2515" +NAME="AEN2521" ></A ><TABLE BORDER="0" diff --git a/docs/html/extraconfig.html b/docs/html/extraconfig.html index 0bd60486a..917e839bf 100644 --- a/docs/html/extraconfig.html +++ b/docs/html/extraconfig.html @@ -607,10 +607,10 @@ CLASS="filename" which can limit connections by ip-address. You may download this module at <A -HREF="http://www.snert.com/Software/Throttle/" +HREF="http://www.snert.com/Software/mod_throttle/" TARGET="_top" -> http://www.snert.com/Software/Throttle/</A ->. +>http://www.snert.com/Software/mod_throttle/</A +> Follow the instructions to install into your Apache install. <EM >This module only functions with the Apache web @@ -624,7 +624,7 @@ CLASS="command" command provided by this module to accomplish this goal. See the <A -HREF="http://www.snert.com/Software/Throttle/" +HREF="http://www.snert.com/Software/mod_throttle/" TARGET="_top" >Module Instructions</A diff --git a/docs/html/glossary.html b/docs/html/glossary.html index 3894e8a9b..7f36c0c1a 100644 --- a/docs/html/glossary.html +++ b/docs/html/glossary.html @@ -697,6 +697,23 @@ NAME="gloss-rdbms" that stores information in tables that are related to each other. </P ></DD +><DT +><A +NAME="gloss-regexp" +></A +><B +>Regular Expression</B +></DT +> (regexp)<DD +><P +>A regular expression is an expression used for pattern matching. + <A +HREF="http://perldoc.com/perl5.6/pod/perlre.html#Regular-Expressions" +TARGET="_top" +>Documentation</A +> + </P +></DD ></DL ></DIV ><DIV @@ -849,7 +866,7 @@ NAME="gloss-zarro" Terry had the following to say: </P ><A -NAME="AEN2515" +NAME="AEN2521" ></A ><TABLE BORDER="0" diff --git a/docs/html/index.html b/docs/html/index.html index 3cabc43e5..4290a3f9f 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -88,7 +88,7 @@ NAME="AEN14" HREF="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=Documentation" TARGET="_top" >Bugzilla Documentation</A -> compontent. +> component. </P ><P >This is a development version of this guide. Information in it diff --git a/docs/html/stepbystep.html b/docs/html/stepbystep.html index 33244655f..caf6b9dc1 100644 --- a/docs/html/stepbystep.html +++ b/docs/html/stepbystep.html @@ -1078,7 +1078,7 @@ CLASS="prompt" <B CLASS="command" ->UPDATE user SET Password=PASSWORD('<new_password'>) +>UPDATE user SET Password=PASSWORD('<new_password>') WHERE user='root';</B > </TT |