nicolaken 2003/11/18 05:50:11
Modified: site faq.xml
Log:
Add faq entry about updating the website, thanks to Leo.
Revision Changes Path
1.4 +27 -3 incubator/site/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/incubator/site/faq.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- faq.xml 22 Oct 2003 14:14:34 -0000 1.3
+++ faq.xml 18 Nov 2003 13:50:11 -0000 1.4
@@ -254,10 +254,12 @@
</answer>
</faq>
<faq id="projectstatus">
- <question>How do I update the STATUS of a project?</question>
+ <question>How do I update the incubation status of a
project?</question>
<answer>
- <p>Look in the incubator CVS module for the STATUS files.</p>
- </answer>
+ <p>Look in the incubator CVS module, under
site/projects/projectname.cwiki.</p>
+ <p>If you need additional space to place docs regarding incubation,
+ use site/projects/projectname/ .</p>
+ </answer>
</faq>
<faq id="why_not_issue_tracking_for_incubation_tracking">
<question>Why don't we use an issue tracking system to track
incubation process?</question>
@@ -271,6 +273,28 @@
for incubation status.</p>
</answer>
</faq>
+ <faq id="updating_the_project_website">
+ <question>How do I update the site of an incubating project?</question>
+ <answer>
+ <p>First of all, read our <link
href="site:incubation/policy">Incubation Policy</link>.</p>
+ <p>Here is a tip for committing the site in CVS.</p>
+ <source>
+ cd $proj
+ [generate the site] (for example 'maven site' or 'forrest')
+ cd $doc_results (for example 'target/docs' or 'build/site')
+ cvs -z3 -d [EMAIL PROTECTED]:/home/cvs \
+ import -m 'Generated site' incubator-site/build/site/$proj \
+ generated_site Generated_$proj_Website_$(date +%Y%m%d)
+ </source>
+ <p>Replace <code>'$proj'</code> with the project name, replace
<code>$my_id</code>
+ with your apache login id, replace <code>$(date +%Y%m%d)</code> with
the current date
+ if you want. See <link
href="http://cvsbook.red-bean.com/cvsbook.html#Tracking_Third-Party_Sources__Vendor_Branches_">some
external documentation</link>
+ for more info. </p>
+ <note>The problem with using import in this way is that its not
easily
+ combined with the use of commit (the above external doc
explains why).
+ </note>
+ </answer>
+ </faq>
</part>
</faqs>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]