stas 02/02/03 09:12:21
Modified: . TODO
src config.cfg
Added: src/about help.pod
src/search search.html
Removed: src creation.html
Log:
- replace creation.html with help.pod to include help info as well as
creation info
- add a new search.html page as a starting search page.
Revision Changes Path
1.12 +4 -2 modperl-docs/TODO
Index: TODO
===================================================================
RCS file: /home/cvs/modperl-docs/TODO,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- TODO 3 Feb 2002 11:38:07 -0000 1.11
+++ TODO 3 Feb 2002 17:12:21 -0000 1.12
@@ -6,14 +6,16 @@
o NS4, this pages is messed up: dst_html/download/bundles.html
+ o NS4, if PRE is long the page is scrolled to the right! See
+ dst_html/docs/2.0/devel/debug_c/debug_c.html#Analyzing_the_core_File
+
- Menu:
o Need to try to make the menu smaller
- Internal links (e.g. in src/docs/1.0/guide) aren't hyperlinked.
-- src/creation.html, should be completed and linked from somewhere
- (the tail?)
+- src/about/help.html, should be completed
style.css:
1.10 +14 -9 modperl-docs/src/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/config.cfg,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- config.cfg 3 Feb 2002 11:14:55 -0000 1.9
+++ config.cfg 3 Feb 2002 17:12:21 -0000 1.10
@@ -35,21 +35,26 @@
stats
)
],
- links => [
- {
- id => 'search',
- link => 'search/swish.cgi',
- stitle => 'Search',
- title => 'Search the Site',
- abstract => 'Search the whole site or parts of it',
- },
+# links => [
+# {
+# id => '',
+# link => '',
+# stitle => '',
+# title => '',
+# abstract => '',
+# },
+# ],
+ chapters => [
+ qw(
+ search/search.html
+ about/help.pod
+ )
],
hidden => [
chapters => [
qw(
404.html
- creation.html
search/searchresults.html
)
],
1.1 modperl-docs/src/about/help.pod
Index: help.pod
===================================================================
=head1 NAME
Help
=head1 Description
This document helps to solve problems you may encounter while using
perl.apache.org.
=head1 FAQ
Please read this FAQ first.
=head2 Q. The site looks very bad/unusable in the browser that I use.
A. The site was developed using the open source standards: HTML 4.01
and CSS 2.0. Any browser that follows the standards shouldn't have a
problem to properly render this site. If you are using some very old
browser, you should upgrade it. And you definitely don't want to use
Netscape 4x.
Text-only browsers are definitely supported.
If you are using a latest stable browser and you still have a problem,
please L<contact the docs-dev mailing list|/"Contact_Info">. Please
post to the list a snapshot of the what seems to be looking bad and/or
unusable along with the name and version of the browser and the
platform you are running it on. Preferably upload the snapshot
somewhere and post the URL to the location of the shapshot, especially
if the snapshot is of a big size.
=head2 Q. I cannot read the PDF and source version of the documents
In order to save bandwidth and make the downloads faster, all PDF and
source versions of the documents are compressed with gzip and have a
I<.gz> extension.
If you choose to download the file, beware that some browsers strip
the I<.gz> extension while saving the file, without uncompressing the
file. Others uncompress the file, but forget to remove the I<.gz>
extension. So depending on which of the buggy behaviors your browser
implements, you either need to add the I<.gz> extension and uncompress
the file using C<gzip(1)> or equivalent utility, or if the file was
already uncompressed, you should simply remove the I<.gz> extension.
If you choose to directly open the file in the application without
first opening it, beware that some browser will invoke the application
without first uncompressing the file. In this case you must download
the file first, uncompress it and only then open it with the
application.
=head1 Contact Info
If you've read the L<FAQ|/"FAQ"> and you still have a problem, please
email perl-docs (at) apache.org and supply as much information as
possible to help us solve your problem.
=head1 How this site was created
The site is automatically generated from a collection of HTML and POD
files, using Perl DocSet Framework, which in turn is based on Template
Toolkit.
META: add the URL of the DocSet when it gets released.
=for html
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr align="center">
<td><a href="http://perl.apache.org/"><img
src="../images/logo/mod_perl.gif" height="30" width="90" border="0"
alt="mod_perl logo"></a></td>
<td><a href="http://validator.w3.org/check/referer"><img border="0"
src="http://www.w3.org/Icons/valid-html401" height="31" width="88" alt="valid
html 4.01"></a></td>
<td><a href="http://jigsaw.w3.org/css-validator/"><img
style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a></td>
<td><a href="http://www.template-toolkit.org/"><img
src="../images/logo/tt2power.gif" width="78" height="47" border="0"
alt="powered by Template::Toolkit"></a></td>
</tr>
</table>
=cut
1.1 modperl-docs/src/search/search.html
Index: search.html
===================================================================
<html>
<head>
<title>Search</title>
<meta name="Description" content="Search the site or parts of it">
</head>
<body bgcolor="white">
<br>
<br>
<form method="post" action="/modperl-site/search/swish.cgi"
enctype="application/x-www-form-urlencoded">
<input type="text" name="query" size="40" maxlength="200" />
<input type="submit" name="submit" value="Search!" /><br>
Limit search to:
<input type="radio" name="metaname" value="swishdefault"
checked="checked" />Title & Body
<input type="radio" name="metaname" value="swishtitle" />Title
<input type="radio" name="metaname" value="swishdocpath" />Document Path
<br>
Sort by:
<select name="sort">
<option selected="selected" value="swishrank">Rank</option>
<option value="swishlastmodified">Last Modified Date</option>
<option value="swishtitle">Title</option>
<option value="swishdocpath">Document Path</option>
</select>
<input type="checkbox" name="reverse" value="on" />Reverse Sort
</form>
</body>
</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]