[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] administration/infra/elisp savannah.vim
From: |
Frouin Jean-Michel |
Subject: |
[Savannah-cvs] administration/infra/elisp savannah.vim |
Date: |
Tue, 28 Aug 2007 14:33:29 +0000 |
CVSROOT: /sources/administration
Module name: administration
Changes by: Frouin Jean-Michel <snoogie> 07/08/28 14:33:28
Modified files:
infra/elisp : savannah.vim
Log message:
Removing SV_problem_gif(). Updating SV_problem_java() with urls add by
Beuc
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/administration/infra/elisp/savannah.vim?cvsroot=administration&r1=1.1&r2=1.2
Patches:
Index: savannah.vim
===================================================================
RCS file: /sources/administration/administration/infra/elisp/savannah.vim,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- savannah.vim 17 Aug 2007 20:35:51 -0000 1.1
+++ savannah.vim 28 Aug 2007 14:33:28 -0000 1.2
@@ -164,7 +164,7 @@
" Ask the user to make sure that their project works with free java
fu! SV_problem_java()
- execute "normal IYou must determine whether your project can
run on a Free Software Java suite \(see http://www.gnu.org/software/java/ for
more information\).
We recommend you to test your project using GCJ and GNU Classpath, and ensure
that your Java code runs on this Free Software Java suite.
GCJ is the GNU Compiler for Java, part of the GCC (GNU Compiler Collection).
The Classpath project aims to develop a free and portable implementation of the
Java API \(the classes in the 'java' package\).
More information is available at http://gcc.gnu.org/ and
http://www.gnu.org/software/classpath/ .
Please provide us with more information about this point.
"
+ execute "normal IYou must determine whether your project can
run on a Free Software Java suite \(see
https://savannah.gnu.org/maintenance/JavaIssues and
http://www.gnu.org/software/java/ for more information\).
We recommend you to test your project using IcedTea, or GCJ + GNU Classpath,
and ensure that your Java code runs on this Free Software Java suite.
IceTea is based on Sun's OpenJDK and uses free replacements for its proprietary
parts. GCJ is the GNU Compiler for Java, part of the GCC (GNU Compiler
Collection). The Classpath project aims to develop a free and portable
implementation of the Java API \(the classes in the 'java' package\).
More information is available at http://icedtea.classpath.org/ ,
http://gcc.gnu.org/ and http://www.gnu.org/software/classpath/ .
Please provide us with more information about this point.
"
echo "Inserted sv-problem-java text."
endfu
@@ -210,12 +210,6 @@
echo "Inserted sv-problem-gpl-two-only text."
endfu
-" Ask the user to remove GIF files and replace them with free image format
-fu! SV_problem_gif()
- execute "normal IPlease remove GIF image files from your
project and replace them with an other format \(such as PNG or JPEG\).
Because of the patents \(Unisys and IBM\) covering the LZW compression
algorithm which are used when making GIF files, it's impossible to have free
software to generate proper GIFs. These patents also apply to the compress
program.
For more information, see http://www.gnu.org/philosophy/gif.html.
"
- echo "Inserted sv-problem-gif text."
-endfu
-
" Ask the user how he plans to use Savannah in the context of a distro project.
fu! SV_problem_distro()
execute "normal IAs mentioned in the registration pages, we do
not host complete distros, distros isos, packages repositories, etc, for space
and bandwidth reasons. We may just offer support for organisational purpose and
dedicated software (such as iso creation scripts).
How do you plan to use the Savannah services?
If you plan to host such software:
"