stas 2002/06/30 10:15:06
Modified: src/search checkboxes.storable make.pl search_options
Log:
unfortunately older browsers like NS4 ruin the whole design when the
pulldown list includes long names, so have to cut the wings
Revision Changes Path
1.7 +17 -18 modperl-docs/src/search/checkboxes.storable
<<Binary file>>
1.9 +22 -14 modperl-docs/src/search/make.pl
Index: make.pl
===================================================================
RCS file: /home/cvs/modperl-docs/src/search/make.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- make.pl 30 Jun 2002 16:51:49 -0000 1.8
+++ make.pl 30 Jun 2002 17:15:06 -0000 1.9
@@ -71,28 +71,36 @@
# indent, path, title, optional short title (for drop down list)
#
+# important the length including the sub-level prefix must be no
+# longer than (for NS4 and other old browses)
+# don't make names longer than the following markers, and even when you
+# do they may still break things if the letters happen to be wide. ask
+# someone with NS4 to check when changing things here
+
+# indent path full name optional shorter name
+# ################ ################
my $items = <<ITEMS;
- 0, start, What's mod_perl?
+ 0, start, What's mod_perl?, What's mp?
0, outstanding, Technologie Extraordinaire, Stories
0, download, Download, Download
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/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, docs/tutorials, Tutorials
- 1, docs/offsite, OffSite Docs
+ 1, docs/1.0, mod_perl 1.0 Docs, 1.0 Docs
+ 2, docs/1.0/guide, Guide (User) 1.0 Docs, Guide 1.0
+ 2, docs/1.0/os, OS Specific 1.0 Docs, OS 1.0
+ 2, docs/1.0/api, API 1.0 Docs, API 1.0
+ 1, docs/2.0, mod_perl 2.0 Docs, 2.0 Docs
+ 2, docs/2.0/user, User 2.0 Docs, User 2.0
+ 2, docs/2.0/os, OS Specific 2.0, OS 2.0
+ 2, docs/2.0/devel, Developer 2.0 Docs, Devel 2.0
+ 2, docs/2.0/api, API 2.0 Docs, API 2.0
+ 1, docs/general, General Docs
+ 1, docs/tutorials, Tutorials
+ 1, docs/offsite, OffSite Docs
0, help, Getting Help
0, maillist, Mailing Lists
0, products, Products
0, contribute, Contribute
- 0, about, About mod_perl
+ 0, about, About mod_perl, About
ITEMS
1.14 +10 -10 modperl-docs/src/search/search_options
Index: search_options
===================================================================
RCS file: /home/cvs/modperl-docs/src/search/search_options,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- search_options 30 Jun 2002 16:51:49 -0000 1.13
+++ search_options 30 Jun 2002 17:15:06 -0000 1.14
@@ -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:51:21 2002
+# Created: Mon Jul 1 01:14:17 2002
#--------------------------------------------------------------------------------------
search_areas = [
@@ -33,19 +33,19 @@
search_labels = {
"" => 'Whole Site'
- "SecA" => "What's mod_perl?"
+ "SecA" => "What's mp?"
"SecB" => "Stories"
"SecC" => "Download"
"SecD" => "All Docs"
"SecE" => "..1.0 Docs"
- "SecF" => "....Guide (1.0)"
- "SecG" => "....OS Specific (1.0)"
- "SecH" => "....API (1.0)"
+ "SecF" => "....Guide 1.0"
+ "SecG" => "....OS 1.0"
+ "SecH" => "....API 1.0"
"SecI" => "..2.0 Docs"
- "SecJ" => "....User (2.0)"
- "SecK" => "....OS Specific (2.0)"
- "SecL" => "....Developer (2.0)"
- "SecM" => "....API (2.0)"
+ "SecJ" => "....User 2.0"
+ "SecK" => "....OS 2.0"
+ "SecL" => "....Devel 2.0"
+ "SecM" => "....API 2.0"
"SecN" => "..General Docs"
"SecO" => "..Tutorials"
"SecP" => "..OffSite Docs"
@@ -53,7 +53,7 @@
"SecR" => "Mailing Lists"
"SecS" => "Products"
"SecT" => "Contribute"
- "SecU" => "About mod_perl"
+ "SecU" => "About"
}
search_path_map = [
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]