stas 2002/06/30 09:51:49
Modified: src/search checkboxes.storable make.pl search_options
Log:
more search options updates for the recent changes
Revision Changes Path
1.6 +19 -14 modperl-docs/src/search/checkboxes.storable
<<Binary file>>
1.8 +2 -1 modperl-docs/src/search/make.pl
Index: make.pl
===================================================================
RCS file: /home/cvs/modperl-docs/src/search/make.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- make.pl 30 Jun 2002 16:49:03 -0000 1.7
+++ make.pl 30 Jun 2002 16:51:49 -0000 1.8
@@ -78,10 +78,11 @@
0, docs, Documentation, All Docs
1, docs/1.0, mod_perl 1.0 Docs, 1.0 Docs
2, docs/1.0/guide, Guide (1.0)
- 2, docs/1.0/win32, Win32 (1.0)
+ 2, docs/1.0/os, OS Specific (1.0)
2, docs/1.0/api, API (1.0)
1, docs/2.0, mod_perl 2.0 Docs, 2.0 Docs
2, docs/2.0/user, User (2.0)
+ 2, docs/2.0/os, OS Specific (2.0)
2, docs/2.0/devel, Developer (2.0)
2, docs/2.0/api, API (2.0)
1, docs/general, General Docs
1.13 +28 -25 modperl-docs/src/search/search_options
Index: search_options
===================================================================
RCS file: /home/cvs/modperl-docs/src/search/search_options,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- search_options 30 Jun 2002 16:49:03 -0000 1.12
+++ search_options 30 Jun 2002 16:51:49 -0000 1.13
@@ -3,7 +3,7 @@
# *** 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 00:48:37 2002
+# Created: Mon Jul 1 00:51:21 2002
#--------------------------------------------------------------------------------------
search_areas = [
@@ -20,14 +20,15 @@
"SecJ"
"SecK"
"SecL"
- "SecM"
+ "SecM"
"SecN"
"SecO"
- "SecP"
+ "SecP"
"SecQ"
"SecR"
"SecS"
"SecT"
+ "SecU"
]
search_labels = {
@@ -38,42 +39,44 @@
"SecD" => "All Docs"
"SecE" => "..1.0 Docs"
"SecF" => "....Guide (1.0)"
- "SecG" => "....Win32 (1.0)"
+ "SecG" => "....OS Specific (1.0)"
"SecH" => "....API (1.0)"
"SecI" => "..2.0 Docs"
"SecJ" => "....User (2.0)"
- "SecK" => "....Developer (2.0)"
- "SecL" => "....API (2.0)"
- "SecM" => "..General Docs"
- "SecN" => "..Tutorials"
- "SecO" => "..OffSite Docs"
- "SecP" => "Getting Help"
- "SecQ" => "Mailing Lists"
- "SecR" => "Products"
- "SecS" => "Contribute"
- "SecT" => "About mod_perl"
+ "SecK" => "....OS Specific (2.0)"
+ "SecL" => "....Developer (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 mod_perl"
}
search_path_map = [
- { path => "^docs/2.0/devel", section => "SecK" }
+ { path => "^docs/tutorials", section => "SecO" }
+ { path => "^docs/2.0/devel", section => "SecL" }
{ path => "^docs/1.0/guide", section => "SecF" }
- { path => "^docs/1.0/win32", section => "SecG" }
- { path => "^docs/tutorials", section => "SecN" }
{ 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/offsite", section => "SecO" }
- { path => "^docs/2.0/api", section => "SecL" }
- { path => "^docs/general", section => "SecM" }
+ { path => "^docs/general", section => "SecN" }
+ { path => "^docs/1.0/os", section => "SecG" }
{ path => "^outstanding", section => "SecB" }
- { path => "^contribute", section => "SecS" }
- { path => "^products", section => "SecR" }
+ { 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 => "SecQ" }
+ { path => "^maillist", section => "SecR" }
{ path => "^start", section => "SecA" }
- { path => "^about", section => "SecT" }
- { path => "^help", section => "SecP" }
+ { path => "^about", section => "SecU" }
+ { path => "^help", section => "SecQ" }
{ path => "^docs", section => "SecD" }
]
-%]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]