stas        2003/08/21 11:11:36

  Modified:    src/maillist config.cfg data.pl
  Added:       src/maillist apreq-cvs.pod apreq-dev.pod
  Log:
  info on apreq-{dev|cvs} mailling lists
  
  Revision  Changes    Path
  1.9       +2 -0      modperl-docs/src/maillist/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/maillist/config.cfg,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- config.cfg        15 Aug 2002 15:06:05 -0000      1.8
  +++ config.cfg        21 Aug 2003 18:11:36 -0000      1.9
  @@ -27,6 +27,8 @@
              test-cvs.pod
              announce.pod
              advocacy.pod
  +           apreq-dev.pod
  +           apreq-cvs.pod
              embperl.pod
              asp.pod
              contact.pod
  
  
  
  1.10      +65 -0     modperl-docs/src/maillist/data.pl
  
  Index: data.pl
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/maillist/data.pl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- data.pl   11 Nov 2002 16:43:41 -0000      1.9
  +++ data.pl   21 Aug 2003 18:11:36 -0000      1.10
  @@ -354,6 +354,71 @@
   
   
        ### 
  +     'apreq-dev' => 
  +     {
  +      title => 'Apache::Request development/support ',
  +      desc  => <<"DESC",
  +The B<apreq-dev> list is a support and development list for libapreq.
  +DESC
  +      addr  => {
  +                subscribe        => '[EMAIL PROTECTED] ',
  +                subscribe_digest => '[EMAIL PROTECTED]',
  +                unsubscribe      => '[EMAIL PROTECTED]',
  +                help             => '[EMAIL PROTECTED]',
  +               },
  +      archives => [
  +                   {
  +                    title   => 'marc.theaimsgroup.com',
  +                    link    => 
'http://marc.theaimsgroup.com/?l=apreq-dev&r=1&w=2',
  +                    comment => '',
  +                   },
  +                   {
  +                    title   => 'NNTP gateway',
  +                    link    => 
'nntp://news.gmane.org/gmane.comp.apache.apreq',
  +                    comment => '',
  +                   },
  +                   {
  +                    title   => 'Mbox file',
  +                    link    => 'http://httpd.apache.org/mail/apreq-dev/',
  +                    comment => '',
  +                   },
  +                  ],
  +     },
  +
  +
  +
  +     ### 
  +     'apreq-cvs' => 
  +     {
  +      title => 'Apache::Request cvs',
  +      desc  => <<"DESC",
  +The B<apreq-cvs> list is the list where cvs commits for the I<Apache
  +Request>project are sent.
  +DESC
  +      addr  => {
  +                subscribe        => '[EMAIL PROTECTED] ',
  +                subscribe_digest => '[EMAIL PROTECTED]',
  +                unsubscribe      => '[EMAIL PROTECTED]',
  +                help             => '[EMAIL PROTECTED]',
  +               },
  +      archives => [
  +                   {
  +                    title   => 'marc.theaimsgroup.com',
  +                    link    => 
'http://marc.theaimsgroup.com/?l=apreq-cvs&r=1&w=2',
  +                    comment => '',
  +                   },
  +                   {
  +                    title   => 'Mbox file',
  +                    link    => 'http://httpd.apache.org/mail/apreq-cvs/',
  +                    comment => '',
  +                   },
  +                  ],
  +     },
  +
  +
  +
  +
  +     ### 
        embperl => 
        {
         title => 'Embperl',
  
  
  
  1.1                  modperl-docs/src/maillist/apreq-cvs.pod
  
  Index: apreq-cvs.pod
  ===================================================================
  ###################################################
  # WARNING: Do not edit this file!
  #          If you do the changes will be lost!
  # Instead edit data.pl instead and re-run make.pl
  #
  # Don't forget to commit the changes to both .txt and the generated
  # .pod to cvs, since others won't run the local make.pl
  ####################################################
  
  =head1 NAME
  
  Apache::Request cvs mailing list
  
  =head1 Description
  
  The B<apreq-cvs> list is the list where cvs commits for the I<Apache
  Request>project are sent.
  
  Please read the mailing list L<Guidelines|maillist::email-etiquette>
  before posting.
  
  =head1 Subscription Information
  
  To subscribe or unsubscribe send an empty email to one of the
  following addresses.
  
  =over
  
  =item * subscribe to the list
  
  mailto:[EMAIL PROTECTED] 
  
  =item * subscribe to the list's digest
  
  mailto:[EMAIL PROTECTED]
  
  =item * unsubscribe from the list
  
  mailto:[EMAIL PROTECTED]
  
  =item * get help with the list
  
  mailto:[EMAIL PROTECTED]
  
  =back
  
  =head1 Searchable Archives
  
  =over
  
  =item * marc.theaimsgroup.com
  
  http://marc.theaimsgroup.com/?l=apreq-cvs&r=1&w=2 
  
  =item * Mbox file
  
  http://httpd.apache.org/mail/apreq-cvs/ 
  
  =back
  
  
  =cut
  
  
  
  
  1.1                  modperl-docs/src/maillist/apreq-dev.pod
  
  Index: apreq-dev.pod
  ===================================================================
  ###################################################
  # WARNING: Do not edit this file!
  #          If you do the changes will be lost!
  # Instead edit data.pl instead and re-run make.pl
  #
  # Don't forget to commit the changes to both .txt and the generated
  # .pod to cvs, since others won't run the local make.pl
  ####################################################
  
  =head1 NAME
  
  Apache::Request development/support  mailing list
  
  =head1 Description
  
  The B<apreq-dev> list is a support and development list for libapreq.
  
  Please read the mailing list L<Guidelines|maillist::email-etiquette>
  before posting.
  
  =head1 Subscription Information
  
  To subscribe or unsubscribe send an empty email to one of the
  following addresses.
  
  =over
  
  =item * subscribe to the list
  
  mailto:[EMAIL PROTECTED] 
  
  =item * subscribe to the list's digest
  
  mailto:[EMAIL PROTECTED]
  
  =item * unsubscribe from the list
  
  mailto:[EMAIL PROTECTED]
  
  =item * get help with the list
  
  mailto:[EMAIL PROTECTED]
  
  =back
  
  =head1 Searchable Archives
  
  =over
  
  =item * marc.theaimsgroup.com
  
  http://marc.theaimsgroup.com/?l=apreq-dev&r=1&w=2 
  
  =item * NNTP gateway
  
  nntp://news.gmane.org/gmane.comp.apache.apreq 
  
  =item * Mbox file
  
  http://httpd.apache.org/mail/apreq-dev/ 
  
  =back
  
  
  =cut
  
  
  
  

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

Reply via email to