stas        02/04/18 09:40:03

  Modified:    src/maillist config.cfg contact.pod email-etiquette.pod
  Added:       src/maillist Changes.pod index_top.html
  Log:
  mailing list:
  - re-arranged it so the guidelines go first
  - added some information about what lists to peek at etc..
    (index_top.html new)
  - Changed some things in the guidelines.
  - new changes file
  Submitted by:   Per Einar Ellefsen <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.5       +6 -1      modperl-docs/src/maillist/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/maillist/config.cfg,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- config.cfg        16 Apr 2002 05:15:56 -0000      1.4
  +++ config.cfg        18 Apr 2002 16:40:03 -0000      1.5
  @@ -8,10 +8,15 @@
   mod_perl and related projects' mailing lists.
   EOB
   
  +    body => {
  +         top => 'index_top.html',
  +    },
  +
       # an ordered list pod files relative to $c{src}
       # the order is important for a correct placing of the chapters
       chapters => [
           qw(
  +           email-etiquette.pod
              list-modperl.pod
              list-docs-dev.pod
              list-docs-cvs.pod
  @@ -23,8 +28,8 @@
              list-advocacy.pod
              list-embperl.pod
              list-asp.pod
  -           email-etiquette.pod
              contact.pod
  +           Changes.pod
             )
       ],
   
  
  
  
  1.2       +4 -0      modperl-docs/src/maillist/contact.pod
  
  Index: contact.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/maillist/contact.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- contact.pod       5 Jan 2002 19:15:41 -0000       1.1
  +++ contact.pod       18 Apr 2002 16:40:03 -0000      1.2
  @@ -2,6 +2,10 @@
   
   Contact Info
   
  +=head1 Description
  +
  +Contact information for questions not suited for the lists.
  +
   =head1 Contact Info
   
   If you have a comment or question about mod_perl that you
  
  
  
  1.7       +9 -21     modperl-docs/src/maillist/email-etiquette.pod
  
  Index: email-etiquette.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/maillist/email-etiquette.pod,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- email-etiquette.pod       13 Apr 2002 18:11:59 -0000      1.6
  +++ email-etiquette.pod       18 Apr 2002 16:40:03 -0000      1.7
  @@ -2,13 +2,7 @@
   
   The mod_perl Mailing List Guidelines
   
  -=head1 Introduction
  -
  -=for html <!--
  -email-etiquette: This version dated 21 October 2001.
  -Please make changes to the .pod source and use pod2html to
  -create the .html file, thanks.  [EMAIL PROTECTED]
  --->
  +=head1 Description
   
   Ninety percent of the questions asked on the List have already been
   asked before, and answers will be found at one of the links below.
  @@ -69,7 +63,7 @@
   Secondly you have to do what it says in the instructions.  After you
   are subscribed you will receive a messsage with lots of useful
   information about the List.  Read it.  Print it, even.  Save a copy of
  -it.  You *can* get another copy of it, but then you'll feel silly.
  +it.  You B<can> get another copy of it, but then you'll feel silly.
   
   Traffic on the mod_perl list can be high at times, several hundred
   posts per week, so you might want to consider subscribing to the
  @@ -202,7 +196,7 @@
   Remember that thousands of people may read your messages.  To save
   time and to keep badwidth usage to a minimum, please keep posts
   reasonably short, but please make it clear precisely what you are
  -asking.  If you can, send a *small* example of a script or
  +asking.  If you can, send a B<small> example of a script or
   configuration which reproduces your problem.  Please do not send long
   scripts which cannot easily be understood.  Please do not send large
   attachments of many kilobytes, if they are needed then put them on the
  @@ -357,7 +351,7 @@
   
   =head1 The mod_perl Guide
   
  -You absolutely *must* read the mod_perl Guide.
  +You absolutely B<must> read the mod_perl Guide.
   
   It is a large document, you probably will want to download it and read
   it off-line.  If you get the source (see below, L<Corrections and
  @@ -374,6 +368,8 @@
   
   =head2 Finding the Guide
   
  +META: when we get links to work, we need to change the links here
  +
   The URL of the Guide is:
   
   http://perl.apache.org/guide/
  @@ -385,6 +381,8 @@
   
   =head2 Corrections and Contributions
   
  +META: this needs to be corrected when the new site is released!
  +
   Corrections and additions to the Guide are welcome.  The original is
   kept in .pod format, and it is converted to other formats by Perl
   code.  The Guide changes rather frequently (the CVS snapshot is
  @@ -396,14 +394,4 @@
   and make your changes to the .pod source only.  In the first instance,
   post your changes to the mod_perl List for comment.
   
  -
  -=begin html <br><hr><br><!--
  -11 Jun 2000  Initial publication for comment
  -18 Dec 2000  Minor corrections and additions
  -21 Oct 2001  Minor corrections, converted to .POD format
  --->
  -
  -=end html
  -
  -email-etiquette: This version dated 17 October 2001.
  -
  +=cut
  
  
  
  1.1                  modperl-docs/src/maillist/Changes.pod
  
  Index: Changes.pod
  ===================================================================
  =head1 NAME
  
  Changes
  
  =head1 Description
  
  Refer to this document to learn what changes were made to the
  documents, since you've read these last time.
  
  The most recent changes are listed first.
  
  =head1 17 Apr 2002  
  
  * Changed Introduction to Description, and ** to B tags in POD.  [Per
    Einar Ellefsen]
  
  =head1 21 Oct 2001  
  
  * Minor corrections, converted to .POD format [Ged]
  
  =head1 18 Dec 2000  
  
  * Minor corrections and additions [Ged]
  
  =head1 11 Jun 2000
  
  * Initial publication for comment [Ged Haywood]
  
  =cut
  
  
  
  1.1                  modperl-docs/src/maillist/index_top.html
  
  Index: index_top.html
  ===================================================================
    <html>
      <head>
        <title>index top</title>
      </head>
      <body bgcolor="white">
  
  <p>
  The most popular list for sharing ideas is the <a
  href="list-modperl.html">mod_perl users list</a>. If you have any
  questions about mod_perl, taht is where you should go. The other lists
  cover more specific subjects, mostly related to mod_perl development.
  </p>
  
  <p>
  Please read the <a href="email-etiquette.html">mod_perl mailing list
  guidelines</a> before posting, as these are important to keeping
  discussion organized on the list.
  </p>
  
  <p>
  If you have questions not directly related to mod_perl, you should check
  out the <a href="http://lists.perl.org/";>Perl mailing lists</a> and the <a
  href="http://httpd.apache.org/lists.html";>Apache mailing
  lists</a>, which will probably be of more help.
  </p>
  
      </body>
  </html>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to