stas 02/04/20 03:54:37 Modified: src/docs config.cfg src/docs/offsite Changes.pod articles.pod Log: - added offsite/Changes.pod to config.cfg - added many articles to offsite/articles.pod Submitted by: Per Einar Ellefsen <[EMAIL PROTECTED]> Revision Changes Path 1.4 +34 -30 modperl-docs/src/docs/config.cfg Index: config.cfg =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/config.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- config.cfg 7 Mar 2002 06:41:39 -0000 1.3 +++ config.cfg 20 Apr 2002 10:54:37 -0000 1.4 @@ -1,36 +1,40 @@ use vars qw(@c); @c = ( - id => 'docs', + id => 'docs', - title => "Documentation", + title => "Documentation", - abstract => 'Tons of documents for you to learn from', + abstract => <<EOB, +The mod_perl project features a lot of documentation, both for +mod_perl 1.x and 2.x. If there is anything you need to learn about +mod_perl, you'll learn it here. +EOB + + group => 'mod_perl 1.x Documentation', + + docsets => [qw( + 1.0/guide + 1.0/win32 + 1.0/faqs + 1.0/api + )], + + group => 'mod_perl 2.x Documentation', + + docsets => [qw( + 2.0/user + 2.0/api + 2.0/devel + 2.0/world + )], + + group => 'OffSite Documentation Resources', + + chapters => [qw( + offsite/books.pod + offsite/articles.pod + offsite/Changes.pod + )], - group => 'mod_perl 1.x Documentation', - - docsets => [ - '1.0/guide', - '1.0/win32', - '1.0/faqs', - '1.0/api', - ], - - group => 'mod_perl 2.x Documentation', - - docsets => [ - '2.0/user', - '2.0/api', - '2.0/devel', - '2.0/world', - ], - - group => 'OffSite Documentation Resources', - - chapters => [qw( - offsite/books.pod - offsite/articles.pod - )], - - - ); +); 1.2 +10 -3 modperl-docs/src/docs/offsite/Changes.pod Index: Changes.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/offsite/Changes.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Changes.pod 19 Apr 2002 04:17:24 -0000 1.1 +++ Changes.pod 20 Apr 2002 10:54:37 -0000 1.2 @@ -9,11 +9,18 @@ The most recent changes are listed first. +=head1 Sat 20 Apr 09:52:00 CET 2002 + +* Search Google for I<mod_perl article> and added everything I could + find: many TPJ articles (all I think) and a number of other + web-based articles. [Per Einar Ellefsen] + + =head1 Fri 19 Apr 01:18:30 CET 2002 * Added references to a number of talks in a new section (which should -preferably be moved to a conference part later on as mentioned in TODO) -and some other articles. [Per Einar Ellefsen E<lt>per.einar (at) -skynet.beE<gt>] + preferably be moved to a conference part later on as mentioned in + TODO) and some other articles. [Per Einar Ellefsen E<lt>per.einar + (at) skynet.beE<gt>] =cut 1.5 +93 -5 modperl-docs/src/docs/offsite/articles.pod Index: articles.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/offsite/articles.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- articles.pod 19 Apr 2002 04:17:24 -0000 1.4 +++ articles.pod 20 Apr 2002 10:54:37 -0000 1.5 @@ -16,9 +16,58 @@ =item * -C<The Perl Journal> (Volume 3, Issue 1). I<Stately Scripting with -mod_perl>, by I<Lincoln Stein> and I<Doug MacEachern>. Available -online: http://www.samag.com/documents/s=1285/sam03010001/ +C<The Perl Journal> has featured a number of mod_perl articles over +the years: + +=over + +=item * + +Volume 3, Issue 1: I<Stately Scripting with mod_perl>, by Lincoln +Stein and Doug +MacEachern. http://www.samag.com/documents/s=1285/sam03010001/ + +=item * + +Volume 3, Issue 3: I<A Web Proxy module for mod_perl> by Lincoln +D. Stein. http://www.samag.com/documents/s=1287/sam03030005/ + +=item * + +Volume 3, Issue 3: I<Creating Applications with mod_perl and Apache>, +by Mike Fletcher. http://www.samag.com/documents/s=1287/sam03030011/ + +=item * + +Volume 3, Issue 4: I<A Dynamic Navigation Bar with mod_perl> by +Lincoln D. Stein. http://www.samag.com/documents/s=1288/sam03040003/ + +=item * + +Volume 3, Issue 4: I<Authentication with mod_perl>, by Michael +Parker. http://www.samag.com/documents/s=1288/sam03040004/ + +=item * + +Volume 4, Issue 4: I<Managing Streaming Audio>, by Lincoln +D. Stein. http://www.samag.com/documents/s=1275/sam04040005/ + +=item * + +Volume 5, Issue 4: I<Developing Wireless Applications>, by Dan +Brian. http://www.samag.com/documents/s=1131/sam05040004/ + +=item * + +Volume 5, Issue 5: I<Using a Cleanup Handler in mod_perl>, by Jim +Woodgate. http://www.samag.com/documents/s=1337/sam05050003/ + +=back + +=item * + +C<Sys Admin Magazine>. I<Getting Your Message Across with Apache>, by +Carlos Ramirez. http://www.samag.com/documents/s=1153/sam0103a/ =item * @@ -105,9 +154,31 @@ =item * I<Web Developer's Virtual Library> have introductions to mod_perl. See -http://www.wdvl.com/Authoring/Languages/Perl/PerlfortheWeb/index12.html +http://www.wdvl.com/Authoring/Languages/Perl/PerlfortheWeb/index12.html , +http://www.wdvl.com/Authoring/Languages/Perl/PerlfortheWeb/index13.html and -http://www.wdvl.com/Authoring/Languages/Perl/PerlfortheWeb/index13.html . +http://www.wdvl.com/Authoring/Languages/Perl/PerlfortheWeb/index14.html . + +=item * + +I<Stopping Spambots: A Spambot Trap>, by Neil +Gunton. http://www.neilgunton.com/spambot_trap/ + +=item * + +C<O'Reilly Network>: I<Installing mod_perl from RPM>, by Stephen +Figgins. http://www.onlamp.com/pub/a/apache/2000/03/17/modperl.html + +=item * + +C<LinuxWorld.com>: I<Netscape Navigator's roaming profiles>, by Nicholas +Petreley. +http://www.linuxworld.com/linuxworld/lw-1999-06/lw-06-penguin_3.html + +=item * + +C<Ariadne>, Issue 21: I<What is mod_perl?>, by Ian +Peacock. http://www.ariadne.ac.uk/issue21/unix/ =back @@ -142,6 +213,23 @@ I<Real World Performance Tuning for mod_perl> by Ask Bjørn Hansen. http://develooper.com/modperl/ (held at The Perl Conference 5, San Diego, July 2001). + +=item * + +Eric Cholet has a collection of talks he has given at +http://www.logilune.com/eric/ + +=item * + +Mike Fletcher has two introductory talks on mod_perl: +http://www.phydeaux.org/perl/yapc/ and +http://www.phydeaux.org/perl/mptalk/ . + +=item * + +I<Apache, mod_perl and Embperl> by Malcolmn +Beattie. http://users.ox.ac.uk/~mbeattie/oxlug-oct99/ . Held at +OxLUG, 3 October 1999. =back
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]