www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server/standards README.webmastering.html


From: Karl Berry
Subject: www/server/standards README.webmastering.html
Date: Sat, 30 Jun 2007 23:20:26 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Karl Berry <karl>       07/06/30 23:20:26

Modified files:
        server/standards: README.webmastering.html 

Log message:
        cvs updates

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/standards/README.webmastering.html?cvsroot=www&r1=1.58&r2=1.59

Patches:
Index: README.webmastering.html
===================================================================
RCS file: /web/www/www/server/standards/README.webmastering.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -b -r1.58 -r1.59
--- README.webmastering.html    15 May 2007 17:33:13 -0000      1.58
+++ README.webmastering.html    30 Jun 2007 23:20:17 -0000      1.59
@@ -92,26 +92,14 @@
 </p>
 
 <p>
-All the www.gnu.org web site is managed with CVS. As a webmaster you
-should first <a href="https://savannah.gnu.org/account/register.php";>register
-on Savannah</a>. Then find out which group of people is maintaining the
-part of www.gnu.org web site you plan to edit using the 
-<a href="www2savannah.html">www.gnu.org to Savannah projects map</a>.
-Get in touch with one of the project maintainer to get write access to
-this directory.
-</p>
-
-<p>
 If you plan to modify a lot of files everywhere in www.gnu.org on a regular
 basis, you should join the <a href="http://savannah.gnu.org/projects/www/";>
 www</a> project in order to edit the whole tree.
 </p>
 
-<p>
-If you update or create any pages under <a href="/fun/">/fun</a>,
+<p>If you update or create any pages under <a href="/fun/">/fun</a>,
 please read the <a href="/fun/README">README</a> file under
-<a href="/fun/">/fun</a>, before you do so.
-</p>
+<a href="/fun/">/fun</a> first.</p>
 
 <p>
 Since the &lt;address@hidden&gt; address is advertised quite a lot on
@@ -488,6 +476,27 @@
     info or gnu queue.</li>
 </ul>
 
+<h4>RT Spam Quarantine</h4>
+
+<p>When time has elapsed, a ticket will be automatically sent to the
+webmaster's queue to remind them to clean out the mail quarantine. The
+quarantine is a collection of mails to address@hidden that are
+caught by our spam filter, and should be checked occasionally for false
+positives.</p>
+
+<p>To do so, use your RT username and password to log in to the
+quarantine manager (available at <a
+href="http://rt.gnu.org/qmanager/webmasters";>http://rt.gnu.org/qmanager/webmasters</a>).
 The
+background of the page is color coded from blue (least likely to be
+spam) to red (most likely to be spam). To read an email, click on it's
+subject. If you find a false positive then click the "Send to RT" button
+at the top of the page. When you are satisfied that all of the emails on
+the index page are spam, you can delete them using the "Delete All
+Message On This Page" button at the bottom of the index page.</p>
+
+<p>When done you should take the ticket, comment that you took care of
+it, and mark it as resolved.</p>
+
 
 <!-- Some of this information is redundant.  If you find it above -->
 <!-- or in the style guidelines, feel free to edit out the -->
@@ -1071,59 +1080,46 @@
 and remove it when it has passed.
 </p>
 
-<h4>Checking out the Repository</h4>
 
-<p>
-With the shell variable CVS_RSH=ssh, create a directory for your 
-gnu src, and within it type
-</p>
+<h4>Checking out the repository</h4>
+
+<p>With the environment variable CVS_RSH=ssh, run</p>
 
 <pre>
-cvs -d &lt;username&gt;@savannah.gnu.org:/webcvs/www co .
+cvs -d &lt;username&gt;@cvs.savannah.gnu.org:/web/www co www
 </pre>
 
-<p>
-Use "cvs add foofile" to add a file or directory.  Use "cvs import"
-to import an entirely new module (don't use it to just add a
-directory).  Use "cvs update -P" before you commit a file (or "cvs
-update &lt;foofile&gt;"), and "cvs commit foofile" to actually
-commit it.  Use "cvs log foofile" to look up its log history.  For
-further details on cvs, such as reverting to a previous version,
-or see diff output of particular changes, see the cvs man file.
-</p>
+<p>You should end up with a directory <tt>www</tt> with the CVS checkout
+of our web site.</p>
 
-<p>
-Many of the software maintainers do not have their projects under
-the www/software directory.  If a maintainer needs your help with
-one of their web pages, you can get to it like this:
-</p>
+<p>Use "cvs add foofile" to add a file or directory.  Use "cvs update
+-P" before you commit a file (or "cvs update &lt;foofile&gt;"), and "cvs
+commit foofile" to actually commit it.  Use "cvs log foofile" to look up
+its log history.  For further details on cvs, such as reverting to a
+previous version, or see diff output of particular changes, see the cvs
+man file.</p>
+
+<p>Many software packages have their own projects on savannah and hence
+their own www/software directory.  If the maintainer needs your help
+with one of their web pages, you can get to it like this:</p>
 
 <pre>
-cvs -d &lt;username&gt;@savannah.gnu.org:/webcvs/fooproject co fooproject
+cvs -d &lt;username&gt;@cvs.savannah.gnu.org:/web/fooproject co fooproject
 </pre>
 
-<h4>System Administrators</h4>
+<p>Do not edit the web pages for software projects unless the maintainer
+says ok.  At the very least, inform them if you make a change.
 
-<p>
-Our system administrators are baughj (Justin Baugh), jag (Joshua Ginsberg), 
and ward (Ward Vandewege).
-Please make sure to email the sysadmin list (address@hidden), not 
-them directly, unless you have a specific reason to do so.  Since they 
-are extremely busy, they will often ignore email sent directly to them.
-</p>
 
-<h4>Mail Quarantine</h4>
+<h4>System Administrators</h4>
 
-<p>
-About once a week a ticket will be automatically sent to the webmaster's queue 
to remind them to clean out the mail quarantine. The quarantine is a collection 
of mails to address@hidden that are caught by our spam filter, and should be 
checked occasionally for false positives.
-</p>
+<p>Our system administrators are baughj (Justin Baugh), jag (Joshua
+Ginsberg), and ward (Ward Vandewege).  Please make sure to email the
+sysadmin list (address@hidden), not them directly, unless you have a
+specific reason to do so.  Since they are extremely busy, they will
+often ignore email sent directly to them.</p>
 
-<p>
-To do so, use your RT username and password to log in to the quarantine 
manager (available at <a 
href="http://rt.gnu.org/qmanager/webmasters";>http://rt.gnu.org/qmanager/webmasters</a>).
 The background of the page is color coded from blue (least likely to be spam) 
to red (most likely to be spam). To read an email, click on it's subject. If 
you find a false positive then click the "Send to RT" button at the top of the 
page. When you are satisfied that all of the emails on the index page are spam, 
you can delete them using the "Delete All Message On This Page" button at the 
bottom of the index page.
-</p>
 
-<p>
-When done you should steal the ticket, comment that you took care of it, and 
mark it as resolved.
-</p>
 </div>
 <!--#include virtual="/server/footer.html" -->
 <!-- BEGIN copyleft -->
@@ -1155,7 +1151,7 @@
 
   <p>Updated:
      <!-- timestamp start -->
-     $Date: 2007/05/15 17:33:13 $ $Author: karl $
+     $Date: 2007/06/30 23:20:17 $ $Author: karl $
      <!-- timestamp end -->
   </p>
   </div>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]