stas 02/05/13 21:28:20
Modified: src config.cfg
Log:
adjust style
Revision Changes Path
1.27 +97 -107 modperl-docs/src/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/config.cfg,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- config.cfg 11 May 2002 11:54:44 -0000 1.26
+++ config.cfg 14 May 2002 04:28:20 -0000 1.27
@@ -1,114 +1,104 @@
use vars qw(@c);
[EMAIL PROTECTED] =
- (
- id => 'home',
-
- stitle => "Home",
-
- title => "Welcome to the mod_perl world",
-
- abstract => '',
-
- body => {
- top => 'index_top.html',
- bot => 'index_bot.html',
- },
-
- docsets => [
- qw(
- start
- outstanding
- download
[EMAIL PROTECTED] = (
+ id => 'home',
+
+ stitle => "Home",
+
+ title => "Welcome to the mod_perl world",
+
+ abstract => '',
+
+ body => {
+ top => 'index_top.html',
+ bot => 'index_bot.html',
+ },
+
+ docsets => [qw(
+ start
+ outstanding
+ download
+ docs
+ help
+ maillist
+ products
+ contribute
+ )],
+
+ chapters => [qw(
+ jobs/jobs.html
+ )],
+
+ hidden => [
+ chapters => [qw(
+ 404.html
+ search/searchresults.html
+ )],
+ ],
+
+ sitemap => {
+ id => 'sitemap',
+ link => 'sitemap.html',
+ title => "Site Map",
+ abstract => "You can reach any document on this site from this
sitemap.",
+ },
+
+ # non-pod/html files or dirs to be copied unmodified
+ copy_glob => [qw(
+ style.css
+ images/*
+ robots.txt
+ .htaccess
+ search
+ )],
+
+ copy_skip => [
+ '(?:^|\/)CVS(?:\/|$)', # skip cvs control files
+ '#|~', # skip emacs backup files
+ ],
+
+ dir => {
+ # the resulting html files directory
+ dst_html => "dst_html",
+
+ # the resulting ps and pdf files directory (and special
+ # set of html files used for creating the ps and pdf
+ # versions.)
+ dst_ps => "dst_ps",
+
+ # the resulting split version html files directory
+ dst_split_html => "dst_split_html",
+
+ # location of the templates (searched left to right)
+ # src/search contains the array and hash for the search areas
+ tmpl => [qw(tmpl/custom tmpl/std tmpl src/search)],
+
+ # search path for pods, etc. must put more specific paths first!
+ search_paths => [qw(
+ docs/2.0/api/mod_perl-2.0
+ docs/2.0/api/ModPerl-Registry
+ docs/2.0
+ docs/1.0/api
+ docs/1.0
docs
- help
- maillist
- products
- contribute
- )
- ],
-
- chapters => [
- qw(
- jobs/jobs.html
- )
- ],
-
- hidden => [
- chapters => [
- qw(
- 404.html
- search/searchresults.html
- )
- ],
- ],
-
- sitemap => {
- id => 'sitemap',
- link => 'sitemap.html',
- title => "Site Map",
- abstract => "You reach any document on this site from this
sitemap.",
- },
-
- # non-pod/html files or dirs to be copied unmodified
- copy_glob => [
- qw(
- style.css
- images/*
- robots.txt
- .htaccess
- search
- )
- ],
-
- copy_skip => [
- '(?:^|\/)CVS(?:\/|$)', # skip cvs control files
- '#|~', # skip emacs backup files
- ],
-
- dir => {
- # the resulting html files directory
- dst_html => "dst_html",
-
- # the resulting ps and pdf files directory (and special
- # set of html files used for creating the ps and pdf
- # versions.)
- dst_ps => "dst_ps",
-
- # the resulting split version html files directory
- dst_split_html => "dst_split_html",
-
- # location of the templates (searched left to right)
- # src/search contains the array and hash for the search areas
- tmpl => [qw(tmpl/custom tmpl/std tmpl src/search)],
-
- # search path for pods, etc. must put more specific paths first!
- search_paths => [qw(
- docs/2.0/api/mod_perl-2.0
- docs/2.0/api/ModPerl-Registry
- docs/2.0
- docs/1.0/api
- docs/1.0
- docs
- .
- )],
- # what extensions to search for
- search_exts => [qw(pod pm html)],
-
- },
-
- file => {
-
- # the html2ps configuration file
- html2ps_conf => "conf/html2ps.conf",
-
- },
-
+ .
+ )],
+
+ # what extensions to search for
+ search_exts => [qw(pod pm html)],
+
+ },
+
+ file => {
+ # the html2ps configuration file
+ html2ps_conf => "conf/html2ps.conf",
+ },
+
# mode => {
-# # you can override the directories creation mode
-# dir => 0755,
-# },
+# # you can override the directories creation mode
+# dir => 0755,
+# },
- );
+);
# don't forget!!!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]