stas 02/01/05 11:21:49 Added: src/dist .htaccess HEADER.html config.cfg src .cvsignore 404.html config.cfg index_bot.html index_top.html robots.txt style.css src/contribute .cvsignore Log: more content Revision Changes Path 1.1 modperl-docs/src/dist/.htaccess Index: .htaccess =================================================================== Redirect /dist/CVS http://cvs.apache.org/snapshots/modperl 1.1 modperl-docs/src/dist/HEADER.html Index: HEADER.html =================================================================== <center> <img src="../images/lcb.xbm"> <img src="../images/apachesm.gif"> <img src="../images/rcb.xbm"> </center> <p> <b>Please note!</b><br> mod_perl-1.24_01.tar.gz or later is required for Apache >= 1.3.14. 1.1 modperl-docs/src/dist/config.cfg Index: config.cfg =================================================================== use vars qw(@c); @c = ( id => '', title => "", abstract => "", chapters => [ qw( ) ], ); 1.1 modperl-docs/src/.cvsignore Index: .cvsignore =================================================================== cache.*.dat 1.1 modperl-docs/src/404.html Index: 404.html =================================================================== <html> <head> <title>File not found!</title> </head> <body> <p> The object you were looking for is not at this address anymore. There's been a little bit of reshuffling in the documentation hierarchy, therefore please use the main menu to find your way around. </p> <p> If you still can't find what you're looking for, or if you got here following a link within the site which should be fixed, let us know at docs-dev (at) perl.apache.org. Thanks! </p> </body> </html> 1.1 modperl-docs/src/config.cfg Index: config.cfg =================================================================== use vars qw(@c); @c = ( id => 'docs', title => "Home", abstract => '', body => { top => 'index_top.html', bot => 'index_bot.html', }, chapters => [ qw( about/about.html ) ], docsets => [ qw( download maillist ) ], links => [ { id => 'take23', link => 'http://take23.org/', title => '[EMAIL PROTECTED]', abstract => 'News and Resources for the mod_perl world', }, ], docsets => [ qw( docs products support stories contribute stats ) ], hidden => [ chapters => [ qw( 404.html ) ], ], # non-pod/html files or dirs to be copied unmodified copy_glob => [ qw( style.css images/* robots.txt ) ], 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) tmpl => [qw(tmpl/custom tmpl/std tmpl)], }, file => { # the html2ps configuration file html2ps_conf => "conf/html2ps.conf", }, # mode => { # # you can override the directories creation mode # dir => 0755, # }, ); # don't forget!!! 1; __END__ 1.1 modperl-docs/src/index_bot.html Index: index_bot.html =================================================================== <html> <head> <title>index bottom</title> </head> <body bgcolor="white"> This is a really cool demo, isn't it? </body> </html> 1.1 modperl-docs/src/index_top.html Index: index_top.html =================================================================== <html> <head> <title>index top</title> </head> <body bgcolor="white"> mod_perl brings together the full power of the <A HREF="http://www.perl.org">Perl</A> programming language and the <A HREF="http://www.apache.org/">Apache</A> HTTP server. You can use Perl to <B>manage Apache</B>, <B>respond to requests for web pages</B>, and much more.<P> mod_perl gives you a persistent Perl interpreter embedded in your web server. This lets you avoid the overhead of starting an external interpreter, and avoids the penalty of Perl start-up time, giving you <B>super-fast dynamic content</B>.<P> As you'd expect from the Perl community, there are <B>hundreds of modules</B> written with mod_perl, for everything from <B>persistent database connections</B>, to <B>templating sytems</B>, to complete <B>XML content delivery systems</B>. Web sites like <B><A HREF="http://www.slashdot.org/">Slashdot</A></B> and <B><A HREF="http://www.wired.com/">Wired Magazine</A></B> use mod_perl. <B>Shouldn't you?</B> </body> </html> 1.1 modperl-docs/src/robots.txt <<Binary file>> 1.1 modperl-docs/src/style.css Index: style.css =================================================================== body { font-family: helvetica, verdana, sans-serif; font-size:small; color: #000000; background-color: #ffffff; } h1 { padding:2px; background-color: #828DA6; color:#ffffff; margin-top:2px; margin-bottom:2px; } h2, h3, h4 { background-color: #dddddd; color:#525D76; margin-top:4px; margin-bottom:4px; } a:link { color:#0000ff; font-family: helvetica, verdana, sans-serif;} a:visited {color:#0000ff; font-family: helvetica, verdana, sans-serif; } a:active {color:#0000ff; font-family: helvetica, verdana, sans-serif; } a:hover {color:#0000ff; font-family: helvetica, verdana, sans-serif;} pre { font-family: courier new, courier, monospace; padding:5px; background-color: #eeeeee; } code { font-family: courier new, courier, monospace; } div.navbar a {text-decoration: none; color:#0000ff;} div.activenav a {text-decoration: none; color:#ffffff;} div.navbarglobal a {text-decoration: none; color:#ffffff;} div.notactivenav a {text-decoration: none; color:#525D76;} div.toc a {text-decoration: none;color:#0000ff;} div.leftcont { position:absolute; top:5px; left:5px; width:160px; } div.content { position:absolute; top:5px; left:175px; padding:5px; margin-right:10px; border:1px; border-style:solid; border-color:#525D76; } div.toc { font-size:small; } div.navbarlocaltext { font-size:x-small; } div.download { font-size:x-small; } div.cbody { } div.logo { padding:5px; border:1px; border-style:solid; border-color:#525D76; text-align:center; } div.navbar { padding:2px; border:0px; border-style:solid; border-color:#525D76; } div.activenav { font-weight:bold; padding:2px; background-color: #525D76; } div.notactivenav { padding:2px; font-weight:bold; border:1px; border-style:solid; border-color:#525D76; margin-top:-1px; } div.navbarglobal { padding:2px; background-color: #525D76; color:#ffffff; } div.navbarlocal { padding:2px; margin-top:2px; margin-bottom:0px; text-align:center; font-size:small; } div.tail { } div.ad { border:1px; padding:5px; border-style:solid; border-color:#525D76; } 1.1 modperl-docs/src/contribute/.cvsignore Index: .cvsignore =================================================================== cache.*.dat
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]