savannah-cvs
[Top][All Lists]
Advanced

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

[Savannah-cvs] administration/content gnu-content/admin/proj_e...


From: karl
Subject: [Savannah-cvs] administration/content gnu-content/admin/proj_e...
Date: Fri, 04 Jan 2013 19:45:39 +0000

CVSROOT:        /web/administration
Module name:    administration
Changes by:     karl <karl>     13/01/04 19:45:39

Modified files:
        content/gnu-content/admin: proj_email.txt 
        content/nongnu-content/admin: proj_email.txt 

Log message:
        hardwire savannah urls for "Project page", since $GLOBALS['sys_home'] is
        evidently undefined, per report at http://savannah.gnu.org/task/?12367.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/administration/content/gnu-content/admin/proj_email.txt?cvsroot=administration&r1=1.3&r2=1.4
http://web.cvs.savannah.gnu.org/viewcvs/administration/content/nongnu-content/admin/proj_email.txt?cvsroot=administration&r1=1.3&r2=1.4

Patches:
Index: gnu-content/admin/proj_email.txt
===================================================================
RCS file: 
/web/administration/administration/content/gnu-content/admin/proj_email.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- gnu-content/admin/proj_email.txt    18 Nov 2004 01:59:04 -0000      1.3
+++ gnu-content/admin/proj_email.txt    4 Jan 2013 19:45:38 -0000       1.4
@@ -3,7 +3,7 @@
 //    Here, you can configure the mail sent to user and admins.
 //    BEWARE, this file content must be PHP, with no parse-error.
 //    Do not modify it until you really know what you're doing.
-// $Id: proj_email.txt,v 1.3 2004/11/18 01:59:04 Beuc Exp $  BEGIN
+// $Id: proj_email.txt,v 1.4 2013/01/04 19:45:38 karl Exp $  BEGIN
 
 // we include this as function, it's easier to work with vars
 // in this way
@@ -11,9 +11,9 @@
 function approval_gen_email ($group_name, $unix_group_name) {
    $message = '        
 Your project registration for '.$GLOBALS['sys_name'].' has been approved.
-Project Full Name:   '.$group_name.'
-Project System Name: '.$unix_group_name.'
-Project page:        '.$GLOBALS['sys_home'].'projects/'.$unix_group_name.'
+Project full name:   '.$group_name.'
+Project system name: '.$unix_group_name.'
+Project page:        http://savannah.gnu.org/projects/'.$unix_group_name.'
 
 Please note, that it will take up to half an hour for the system to
 be updated (CVS repository creation for instance) before your project
@@ -29,15 +29,15 @@
 
 
 Post scriptum, important note:
-   In order, to release your project, you should write copyright notices
+   In order to release your project, you should write copyright notices
    and license notices at the beginning of every source code file, and
    include a copy of the plain text version of the license. If your
-   software is published under the GNU GPL license, you should read
-   http://www.gnu.org/copyleft/gpl.html#SEC4
+   software is published under the GNU GPL license, please read
+   http://www.gnu.org/copyleft/gpl.html.
    ';
 
    return $message;
 }
 
-// $Id: proj_email.txt,v 1.3 2004/11/18 01:59:04 Beuc Exp $  END
+// $Id: proj_email.txt,v 1.4 2013/01/04 19:45:38 karl Exp $  END
 ?>
\ No newline at end of file

Index: nongnu-content/admin/proj_email.txt
===================================================================
RCS file: 
/web/administration/administration/content/nongnu-content/admin/proj_email.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- nongnu-content/admin/proj_email.txt 18 Nov 2004 02:36:44 -0000      1.3
+++ nongnu-content/admin/proj_email.txt 4 Jan 2013 19:45:39 -0000       1.4
@@ -3,7 +3,7 @@
 //    Here, you can configure the mail sent to user and admins.
 //    BEWARE, this file content must be PHP, with no parse-error.
 //    Do not modify it until you really know what you're doing.
-// $Id: proj_email.txt,v 1.3 2004/11/18 02:36:44 Beuc Exp $  BEGIN
+// $Id: proj_email.txt,v 1.4 2013/01/04 19:45:39 karl Exp $  BEGIN
 
 // we include this as function, it's easier to work with vars
 // in this way
@@ -11,9 +11,9 @@
 function approval_gen_email ($group_name, $unix_group_name) {
    $message = '        
 Your project registration for '.$GLOBALS['sys_name'].' has been approved.
-Project Full Name:   '.$group_name.'
-Project System Name: '.$unix_group_name.'
-Project page:        '.$GLOBALS['sys_home'].'projects/'.$unix_group_name.'
+Project full name:   '.$group_name.'
+Project system name: '.$unix_group_name.'
+Project page:        http://savannah.nongnu.org/projects/'.$unix_group_name.'
 
 Please note, that it will take up to half an hour for the system to
 be updated (CVS repository creation for instance) before your project
@@ -29,15 +29,15 @@
 
 
 Post scriptum, important note:
-   In order, to release your project, you should write copyright notices
+   In order to release your project, you should write copyright notices
    and license notices at the beginning of every source code file, and
    include a copy of the plain text version of the license. If your
-   software is published under the GNU GPL license, you should read
-   http://www.gnu.org/copyleft/gpl.html#SEC4
+   software is published under the GNU GPL license, please read
+   http://www.gnu.org/copyleft/gpl.html.
    ';
 
    return $message;
 }
 
-// $Id: proj_email.txt,v 1.3 2004/11/18 02:36:44 Beuc Exp $  END
+// $Id: proj_email.txt,v 1.4 2013/01/04 19:45:39 karl Exp $  END
 ?>
\ No newline at end of file



reply via email to

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