stas        2003/10/14 18:20:56

  Modified:    src/download docs.pod
  Log:
  merge some extra notes from the email explaining how to contribute doc
  patches
  
  Revision  Changes    Path
  1.12      +15 -3     modperl-docs/src/download/docs.pod
  
  Index: docs.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/download/docs.pod,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -u -r1.11 -r1.12
  --- docs.pod  4 Mar 2003 23:46:53 -0000       1.11
  +++ docs.pod  15 Oct 2003 01:20:56 -0000      1.12
  @@ -116,17 +116,29 @@
   
   =item *
   
  -If the change is big, send the whole source file to the maintainer.
  +If the change is big, send the whole source file to the maintainer or
  +the L<documentation mailing list|maillist::docs-dev>.
   
   =item *
   
   If you only add a paragraph/modify a line, please make sure you have
   the I<latest> CVS version, and then issue:
   
  +  % cd modperl-docs
     % cvs diff -u > patch
   
  -And send the I<patch> file to the maintainer, preferably inline in
  -your e-mail.
  +And send the I<patch> file to the maintainer or the L<documentation
  +mailing list|maillist::docs-dev>, preferably inlined in your e-mail
  +(so it's easier to review and follow if needed).
  +
  +For example if you have improved the
  +I<src/docs/2.0/api/Apache/RequestUtil.pod> doc, to generate the patch
  +do:
  +
  +  % cd modperl-docs
  +  % cvs diff -u src/docs/2.0/api/Apache/RequestUtil.pod > patch
  +
  +This approach will get the diff of only that file.
   
   =back
   
  
  
  

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

Reply via email to