Changeset 1050

Show
Ignore:
Timestamp:
09/12/09 16:34:26 (4 years ago)
Author:
d0nut
Message:

spiderbouncer is wbb3.1 ready

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • spiderbouncer/options.xml

    r702 r1050  
    44        <import> 
    55                <categories> 
    6                         <category name="ssl"> 
    7                                 <parent>general</parent> 
    8                                 <showorder>3</showorder> 
     6                        <category name="spiderbouncer"><!-- 
     7                                <showorder>1</showorder>//--> 
     8                        </category> 
     9                        <category name="spiderbouncer.allow"> 
     10                                <parent>spiderbouncer</parent> 
     11                                <showorder>1</showorder> 
     12                        </category> 
     13                        <category name="spiderbouncer.disallow"> 
     14                                <parent>spiderbouncer</parent> 
     15                                <showorder>2</showorder> 
    916                        </category> 
    1017                </categories> 
     
    1219        <import> 
    1320                <options> 
    14                         <option name="ssl_allow_regex"> 
    15                                 <categoryname>ssl</categoryname> 
     21                        <option name="spiderbouncer_allow_regex"> 
     22                                <categoryname>spiderbouncer.allow</categoryname> 
     23                                <optiontype>textarea</optiontype> 
     24                                <defaultvalue><![CDATA[]]></defaultvalue> 
     25                        </option> 
     26                </options> 
     27                <options> 
     28                        <option name="spiderbouncer_disallow_regex"> 
     29                                <categoryname>spiderbouncer.disallow</categoryname> 
    1630                                <optiontype>textarea</optiontype> 
    1731                                <defaultvalue><![CDATA[]]></defaultvalue>