savannah-cvs
[Top][All Lists]
Advanced

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

[Savannah-cvs] administration/infra/elisp savannah.el


From: Sylvain Beucler
Subject: [Savannah-cvs] administration/infra/elisp savannah.el
Date: Fri, 15 Apr 2005 15:23:36 -0400

CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Sylvain Beucler <address@hidden>        05/04/15 19:23:35

Modified files:
        infra/elisp    : savannah.el 

Log message:
        Fixed some newlines, a wrong reference to Java, and approve-as-nongnu 
to better match what we do.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/infra/elisp/savannah.el.diff?tr1=1.13&tr2=1.14&r1=text&r2=text

Patches:
Index: administration/infra/elisp/savannah.el
diff -u administration/infra/elisp/savannah.el:1.13 
administration/infra/elisp/savannah.el:1.14
--- administration/infra/elisp/savannah.el:1.13 Sat Mar  5 20:24:07 2005
+++ administration/infra/elisp/savannah.el      Fri Apr 15 19:23:34 2005
@@ -65,7 +65,7 @@
 ;;   sv-closing-resubmit, and added sv-deleted-pending and
 ;;   sv-problem-fdl-info.
 ;;
-;; $Id: savannah.el,v 1.13 2005/03/05 20:24:07 Beuc Exp $
+;; $Id: savannah.el,v 1.14 2005/04/15 19:23:34 Beuc Exp $
 
 ;;
 ;; General
@@ -217,8 +217,7 @@
 (defun sv-problem-fdl-info ()
   (interactive)
   ""
-  (insert "In order to release your project properly and unambiguously under 
the
-FDL, please place copyright notices and permission-to-copy statements after 
the title page of each work.
+  (insert "In order to release your project properly and unambiguously under 
the FDL, please place copyright notices and permission-to-copy statements after 
the title page of each work.
 
 In addition, if you haven't already, please copy a copy of the plain text 
version of the FDL, available from http://www.gnu.org/licenses/fdl.txt, into a 
file named \"COPYING\".
 
@@ -278,8 +277,7 @@
 (defun sv-problem-dotnet ()
   (interactive)
   "We need to check .NET code for ugly dependencies"
-  (insert "You must determine whether your project can run on a Free Software
-.NET suite.
+  (insert "You must determine whether your project can run on a Free Software 
.NET suite.
 
 We recommend you to test your project against DotGNU Portable .NET and Mono, 
and ensure that your code runs on this Free Software .NET suite (see 
www.dotgnu.org and www.mono-project.com for more information).
 
@@ -305,8 +303,7 @@
 (defun sv-problem-uses-gnu-type ()
   (interactive)
   ""
-  (insert "Your project is not part of the GNU project, so we cannot accept its
-current type.  We want to maintain the distinction between 'GNU' and'non-GNU' 
projects.  If your project is approved for inclusion into Savannah, we will set 
it's type to 'non-GNU'.
+  (insert "Your project is not part of the GNU project, so we cannot accept 
its current type.  We want to maintain the distinction between 'GNU' 
and'non-GNU' projects.  If your project is approved for inclusion into 
Savannah, we will set it's type to 'non-GNU'.
 
 If your project is accepted into the GNU project you may change its type.  You 
can do this by asking us.\n\n")
   (message "Inserted sv-problem-uses-gnu-type text.")
@@ -432,7 +429,7 @@
 
 Savannah is willing to provide resources and time to developers writing Free 
Software that can be used without the need to ask permission from proprietary 
software vendor.
 
-If, someday, you get free of those dependencies (see 
http://www.gnu.org/software/java for more information), do not hesitate to 
resubmit your project.
+If, someday, you get free of those dependencies, feel free to resubmit your 
project.
 
 Thank you for your understanding.
 
@@ -445,8 +442,7 @@
 (defun sv-reject-java-nonfree ()
   (interactive)
   ""
-  (insert "Your project requires proprietary software and cannot be hosted on
-Savannah for this reason.
+  (insert "Your project requires proprietary software and cannot be hosted on 
Savannah for this reason.
 
 Savannah is willing to provide resources and time to developers writing Free 
Software that can be used without the need to ask permission from a proprietary 
software vendor.
 
@@ -493,9 +489,9 @@
 (defun sv-approve-as-nongnu ()
   (interactive)
   ""
-  (insert "We have approved your project as a non-GNU project. In order to 
evaluate it as a GNU package, we need more information - a clear description of 
the design and plans for the whole package, and preferably part of the code.
+  (insert "Hi,
 
-When those things are ready, write to address@hidden to ask for an evaluation 
of your project for inclusion in GNU.
+I have approved your project as non-GNU, and forwarded your request to be part 
of the GNU project to the GNU evaluation team. You will receive an automated 
e-mail containing detailed information about the approval.
 
 Regards.\n")
   (message "Inserted sv-approve-as-nongnu text.")




reply via email to

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