pereinar 2002/07/22 08:21:51
Modified: src/docs/1.0 config.cfg src/docs/1.0/api config.cfg src/docs/1.0/guide config.cfg src/docs/1.0/os config.cfg src/docs/1.0/os/win32 config.cfg src/docs/2.0 config.cfg src/docs/2.0/api config.cfg src/docs/2.0/devel config.cfg src/docs/2.0/os config.cfg src/docs/2.0/os/win32 config.cfg src/docs/2.0/user config.cfg src/docs/general config.cfg Added: src/docs/1.0 .cvsignore src/docs/2.0 .cvsignore Log: Adding short titles to make the breadcrumb more readable.
new 'stitles' are fine, but please revert the changes to the 'titles'. I've just recently changed them to include the version numbers for two reasons:
1. the bookmark should tell the version
2. the title should tell the version, since not everybody remembers to look up at the breadcrumb.
Revision Changes Path
1.2 +1 -0 modperl-docs/src/docs/1.0/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/config.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- config.cfg 12 Jul 2002 09:54:06 -0000 1.1
+++ config.cfg 22 Jul 2002 15:21:51 -0000 1.2
@@ -4,6 +4,7 @@
id => 'docs_1.0',
title => "mod_perl 1.0 Documentation",
+ stitle => "1.0",
abstract => <<EOB,
A collection of the documents specific to the mod_perl 1.0 generation.
1.1 modperl-docs/src/docs/1.0/.cvsignore
Index: .cvsignore
===================================================================
cache.*.dat
1.9 +2 -1 modperl-docs/src/docs/1.0/api/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/config.cfg,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- config.cfg 29 Jun 2002 19:21:51 -0000 1.8
+++ config.cfg 22 Jul 2002 15:21:51 -0000 1.9
@@ -2,7 +2,8 @@
@c = (
id => 'api_1.0',
- title => "mod_perl 1.0 API",
+ title => "mod_perl API",
+ stitle => "API",
abstract => <<EOB,
Here is the documentation for the whole API provided with the mod_perl
1.8 +1 -1 modperl-docs/src/docs/1.0/guide/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/config.cfg,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- config.cfg 29 Jun 2002 19:21:51 -0000 1.7
+++ config.cfg 22 Jul 2002 15:21:51 -0000 1.8
@@ -2,7 +2,7 @@
@c = (
id => 'guide',
- title => "mod_perl 1.0 User Guide",
+ title => "User Guide",
abstract => <<EOB,
Deploying mod_perl technology to give rocket speed to your CGI/Perl scripts.
1.5 +1 -1 modperl-docs/src/docs/1.0/os/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/config.cfg,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- config.cfg 16 Jun 2002 12:04:17 -0000 1.4
+++ config.cfg 22 Jul 2002 15:21:51 -0000 1.5
@@ -2,7 +2,7 @@
@c = (
id => 'os_1.0',
- title => "mod_perl 1.0 OS-specific Info",
+ title => "OS-specific Info",
abstract => <<EOB,
Documents concerning OS-specific installation or pitfalls.
1.6 +1 -0 modperl-docs/src/docs/1.0/os/win32/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/win32/config.cfg,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- config.cfg 29 Jun 2002 19:21:51 -0000 1.5
+++ config.cfg 22 Jul 2002 15:21:51 -0000 1.6
@@ -3,6 +3,7 @@
id => 'win32_1.0',
title => "Win32 Platforms",
+ stitle => "Win32",
abstract => <<EOB,
mod_perl installation and configuration on Windows platforms
1.2 +1 -0 modperl-docs/src/docs/2.0/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/config.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- config.cfg 12 Jul 2002 09:54:06 -0000 1.1
+++ config.cfg 22 Jul 2002 15:21:51 -0000 1.2
@@ -4,6 +4,7 @@
id => 'docs_2.0',
title => "mod_perl 2.0 Documentation",
+ stitle => "2.0",
abstract => <<EOB,
A collection of the documents specific to the mod_perl 2.0 generation.
1.1 modperl-docs/src/docs/2.0/.cvsignore
Index: .cvsignore
===================================================================
cache.*.dat
1.9 +2 -1 modperl-docs/src/docs/2.0/api/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/config.cfg,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- config.cfg 11 Jun 2002 04:20:52 -0000 1.8
+++ config.cfg 22 Jul 2002 15:21:51 -0000 1.9
@@ -2,7 +2,8 @@
@c = (
id => 'api_2.0',
- title => "mod_perl 2.0 APIs",
+ title => "mod_perl APIs",
+ stitle => "API",
abstract => <<EOB,
The Apache and APR APIs for mod_perl 2.0
1.9 +1 -1 modperl-docs/src/docs/2.0/devel/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/config.cfg,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- config.cfg 29 Jun 2002 19:21:51 -0000 1.8
+++ config.cfg 22 Jul 2002 15:21:51 -0000 1.9
@@ -2,7 +2,7 @@
@c = (
id => 'devel_guide_2.0',
- title => "mod_perl 2.0 Developer's guide",
+ title => "Developer's guide",
abstract => <<EOB,
This guide is aimed for mod_perl 2.0 core and 3rd party modules developers.
1.4 +1 -1 modperl-docs/src/docs/2.0/os/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/os/config.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- config.cfg 11 Jun 2002 04:20:52 -0000 1.3
+++ config.cfg 22 Jul 2002 15:21:51 -0000 1.4
@@ -2,7 +2,7 @@
@c = (
id => 'os_2.0',
- title => "mod_perl 2.0 OS-specific Info",
+ title => "OS-specific Info",
abstract => <<EOB,
Documents concerning OS-specific installation, configuration,
1.6 +1 -0 modperl-docs/src/docs/2.0/os/win32/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/os/win32/config.cfg,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- config.cfg 29 Jun 2002 19:21:51 -0000 1.5
+++ config.cfg 22 Jul 2002 15:21:51 -0000 1.6
@@ -3,6 +3,7 @@
id => 'win32_2.0',
title => "Win32 Platforms",
+ stitle => "Win32",
abstract => <<EOB,
Documents assisting mod_perl-2 users on the Win32 platforms
1.11 +1 -1 modperl-docs/src/docs/2.0/user/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/config.cfg,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- config.cfg 29 Jun 2002 19:21:51 -0000 1.10
+++ config.cfg 22 Jul 2002 15:21:51 -0000 1.11
@@ -2,7 +2,7 @@
@c = (
id => 'user_guide_2.0',
- title => "mod_perl 2.0 User's guide",
+ title => "User's guide",
abstract => <<EOB,
All you need to know about using mod_perl 2.0
1.7 +1 -0 modperl-docs/src/docs/general/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/general/config.cfg,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- config.cfg 29 Jun 2002 19:21:51 -0000 1.6
+++ config.cfg 22 Jul 2002 15:21:51 -0000 1.7
@@ -4,6 +4,7 @@
id => 'general',
title => "General Documentation",
+ stitle => "General",
abstract => <<EOB,
Here you can find documentation concerning mod_perl in general,
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
