crossley    2004/09/10 04:08:12

  Modified:    site     howtoparticipate.xml
  Log:
  Clarify the section "Project Website Howto".
  
  Revision  Changes    Path
  1.3       +21 -16    incubator/site/howtoparticipate.xml
  
  Index: howtoparticipate.xml
  ===================================================================
  RCS file: /home/cvs/incubator/site/howtoparticipate.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- howtoparticipate.xml      23 Dec 2003 23:19:20 -0000      1.2
  +++ howtoparticipate.xml      10 Sep 2004 11:08:12 -0000      1.3
  @@ -12,8 +12,8 @@
               our "About" documents.</p>
               <p>If you have other questions, feel free to post them on 
[email protected]</p> 
             <p>If you want to help in the development of a specific <link 
href="site:projects">Incubated Project</link>
  -            refer to its development mailing list; the Incubator mailing 
lists are for project
  -            incubation, not development.</p>  
  +            refer to its development mailing list. The Incubator mailing 
lists are for project
  +            incubation, not for project development.</p>
               <p>In case of generic Project development questions, there is 
[EMAIL PROTECTED]</p>
         </section>         
         <section>
  @@ -196,24 +196,29 @@
              </section>
           </section>
         </section>
  -      <section>
  +      <section id="project">
            <title>Project-specific resources</title>
            <p>Some <link href="site:projects">projects</link> under incubation 
have their own mailing lists, 
            or their development discussion occurs on the mailing list of 
another project. Check out 
            the project websites to be sure what mailing list is the right 
one.</p>
  -         <section>
  -              <title>Subproject Website Howto</title>
  -             <p>Do not use the "incubator" CVS module for project docs, but 
the module of
  -                the specific project.</p>
  -
  -<p>Check-in the generated pages in the "incubator-site" CVS module under
  -<code>\incubator-site\build\site\projects\${project-name}\**</code>.</p>
  -
  -<p>When the incubator site is updated from CVS <!-- (it's once a day) --> 
the subproject website will be live.</p>
  -
  -      </section>      </section>
  -
  -
  +         <section id="project-website">
  +           <title>Project Website Howto</title>
  +           <p>Each project can use whatever documentation system that it
  +             chooses. Perhaps use a fancy documentation management
  +             system like Forrest or Maven, or just use simple raw html pages.
  +           </p>
  +           <p>
  +             Keep your source documents in your project CVS. To publish
  +             your site, simply "cvs checkin" your final generated documents
  +             to the "incubator-site" module as
  +             
<code>/incubator-site/build/site/projects/${project-name}/**</code>
  +           </p>
  +           <p>
  +             The "incubator-site" CVS module is checked-out on the server
  +             to re-create the website (usually once per day).
  +           </p>
  +         </section>
  +      </section>
      </body>
   </document>
   
  
  
  

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

Reply via email to