jon 02/03/29 11:24:09
Modified: docs/site guides.html news.html
Log:
someone forgot to check their changes in.
-jon
Revision Changes Path
1.11 +14 -4 jakarta-site2/docs/site/guides.html
Index: guides.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/guides.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- guides.html 22 Mar 2002 12:02:49 -0000 1.10
+++ guides.html 29 Mar 2002 19:24:09 -0000 1.11
@@ -282,7 +282,7 @@
<li><a href="http://jakarta.apache.org/site/cvsonunix.html">from
Unix</a></li>
<li><a href="http://jakarta.apache.org/site/cvsonwin32.html">from
Windows</a></li>
<li>At least one subproject committer needs access to jakarta.apache.org
too - ask [EMAIL PROTECTED]</li>
- <li><b>umask 002</b></li>
+ <li>A group-friendly umask (such as <code>002</code>) must be used at all
times on ASF servers</li>
</ul>
</li>
<li><a href="http://jakarta.apache.org/site/jars.html">JARs under CVS</a></li>
@@ -293,13 +293,23 @@
<li>site2 approach - checkin and update</li>
<li>scp approach - build local and copy (? sftp)</li>
<li>burst approach - cp (or scp) war and unjar</li>
- <li><b>umask 002</b>
+ <li><b>umask 002</b> - a step-by-step description is as follows:
<ul>
- <li>[cd ~], [cat .cshv], [vi .cshv], [umask 22], [umask 02], [:w],
[:q]</li>
+ <li>[cd ~], [vi .cshrc], [umask 002], [:w], [:q]</li>
+ <li>[source .cshv]</li>
<li>[cd /www/jakarta.apache.org/${subproject}], [chmod -R g+w
.]</li>
+ <li>[ls -la]</li>
</ul>
+ If you already have a developed .profile or .rc file for
+ your shell of choice, you may want to add something like
+ the following:
+ <code><pre>
+ # Set my umask for collaborative development on Apache hosts
+ if [ `hostname | egrep '(daedalus|icarus|nagoya)'` ]; then
+ umask 002
+ fi
+ </pre></code>
</li>
- <li>[man li], [li -l], [li -a]</li>
</ul>
</li>
<li>Website docs - nightly build, current release, or both
1.175 +1 -1 jakarta-site2/docs/site/news.html
Index: news.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/news.html,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- news.html 28 Mar 2002 02:34:55 -0000 1.174
+++ news.html 29 Mar 2002 19:24:09 -0000 1.175
@@ -648,7 +648,7 @@
publishing framework. The Avalon Framework is also used in
<a href="http://jakarta.apache.org/james">Apache JAMES</a>, a
Java(tm) Mail Server. Another project that is built on Avalon Framework
- is <a href="http://www.jesktop.org">Jestkop</a>, a cross-platform
+ is <a href="http://www.jesktop.com">Jestkop</a>, a cross-platform
replacement for your ordinary desktop. If you are evaluating Avalon
and want the proof that it's claims are valid check them out.
</p>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>