Author: geoff
Date: Wed Feb  9 07:42:35 2005
New Revision: 153079

URL: http://svn.apache.org/viewcvs?view=rev&rev=153079
Log:
start Apache-Test project foo

Modified:
    perl/modperl/docs/trunk/src/config.cfg
    perl/modperl/docs/trunk/src/maillist/data.pl
    perl/modperl/docs/trunk/src/maillist/test-cvs.pod
    perl/modperl/docs/trunk/src/maillist/test-dev.pod

Modified: perl/modperl/docs/trunk/src/config.cfg
URL: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/config.cfg?view=diff&r1=153078&r2=153079
==============================================================================
--- perl/modperl/docs/trunk/src/config.cfg (original)
+++ perl/modperl/docs/trunk/src/config.cfg Wed Feb  9 07:42:35 2005
@@ -24,6 +24,7 @@
         contribute
         advocacy
         about
+        test
     )],
 
     chapters => [qw(

Modified: perl/modperl/docs/trunk/src/maillist/data.pl
URL: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/maillist/data.pl?view=diff&r1=153078&r2=153079
==============================================================================
--- perl/modperl/docs/trunk/src/maillist/data.pl (original)
+++ perl/modperl/docs/trunk/src/maillist/data.pl Wed Feb  9 07:42:35 2005
@@ -248,18 +248,16 @@
      ### 
      'test-dev' => 
      {
-      title => 'Test Development',
+      title => 'Apache-Test Development',
       desc  => <<"DESC",
-The B<test-dev> mailing list is for discussing I<Apache HTTP Test>
-L<http://httpd.apache.org/test/> project. It's linked from here,
-because mod_perl's sub-project C<Apache::Test> is discussed on this
-list.
+The B<test-dev> mailing list is for discussing I<Apache-Test>
+L<http://perl.apache.org/test/> project.
 DESC
       addr  => {
-                subscribe        => '[EMAIL PROTECTED]',
-                subscribe_digest => '[EMAIL PROTECTED]',
-                unsubscribe      => '[EMAIL PROTECTED]',
-                help             => '[EMAIL PROTECTED]',
+                subscribe        => '[EMAIL PROTECTED]',
+                subscribe_digest => '[EMAIL PROTECTED]',
+                unsubscribe      => '[EMAIL PROTECTED]',
+                help             => '[EMAIL PROTECTED]',
                },
       archives => [
                    {
@@ -273,13 +271,8 @@
                     comment => '',
                    },
                    {
-                    title   => 'gmain.com',
-                    link    => 
'http://thread.gmane.org/gmane.comp.apache.httpd.test.devel/',
-                    comment => '',
-                   },
-                   {
                     title   => 'Mbox file',
-                    link    => 'http://httpd.apache.org/mail/test-dev/',
+                    link    => 'http://perl.apache.org/mail/test-dev/',
                     comment => '',
                    },
                   ],
@@ -290,18 +283,17 @@
      ### 
      'test-cvs' => 
      {
-      title => 'Test Development CVS',
+      title => 'Apache-Test Development SVN',
       desc  => <<"DESC",
-The B<test-cvs> list is the list where cvs commits for the I<Apache
-HTTP Test> L<http://httpd.apache.org/test/> project are sent,
-including cvs commits of changes for mod_perl's sub-project
+The B<test-commits> list is the list where SVN commits for the I<Apache
+-Test> L<http://perl.apache.org/test/> project are sent.
 C<Apache::Test>.
 DESC
       addr  => {
-                subscribe        => '[EMAIL PROTECTED]',
-                subscribe_digest => '[EMAIL PROTECTED]',
-                unsubscribe      => '[EMAIL PROTECTED]',
-                help             => '[EMAIL PROTECTED]',
+                subscribe        => '[EMAIL PROTECTED]',
+                subscribe_digest => '[EMAIL PROTECTED]',
+                unsubscribe      => '[EMAIL PROTECTED]',
+                help             => '[EMAIL PROTECTED]',
                },
       archives => [
                    {
@@ -311,7 +303,7 @@
                    },
                    {
                     title   => 'Mbox file',
-                    link    => 'http://httpd.apache.org/mail/test-cvs/',
+                    link    => 'http://perl.apache.org/mail/test-cvs/',
                     comment => '',
                    },
                   ],

Modified: perl/modperl/docs/trunk/src/maillist/test-cvs.pod
URL: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/maillist/test-cvs.pod?view=diff&r1=153078&r2=153079
==============================================================================
--- perl/modperl/docs/trunk/src/maillist/test-cvs.pod (original)
+++ perl/modperl/docs/trunk/src/maillist/test-cvs.pod Wed Feb  9 07:42:35 2005
@@ -9,13 +9,12 @@
 
 =head1 NAME
 
-Test Development CVS mailing list
+Apache-Test Development SVN mailing list
 
 =head1 Description
 
-The B<test-cvs> list is the list where cvs commits for the I<Apache
-HTTP Test> L<http://httpd.apache.org/test/> project are sent,
-including cvs commits of changes for mod_perl's sub-project
+The B<test-commits> list is the list where SVN commits for the I<Apache
+-Test> L<http://perl.apache.org/test/> project are sent.
 C<Apache::Test>.
 
 Please read the mailing list L<Guidelines|maillist::email-etiquette>
@@ -30,19 +29,19 @@
 
 =item * subscribe to the list
 
-mailto:[EMAIL PROTECTED]
+mailto:[EMAIL PROTECTED]
 
 =item * subscribe to the list's digest
 
-mailto:[EMAIL PROTECTED]
+mailto:[EMAIL PROTECTED]
 
 =item * unsubscribe from the list
 
-mailto:[EMAIL PROTECTED]
+mailto:[EMAIL PROTECTED]
 
 =item * get help with the list
 
-mailto:[EMAIL PROTECTED]
+mailto:[EMAIL PROTECTED]
 
 =back
 
@@ -56,7 +55,7 @@
 
 =item * Mbox file
 
-http://httpd.apache.org/mail/test-cvs/ 
+http://perl.apache.org/mail/test-cvs/ 
 
 =back
 

Modified: perl/modperl/docs/trunk/src/maillist/test-dev.pod
URL: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/maillist/test-dev.pod?view=diff&r1=153078&r2=153079
==============================================================================
--- perl/modperl/docs/trunk/src/maillist/test-dev.pod (original)
+++ perl/modperl/docs/trunk/src/maillist/test-dev.pod Wed Feb  9 07:42:35 2005
@@ -9,14 +9,12 @@
 
 =head1 NAME
 
-Test Development mailing list
+Apache-Test Development mailing list
 
 =head1 Description
 
-The B<test-dev> mailing list is for discussing I<Apache HTTP Test>
-L<http://httpd.apache.org/test/> project. It's linked from here,
-because mod_perl's sub-project C<Apache::Test> is discussed on this
-list.
+The B<test-dev> mailing list is for discussing I<Apache-Test>
+L<http://perl.apache.org/test/> project.
 
 Please read the mailing list L<Guidelines|maillist::email-etiquette>
 before posting.
@@ -30,19 +28,19 @@
 
 =item * subscribe to the list
 
-mailto:[EMAIL PROTECTED]
+mailto:[EMAIL PROTECTED]
 
 =item * subscribe to the list's digest
 
-mailto:[EMAIL PROTECTED]
+mailto:[EMAIL PROTECTED]
 
 =item * unsubscribe from the list
 
-mailto:[EMAIL PROTECTED]
+mailto:[EMAIL PROTECTED]
 
 =item * get help with the list
 
-mailto:[EMAIL PROTECTED]
+mailto:[EMAIL PROTECTED]
 
 =back
 
@@ -58,13 +56,9 @@
 
 http://marc.theaimsgroup.com/?l=apache-test-dev 
 
-=item * gmain.com
-
-http://thread.gmane.org/gmane.comp.apache.httpd.test.devel/ 
-
 =item * Mbox file
 
-http://httpd.apache.org/mail/test-dev/ 
+http://perl.apache.org/mail/test-dev/ 
 
 =back
 



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

Reply via email to