crossley 2004/09/12 22:34:15
Modified: site faq.xml
Log:
Remove outdated instructions for project website.
Link to howtoparticipate.
Revision Changes Path
1.12 +4 -18 incubator/site/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/incubator/site/faq.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- faq.xml 7 Sep 2004 00:11:36 -0000 1.11
+++ faq.xml 13 Sep 2004 05:34:15 -0000 1.12
@@ -104,8 +104,9 @@
<faq id="site">
<question>How can I update the site?</question>
<answer>
- <p>Refer to <link href="howtoparticipate.html">How to
Participate</link>
- page.</p>
+ <p>Refer to <link href="howtoparticipate.html#website">How to
Participate</link>
+ page. If you are not a committer on the Incubator project, then you
can
+ still send patches for the source documents.</p>
</answer>
</faq>
<faq id="projectstatus">
@@ -132,22 +133,7 @@
<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>
+ <p>Refer to <link href="howtoparticipate.html#project-website">How to
Participate</link> page.</p>
</answer>
</faq>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]