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/05/11 14:30:01 UTC

cvs commit: modperl-docs/src/search .swishcgi.conf search_options

stas        02/05/11 05:30:00

  Modified:    src/search .swishcgi.conf search_options
  Log:
  update the search options after docs were rearranged
  
  Revision  Changes    Path
  1.6       +3 -1      modperl-docs/src/search/.swishcgi.conf
  
  Index: .swishcgi.conf
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/search/.swishcgi.conf,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- .swishcgi.conf	19 Apr 2002 19:53:33 -0000	1.5
  +++ .swishcgi.conf	11 May 2002 12:30:00 -0000	1.6
  @@ -24,7 +24,9 @@
       2     docs/2.0/user  User
       2     docs/2.0/devel Developer
       2     docs/2.0/api   API
  -    2     docs/2.0/world Related
  +    1   docs/general      General Docs
  +    1   docs/tutorials    Tutorials
  +    1   docs/offsite      OffSite Resources
       0 help       Getting Help
       0 products   Products
       0 contribute Contribute
  
  
  
  1.3       +6 -2      modperl-docs/src/search/search_options
  
  Index: search_options
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/search/search_options,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- search_options	20 Apr 2002 00:45:22 -0000	1.2
  +++ search_options	11 May 2002 12:30:00 -0000	1.3
  @@ -13,7 +13,9 @@
                   "docs/2.0/user"
                   "docs/2.0/devel"
                   "docs/2.0/api"
  -                "docs/2.0/world"
  +            "docs/general"
  +            "docs/tutorials"
  +            "docs/offsite"
           "help"
           "maillist"
           "products"
  @@ -34,7 +36,9 @@
                   "docs/2.0/user"     => '....User'
                   "docs/2.0/devel"    => '....Developer'
                   "docs/2.0/api"      => '....API'
  -                "docs/2.0/world"    => '....Related'
  +            "docs/general"  => '..General Docs'
  +            "docs/tutorials"=> '..Tutorials'
  +            "docs/offsite"  => '..OffSite Resources'
           "help"      => 'Getting Help'
           "maillist"   => 'Mailing Lists'
           "products"  => 'Products'
  
  
  

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