From 76565841ac4c40ce7051f59080e3d7e1207998de Mon Sep 17 00:00:00 2001 From: Bradley Smith Date: Sun, 9 Mar 2008 15:00:08 +0000 Subject: Corrected all copyright headers, and misc cleanups. Signed-off-by: Bradley Smith --- doc/guile-proj.scm | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 doc/guile-proj.scm (limited to 'doc/guile-proj.scm') diff --git a/doc/guile-proj.scm b/doc/guile-proj.scm deleted file mode 100644 index b07020c..0000000 --- a/doc/guile-proj.scm +++ /dev/null @@ -1,44 +0,0 @@ -;;;How To Submit A Project -;;; -;;;The first thing to do is look at the Guile Project Mail Submission -;;;doc. This will tell you all you need to know about describing your -;;;project. Then, send a mail to me (Greg.Harvey@thezone.net) with the -;;;subject "Guile Project Submission". Optionally, you can send it to -;;;(Greg.Harvey+guile-project@thezone.net). Please do one or the -;;;other, or else there's a good chance it'll end up in the spam -;;;box. The body should contain your submission(s). -;;; -;;;How To Update A Project -;;; -;;;It's the exact same thing as making the initial submission, but you -;;;don't have to include every field, just whatever you want -;;;updated. So, say if you want to add a license field to your -;;;existing entry, you'd just have ((name "foo") (license "bar")) as a -;;;submission. - -((name "robots") - - (category "Games") - (keywords "Game " "robots " "diversion") - - (description "A game/diversion where you construct a robot (using Scheme) " - "then set him loose and watch him explore a world on his own." - "The GNU Robot program is written in Scheme, and implemented " - "using GNU Guile.") - - (location (url "http://www.gnu.org/software/robots/" "GNU Robots homepage")) - - (authors "Jim Hall") - (maintainer (email "Jim Hall" "jhall1@isd.net")) - - (status "GNU Robots has finally been released as version 1.0!!") - - (help-wanted "GNU Robots could really use a port to GTK+, for GNOME. " - "Also, it would be great if someone wrote a GNU Robots " - "code generator, that generated a robot Scheme program " - "based on the user contructing a robot program using " - "little icons that are dropped into place and ordered " - "using special connector wires. This would be a good " - "senior project for a computer science student!") - - (license "GPL")) -- cgit v1.1