Hi!
I did some small changes on the content:
* removed "This is a really cool demo"
* removed doubled <ul> in about that caused some display problems
* changed download abstract to:
Get Source and Binary mod_perl distributions and additional Perl Modules
* changed extr. tech abstract to:
Read reports from people using mod_perl
(and also in make.pl )
* I tried to add a abstract to about, but there was one there already. Stas,
do you know why this abstract won't get printed?
--
D_OMM +----> http://domm.zsi.at <-----+
O_xyderkes | neu: Arbeitsplatz |
M_echanen | http://domm.zsi.at/d/d162.html |
M_asteuei +--------------------------------+
Index: src/index_bot.html
===================================================================
RCS file: /home/cvspublic/modperl-docs/src/index_bot.html,v
retrieving revision 1.1
diff -u -r1.1 index_bot.html
--- src/index_bot.html 5 Jan 2002 19:21:48 -0000 1.1
+++ src/index_bot.html 25 Jan 2002 21:58:30 -0000
@@ -3,6 +3,6 @@
<title>index bottom</title>
</head>
<body bgcolor="white">
-This is a really cool demo, isn't it?
+
</body>
</html>
Index: src/about/about.html
===================================================================
RCS file: /home/cvspublic/modperl-docs/src/about/about.html,v
retrieving revision 1.1
diff -u -r1.1 about.html
--- src/about/about.html 5 Jan 2002 19:15:40 -0000 1.1
+++ src/about/about.html 25 Jan 2002 21:58:30 -0000
@@ -13,11 +13,6 @@
<i>httpd.conf</i> file to define everything from virtual hosts to
content handlers.
-<ul>
-<li><b>Configure Apache with Perl</b>. Embed Perl in your
-<i>httpd.conf</i> file to define everything from virtual hosts to
-content handlers.
-
<li><b>Speed up your CGI scripts</b>. The Apache::Registry module
can provide <b>100x speedups</b> for your CGI scripts.
Index: src/about/config.cfg
===================================================================
RCS file: /home/cvspublic/modperl-docs/src/about/config.cfg,v
retrieving revision 1.1
diff -u -r1.1 config.cfg
--- src/about/config.cfg 5 Jan 2002 19:15:40 -0000 1.1
+++ src/about/config.cfg 25 Jan 2002 21:58:30 -0000
@@ -4,8 +4,7 @@
title => "About mod_perl",
- abstract => "What happens if you take Apache and Perl and put
- them together...",
+ abstract => 'Apache + Perl = mod_perl',
# an ordered list pod files relative to $c{src}
# the order is important for a correct placing of the chapters
Index: src/download/config.cfg
===================================================================
RCS file: /home/cvspublic/modperl-docs/src/download/config.cfg,v
retrieving revision 1.1
diff -u -r1.1 config.cfg
--- src/download/config.cfg 5 Jan 2002 19:15:40 -0000 1.1
+++ src/download/config.cfg 25 Jan 2002 21:58:30 -0000
@@ -4,7 +4,7 @@
title => "Download",
- abstract => 'Source and Binary mod_perl distributions can be downloaded',
+ abstract => 'Get Source and Binary mod_perl distributions and additional
Perl Modules',
# an ordered list pod files relative to $c{src}
# the order is important for a correct placing of the chapters
@@ -20,3 +20,9 @@
copy => [
],
);
+
+
+
+
+
+
Index: src/stories/config.cfg
===================================================================
RCS file: /home/cvspublic/modperl-docs/src/stories/config.cfg,v
retrieving revision 1.1
diff -u -r1.1 config.cfg
--- src/stories/config.cfg 5 Jan 2002 19:15:42 -0000 1.1
+++ src/stories/config.cfg 25 Jan 2002 21:58:30 -0000
@@ -6,7 +6,7 @@
title => "Extraordinaire Technologie",
- abstract => "A single picture is worth a thousand words...",
+ abstract => "Read reports from people using mod_perl",
body => {
bot => 'index_bot.html',
Index: src/stories/make.pl
===================================================================
RCS file: /home/cvspublic/modperl-docs/src/stories/make.pl,v
retrieving revision 1.1
diff -u -r1.1 make.pl
--- src/stories/make.pl 5 Jan 2002 19:15:42 -0000 1.1
+++ src/stories/make.pl 25 Jan 2002 21:58:30 -0000
@@ -128,7 +128,7 @@
title => "Extraordinaire Technologie",
- abstract => "A single picture is worth a thousand words...",
+ abstract => "Read reports from people using mod_perl",
body => {
bot => 'index_bot.html',
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]