pereinar    2002/10/08 08:49:12

  Modified:    src/products apache-modules.pod config.cfg products.html
  Log:
  Added reference to mod_survey (Joel Palmius <[EMAIL PROTECTED]>)
  
  Added module categorization for older modules (following the stealth
  categories which infiltrated in the last update to products).
  
  Revision  Changes    Path
  1.3       +33 -0     modperl-docs/src/products/apache-modules.pod
  
  Index: apache-modules.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/products/apache-modules.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- apache-modules.pod        1 Oct 2002 14:58:05 -0000       1.2
  +++ apache-modules.pod        8 Oct 2002 15:49:12 -0000       1.3
  @@ -130,9 +130,42 @@
   you should probably go with a top-level namespace outside of
   C<Apache::>.
   
  +For an illustration of how this would look for the older modules, you
  +can look at this L<example
  +categorization|products::old-modules-categorized>.
  +
   B<Note:> I<Of course> none of these categories are cast in stone: you
   should feel free to choose the module name that suits your module best
   instead of trying to follow these general indications. If in doubt,
   just ask around at the mod_perl list; you are sure to get some
   assistance in naming your module! Furthermore, you should look at the
   way it's done on CPAN, and apply it under the C<Apache::> namespace.
  +
  +=head1 Maintainers
  +
  +The maintainer is the person you should contact with updates,
  +corrections and patches.
  +
  +=over
  +
  +=item *
  +
  +Per Einar Ellefsen E<lt>pereinar (at) oslo.online.noE<gt>
  +
  +=back
  +
  +=head1 Authors
  +
  +=over
  +
  +=item *
  +
  +Per Einar Ellefsen E<lt>pereinar (at) oslo.online.noE<gt>
  +
  +=item *
  +
  +Doug MacEachern
  +
  +=back
  +
  +=cut
  \ No newline at end of file
  
  
  
  1.4       +4 -0      modperl-docs/src/products/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/products/config.cfg,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- config.cfg        16 Jun 2002 12:04:17 -0000      1.3
  +++ config.cfg        8 Oct 2002 15:49:12 -0000       1.4
  @@ -14,5 +14,9 @@
           app-server.pod
           products.html
       )],
  +    
  +    hidden => [
  +        chapters => [qw(old-modules-categorized.pod)],
  +    ],
   
   );
  
  
  
  1.15      +8 -0      modperl-docs/src/products/products.html
  
  Index: products.html
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/products/products.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- products.html     1 Oct 2002 14:58:05 -0000       1.14
  +++ products.html     8 Oct 2002 15:49:12 -0000       1.15
  @@ -200,6 +200,14 @@
   Open Source Apache/mod_perl based system which allows users to access
   email held on an IMAP server via any web browser. </li>
   
  +<li> <a href="http://gathering.itm.mh.se/modsurvey/";>Mod_Survey</a> is
  +a web questionnaire system implemented as a mod_perl module for
  +Apache. It is used as a content-handler for ".survey" files, or in
  +other words for files containing surveys described in an XML-based tag
  +notation defined in the Survey v3.0.0 DTD. The system targets an
  +audience consisting of people who need powerful questionnaire and data
  +handling features. </li>
  +
   </ul>
   
   <p> The <a href="http://www.masonhq.com/";>Mason project</a> also has a
  
  
  

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

Reply via email to