savannah-cvs
[Top][All Lists]
Advanced

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

[Savannah-cvs] administration/content/gnu-content/cvs index.txt


From: Karl Berry
Subject: [Savannah-cvs] administration/content/gnu-content/cvs index.txt
Date: Fri, 06 Nov 2009 19:39:31 +0000

CVSROOT:        /web/administration
Module name:    administration
Changes by:     Karl Berry <karl>       09/11/06 19:39:31

Modified files:
        content/gnu-content/cvs: index.txt 

Log message:
        h3 not h4 for GNU; avoid spaces before final punctuation, this being 
English

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/administration/content/gnu-content/cvs/index.txt?cvsroot=administration&r1=1.14&r2=1.15

Patches:
Index: index.txt
===================================================================
RCS file: /web/administration/administration/content/gnu-content/cvs/index.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- index.txt   6 Nov 2009 19:37:50 -0000       1.14
+++ index.txt   6 Nov 2009 19:39:30 -0000       1.15
@@ -11,12 +11,12 @@
         global $project;
 
         if ($project->CanUse("cvs")) {
-                print '<h4>Software repository :</h4>';
+                print '<h4>Software repository:</h4>';
                print '<pre>cvs -z3 
-d:pserver:address@hidden'.$project->getTypeBaseHost().':'.
                $project->getTypeDir("cvs").' co 
&lt;<em>modulename</em>&gt;</pre>';
         }
        if ($project->CanUse("homepage")) {
-                print '<h4>Webpages repository :</h4>';
+                print '<h4>Webpages repository:</h4>';
                print '<pre>cvs -z3 
-d:pserver:address@hidden'.$project->getTypeBaseHost().':'.
                $project->getTypeDir("homepage").' co 
&lt;<em>modulename</em>&gt;</pre>';
         }
@@ -47,17 +47,17 @@
 
 $username = user_getname();
 if ($username == "NA") {
-       // for anonymous user :
+       // for anonymous user:
        $username = '&lt;<em>membername</em>&gt;';
 }
 if ($project->CanUse("cvs")) {
-       print '<h4>Software repository :</h4>';
+       print '<h4>Software repository:</h4>';
        print '<p><pre>export CVS_RSH=ssh'."\n";
        print 'cvs -z3 
-d:ext:'.$username.'@cvs.'.$project->getTypeBaseHost().':'.
        $project->getTypeDir("cvs").' co &lt;<em>modulename</em>&gt;</pre></p>';
 }
 if ($project->CanUse("homepage")) {
-       print '<h4>Webpages repository :</h4>';
+       print '<h4>Webpages repository:</h4>';
        print '<p><pre>export CVS_RSH=ssh'."\n";
        print 'cvs -z3 
-d:ext:'.$username.'@cvs.'.$project->getTypeBaseHost().':'.
        ereg_replace('/$', "", $project->getTypeDir("homepage")).' co 
'.$project->getUnixName().'
@@ -82,7 +82,7 @@
 
 <?php 
        if ($project->CanUse("cvs")) {
-               print '<h3>What are CVS modules ?</h3>';
+               print '<h3>What are CVS modules?</h3>';
                print '<p>The CVS repository of each project is divided into 
modules which you can download separately. ';
                print 'The list of existing modules for this project can be 
obtained by looking at <a href="'. $project->getTypeUrl("cvs_viewcvs").'">the 
root of the CVS repository</a>; ';
                print 'each <strong>File</strong> listed there is the name of a 
module, which can substitute the generic &lt;<em>modulename</em>&gt; used below 
in the examples of the <em>co</em> command of CVS.';
@@ -116,9 +116,9 @@
 global $project;
 
 if ($project->getTypeBaseHost() == "savannah.gnu.org") {
-       print '<h4>Web pages for GNU packages:</h4>';
+       print '<h3>Web pages for GNU packages</h3>';
        print '<p>When writing web pages for official GNU packages,'."\n";
-       print 'please keep the';
+       print 'please keep the ';
    print '<a href="http://www.gnu.org/prep/maintain/maintain.html#Web-Pages";>';
        print 'guidelines</a> in mind.</p>'."\n";
 }




reply via email to

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