[Top][All Lists]
[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: |
Wed, 02 Feb 2005 04:45:14 -0500 |
CVSROOT: /cvsroot/administration
Module name: administration
Branch:
Changes by: Sylvain Beucler <address@hidden> 05/02/02 09:45:13
Modified files:
infra/elisp : savannah.el
Log message:
Added an entry for .NET projects
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/infra/elisp/savannah.el.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
Patches:
Index: administration/infra/elisp/savannah.el
diff -u administration/infra/elisp/savannah.el:1.5
administration/infra/elisp/savannah.el:1.6
--- administration/infra/elisp/savannah.el:1.5 Wed Nov 17 20:13:18 2004
+++ administration/infra/elisp/savannah.el Wed Feb 2 09:45:13 2005
@@ -65,7 +65,7 @@
;; sv-closing-resubmit, and added sv-deleted-pending and
;; sv-problem-fdl-info.
;;
-;; $Id: savannah.el,v 1.5 2004/11/17 20:13:18 Zeus Exp $
+;; $Id: savannah.el,v 1.6 2005/02/02 09:45:13 Beuc Exp $
;;
;; General
@@ -316,6 +316,20 @@
(message "Inserted sv-problem-java text.")
)
+;; Ask the user to make sure that their project works with free .NET
+
+(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.
+
+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).
+
+Please provide us with more information about this point.\n\n")
+ (message "Inserted \(savannah.el\)")
+ )
+
;; Ask user to remove GNU from the name of the project
(defun sv-problem-uses-gnu-name ()
- [Savannah-cvs] administration/infra/elisp savannah.el,
Sylvain Beucler <=