[%-
#--------------------------------------------------------------------------------------
# *** Automatically generated file.  Do not edit.  Modify ./make.pl instead! ***
#    File: 'search_options'
#     Use: generating the sidebar select options for searching
# Created: Mon Jul  1 01:14:17 2002
#--------------------------------------------------------------------------------------

    search_areas = [
        ""
        "SecA"
        "SecB"
        "SecC"
        "SecD"
            "SecE"
                "SecF"
                "SecG"
                "SecH"
            "SecI"
                "SecJ"
                "SecK"
                "SecL"
                "SecM"
            "SecN"
            "SecO"
            "SecP"
        "SecQ"
        "SecR"
        "SecS"
        "SecT"
        "SecU"
    ]

    search_labels = {
        ""          => 'Whole Site'
        "SecA" => "What's mp?" 
        "SecB" => "Stories" 
        "SecC" => "Download" 
        "SecD" => "All Docs" 
            "SecE" => "..1.0 Docs" 
                "SecF" => "....Guide 1.0" 
                "SecG" => "....OS 1.0" 
                "SecH" => "....API 1.0" 
            "SecI" => "..2.0 Docs" 
                "SecJ" => "....User 2.0" 
                "SecK" => "....OS 2.0" 
                "SecL" => "....Devel 2.0" 
                "SecM" => "....API 2.0" 
            "SecN" => "..General Docs" 
            "SecO" => "..Tutorials" 
            "SecP" => "..OffSite Docs" 
        "SecQ" => "Getting Help" 
        "SecR" => "Mailing Lists" 
        "SecS" => "Products" 
        "SecT" => "Contribute" 
        "SecU" => "About"         
    }

    search_path_map = [
        { path => "^docs/tutorials", section => "SecO" } 
        { path => "^docs/2.0/devel", section => "SecL" } 
        { path => "^docs/1.0/guide", section => "SecF" } 
        { path => "^docs/2.0/user", section => "SecJ" } 
        { path => "^docs/2.0/api", section => "SecM" } 
        { path => "^docs/offsite", section => "SecP" } 
        { path => "^docs/1.0/api", section => "SecH" } 
        { path => "^docs/general", section => "SecN" } 
        { path => "^docs/1.0/os", section => "SecG" } 
        { path => "^outstanding", section => "SecB" } 
        { path => "^docs/2.0/os", section => "SecK" } 
        { path => "^contribute", section => "SecT" } 
        { path => "^products", section => "SecS" } 
        { path => "^download", section => "SecC" } 
        { path => "^docs/1.0", section => "SecE" } 
        { path => "^docs/2.0", section => "SecI" } 
        { path => "^maillist", section => "SecR" } 
        { path => "^start", section => "SecA" } 
        { path => "^about", section => "SecU" } 
        { path => "^help", section => "SecQ" } 
        { path => "^docs", section => "SecD" } 
    ]
-%]
    
