You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/06/30 18:00:31 UTC

cvs commit: modperl-docs/src/search search_options

stas        2002/06/30 09:00:31

  Modified:    src/search search_options
  Log:
  update the search options template
  
  Revision  Changes    Path
  1.8       +37 -37    modperl-docs/src/search/search_options
  
  Index: search_options
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/search/search_options,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- search_options	29 May 2002 07:17:51 -0000	1.7
  +++ search_options	30 Jun 2002 16:00:30 -0000	1.8
  @@ -3,50 +3,50 @@
   # *** Automatically generated file.  Do not edit.  Modify ./make.pl instead! ***
   #    File: 'search_options'
   #     Use: generating the sidebar select options for searching
  -# Created: Wed May 29 13:33:16 2002
  +# Created: Sun Jun 30 14:01:00 2002
   #--------------------------------------------------------------------------------------
   
       search_areas = [
           ""
  -        "outstanding"
  -        "download"
  -        "docs"
  -            "docs/1.0"
  -                "docs/1.0/guide"
  -                "docs/1.0/win32"
  -                "docs/1.0/api"
  -            "docs/2.0"
  -                "docs/2.0/user"
  -                "docs/2.0/devel"
  -                "docs/2.0/api"
  -            "docs/general"
  -            "docs/tutorials"
  -            "docs/offsite"
  -        "help"
  -        "maillist"
  -        "products"
  -        "contribute"
  +        "SecA"
  +        "SecB"
  +        "SecC"
  +            "SecD"
  +                "SecE"
  +                "SecF"
  +                "SecG"
  +            "SecH"
  +                "SecI"
  +                "SecJ"
  +                "SecK"
  +            "SecL"
  +            "SecM"
  +            "SecN"
  +        "SecO"
  +        "SecP"
  +        "SecQ"
  +        "SecR"
       ]
   
       search_labels = {
           ""          => 'Whole Site'
  -        "outstanding" => "Stories" 
  -        "download" => "Download" 
  -        "docs" => "All Docs" 
  -            "docs/1.0" => "..1.0 Docs" 
  -                "docs/1.0/guide" => "....Guide" 
  -                "docs/1.0/win32" => "....Win32" 
  -                "docs/1.0/api" => "....API" 
  -            "docs/2.0" => "..2.0 Docs" 
  -                "docs/2.0/user" => "....User" 
  -                "docs/2.0/devel" => "....Developer" 
  -                "docs/2.0/api" => "....API" 
  -            "docs/general" => "..General Docs" 
  -            "docs/tutorials" => "..Tutorials" 
  -            "docs/offsite" => "..OffSite Docs" 
  -        "help" => "Getting Help" 
  -        "maillist" => "Mailing Lists" 
  -        "products" => "Products" 
  -        "contribute" => "Contribute"         
  +        "SecA" => "Stories" 
  +        "SecB" => "Download" 
  +        "SecC" => "All Docs" 
  +            "SecD" => "..1.0 Docs" 
  +                "SecE" => "....Guide" 
  +                "SecF" => "....Win32" 
  +                "SecG" => "....API" 
  +            "SecH" => "..2.0 Docs" 
  +                "SecI" => "....User" 
  +                "SecJ" => "....Developer" 
  +                "SecK" => "....API" 
  +            "SecL" => "..General Docs" 
  +            "SecM" => "..Tutorials" 
  +            "SecN" => "..OffSite Docs" 
  +        "SecO" => "Getting Help" 
  +        "SecP" => "Mailing Lists" 
  +        "SecQ" => "Products" 
  +        "SecR" => "Contribute"         
       }
   -%]
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org


Re: cvs commit: modperl-docs/src/search search_options

Posted by Stas Bekman <st...@stason.org>.
Per Einar Ellefsen wrote:

>>> There are still some sections that aren't searchable (About for 
>>> instance). I have no idea how to add those now with the new labels... 
>>> Could someone do it?
>>
>>
>> done.
>>
>> to that in the future, simple edit src/search/make.pl, run ./make.pl 
>> and commit
> 
> 
> Oh ok :) Didn't realize it was that easy...

Thank Bill for making it easy and me for nudging him to do that instead 
of letting him to get some sleep :)

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: cvs commit: modperl-docs/src/search search_options

Posted by Per Einar Ellefsen <pe...@skynet.be>.
At 18:46 30.06.2002, Stas Bekman wrote:
>Per Einar Ellefsen wrote:
>>At 18:00 30.06.2002, stas@apache.org wrote:
>>
>>>stas        2002/06/30 09:00:31
>>>
>>>   Modified:    src/search search_options
>>>   Log:
>>>   update the search options template
>>
>>There are still some sections that aren't searchable (About for 
>>instance). I have no idea how to add those now with the new labels... 
>>Could someone do it?
>
>done.
>
>to that in the future, simple edit src/search/make.pl, run ./make.pl and 
>commit

Oh ok :) Didn't realize it was that easy...


-- 
Per Einar Ellefsen
per.einar@skynet.be



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: cvs commit: modperl-docs/src/search search_options

Posted by Stas Bekman <st...@stason.org>.
Per Einar Ellefsen wrote:
> At 18:00 30.06.2002, stas@apache.org wrote:
> 
>> stas        2002/06/30 09:00:31
>>
>>   Modified:    src/search search_options
>>   Log:
>>   update the search options template
> 
> 
> There are still some sections that aren't searchable (About for 
> instance). I have no idea how to add those now with the new labels... 
> Could someone do it?

done.

to that in the future, simple edit src/search/make.pl, run ./make.pl and 
commit


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: cvs commit: modperl-docs/src/search search_options

Posted by Per Einar Ellefsen <pe...@skynet.be>.
At 18:00 30.06.2002, stas@apache.org wrote:
>stas        2002/06/30 09:00:31
>
>   Modified:    src/search search_options
>   Log:
>   update the search options template

There are still some sections that aren't searchable (About for instance). 
I have no idea how to add those now with the new labels... Could someone do it?


-- 
Per Einar Ellefsen
per.einar@skynet.be



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org