You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2003/08/21 20:11:36 UTC

cvs commit: modperl-docs/src/maillist apreq-cvs.pod apreq-dev.pod config.cfg data.pl

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        => 'apreq-dev-subscribe@httpd.apache.org ',
  +                subscribe_digest => 'apreq-dev-subscribe-digest@httpd.apache.org',
  +                unsubscribe      => 'apreq-dev-unsubscribe@httpd.apache.org',
  +                help             => 'apreq-dev-help@httpd.apache.org',
  +               },
  +      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        => 'apreq-cvs-subscribe@httpd.apache.org ',
  +                subscribe_digest => 'apreq-cvs-subscribe-digest@httpd.apache.org',
  +                unsubscribe      => 'apreq-cvs-unsubscribe@httpd.apache.org',
  +                help             => 'apreq-cvs-help@httpd.apache.org',
  +               },
  +      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:apreq-cvs-subscribe@httpd.apache.org 
  
  =item * subscribe to the list's digest
  
  mailto:apreq-cvs-subscribe-digest@httpd.apache.org
  
  =item * unsubscribe from the list
  
  mailto:apreq-cvs-unsubscribe@httpd.apache.org
  
  =item * get help with the list
  
  mailto:apreq-cvs-help@httpd.apache.org
  
  =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:apreq-dev-subscribe@httpd.apache.org 
  
  =item * subscribe to the list's digest
  
  mailto:apreq-dev-subscribe-digest@httpd.apache.org
  
  =item * unsubscribe from the list
  
  mailto:apreq-dev-unsubscribe@httpd.apache.org
  
  =item * get help with the list
  
  mailto:apreq-dev-help@httpd.apache.org
  
  =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: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org