[Savannah-hackers] Re: cvs warning: cannot write to history file /cvsroot/gcc/CVSROOT/history: Permission denied

2003-09-18 Thread Mathieu Roy

Thanks for the report.

Michael Elizabeth Chastain [EMAIL PROTECTED] said:

 I'm getting a new error when I use anonymous cvs on subversions.gnu.org.
 
 Just thought I would let you know.
 
 Michael C
 
 ===
 
   $ cvs -q -d :pserver:anoncvs:@subversions.gnu.org:/cvsroot/gcc -z 9 checkout -D 
 '2003-09-17 23:28:14 UTC' gcc
   cvs server: warning: cannot write to history file /cvsroot/gcc/CVSROOT/history:
   Permission denied
 
 ___
 Savannah-hackers mailing list
 [EMAIL PROTECTED]
 http://mail.gnu.org/mailman/listinfo/savannah-hackers

-- 
Mathieu Roy
 
  Homepage:
http://yeupou.coleumes.org
  Not a native english speaker: 
http://stock.coleumes.org/doc.php?i=/misc-files/flawed-english


___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] /cvsroot/coreutils/coreutils owned by root?

2003-09-18 Thread Jim Meyering
FYI, my nightly rsync (uploading files to savannah) failed because the
ownership of /cvsroot/coreutils/coreutils was changed from `meyering'
to `root'.

I've just renamed that to `root-owned' and restored a copy owned by me.
In case you want to examine that directory, I'm leaving it for 24 hours,
after which it'll be removed.


___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] Re: /cvsroot/coreutils/coreutils owned by root?

2003-09-18 Thread Mathieu Roy
Jim Meyering [EMAIL PROTECTED] said:

 FYI, my nightly rsync (uploading files to savannah) failed because the
 ownership of /cvsroot/coreutils/coreutils was changed from `meyering'
 to `root'.
 
 I've just renamed that to `root-owned' and restored a copy owned by me.
 In case you want to examine that directory, I'm leaving it for 24 hours,
 after which it'll be removed.

No problem.

I moved lot of data between the hard disk without using appropriately
-p.
It should have no consequences, since the group ownership is correctly
set for every files. But maybe it brokes rsync on file upload in the
CVS.
(for CVS, no trouble)

Regards,


-- 
Mathieu Roy
 
  Homepage:
http://yeupou.coleumes.org
  Not a native english speaker: 
http://stock.coleumes.org/doc.php?i=/misc-files/flawed-english


___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] [Savannah] nmk want to be a GNU package

2003-09-18 Thread savannah-hackers
Hi,

The following project was submitted to Savannah. It needs evaluation to
become a GNU package, can you give it a look, please ? 

Submitter: [EMAIL PROTECTED]
Project Full Name:  NanoMicroKernel
Project System Name:  nmk
License:  gpl
Approval URL: https://savannah.gnu.org/admin/groupedit.php?group_id=5280
Description: Microkernel for small microcontrollers, with limited ROM and, mainly, RAM 
area.

This microkernel introduces a new paradigma of microkernel programming, because it 
does not provide context saving. Each task must ends before a timeout. It is a kind of 
co-tasks. The way of programming is dramaticaly different from a kernel which has 
context saving. Context saving is avoided because of limited RAM space. See more 
information at http://www.autsens.com, or send inquires to [EMAIL PROTECTED]



 -- the Savannah admin

___
  Message sent via/by Savannah
  http://savannah.nongnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] Re: submission of A mail notification for the GNOME tray - savannah.nongnu.org

2003-09-18 Thread Mathieu Roy

Hi,

I'm evaluating the project you submitted for approval in Savannah.



[EMAIL PROTECTED] said:

 A package was submitted to savannah.nongnu.org
 This mail was sent to [EMAIL PROTECTED], [EMAIL PROTECTED]
 
 Jean-Yves Lefort [EMAIL PROTECTED] described the package as follows:
 License: gpl
 Other License: 
 Package: A mail notification for the GNOME tray
 System name: mailnotify
 Type: non-GNU
 
 Description:
 Mail Notification is an icon for the GNOME Notification Area
 
 informing the user if there is new mail.
 
 Features:
 
   * multiple folder support
 
   * multiple format support (for now it only handles
 
 Maildir folders, though)
 
 http://lefort.be.eu.org/files/mail-notification-0.1.0.tar.gz

 In order to release your project properly and unambiguously 
under the GPL, please place copyright notices and permission-to-copy
statements at the beginning of every file of source code.

In addition, if you haven't already, please copy a copy of the plain
text version of the GPL, available from
(http://www.gnu.org/licenses/gpl.txt), into a file named COPYING.

Additional instructions are available from
http://www.gnu.org/licenses/gpl-howto.html.

The GPL FAQ explains why these procedures must be followed.  To learn
why a copy of the GPL must be included with every copy of the code,
for example, go to
http://www.gnu.org/licenses/gpl-faq.html#WhyMustIInclude

Please register your project once more with the changes
mentioned above.  

We cannot track projects that have been answered but not approved, so
we must ask you to register the project whenever you change the
registration. Make sure to apply all changes so you need to reregister
only once.

The re-registration URL found in our acknowledgement of your earlier
registration will direct you to the proper location.

Regards,


-- 
Mathieu Roy
 
  Homepage:
http://yeupou.coleumes.org
  Not a native english speaker: 
http://stock.coleumes.org/doc.php?i=/misc-files/flawed-english


___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] some project repositories may need chmod g+s [Re: .../coreutils owned by root?

2003-09-18 Thread Jim Meyering
Mathieu Roy [EMAIL PROTECTED] wrote:
 Jim Meyering [EMAIL PROTECTED] said:

 FYI, my nightly rsync (uploading files to savannah) failed because the
 ownership of /cvsroot/coreutils/coreutils was changed from `meyering'
 to `root'.

 I've just renamed that to `root-owned' and restored a copy owned by me.
 In case you want to examine that directory, I'm leaving it for 24 hours,
 after which it'll be removed.

 No problem.

 I moved lot of data between the hard disk without using appropriately
 -p.
 It should have no consequences, since the group ownership is correctly
 set for every files. But maybe it brokes rsync on file upload in the
 CVS.
 (for CVS, no trouble)

If the other CVS repositories are like that of coreutils, then you
should run `chmod g+s ...' on them.  Otherwise, when someone cvs-adds a
new directory, its permissions will be incorrect.  As a test, I've just
`cvs add'ed coreutils/man/test and then checked the permissions of the
resulting new directory in the repository:

  subversions$ ls -ld test
 4 drwxrwsr-x2 meyering nogroup  4096 Sep 18 04:47 test/

Note the `nogroup'.

Now that I've run `chmod -R g+s /cvsroot/coreutils/coreutils', such
a directory would be created with group `coreutil'.  In the case of
coreutils, it doesn't matter, since I'm the only one who modifies the
repository, but for projects with more than one person doing commits,
it would cause trouble.

Jim


___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] New Project: RTF reader/writer for GNU Emacs

2003-09-18 Thread Oliver Scholz
According to the project registration page I am required to either
provide an URL to my project or to ask [EMAIL PROTECTED] to
whom I can send it for review:

We would like to look at your source code, even if it is still not
functional, to help you fix potential legal issues which would be
harder to find and to solve after the project gets approved. [...] If
you still prefer sending a copy of the code by e-mail, ask us
([EMAIL PROTECTED]) who to send it to.

So here I am. I simply have no web space. To whom may I send my code?

Here is the description I entered on the project registration page:


  rtf.el --- reader/writer and writer for the Rich Text Format (RTF)

  This package aims to implement the Rich Text Format (RTF),
  version 1.5, as a file format for GNU Emacs. It also provides
  the necessary framework to edit RTF documents in an Emacs
  buffer.

  This package is about _word_processing_, not about editing of
  source code.

  This package is in a very early state of development. Currently
  only the reader is in the work, and only the main structure of
  it is implemented. Some RTF documents are already rendered
  correctly, though.


Oliver
-- 
Oliver Scholz   Jour du Gnie de l'Anne 211 de la Rvolution
Taunusstr. 25   Libert, Egalit, Fraternit!
60329 Frankfurt a. M.   http://www.jungdemokratenhessen.de
Tel. (069) 97 40 99 42  http://www.jdjl.org



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] Accidently posted REAL IP in Bug #5394

2003-09-18 Thread Hsing-Foo Wang
Hello,

By accident I posten real IP information in Bug #5394.

Could you please remove this bug report so I can submit a new one.

TIA

Regards,
H.F. Wang


___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] submission of SlagPanic - savannah.nongnu.org

2003-09-18 Thread intangir

A package was submitted to savannah.nongnu.org
This mail was sent to [EMAIL PROTECTED], [EMAIL PROTECTED]


heeale [EMAIL PROTECTED] described the package as follows:
License: gpl
Other License: 
Package: SlagPanic
System name: slagpanic
Type: non-GNU

Description:
SlagPanic is an arcade-like game written in the Python programming language, using the 
Pygame library. 

This game has been inspired by an old game, GalsPanic.

This program has been written on Gnu/Linux, but it should work on all the platfroms 
supported by Python and Pygame. 

There is also a little C++ module, that require to be compiled to work. However it is 
possible to use the Python version of this module.



The latest (non-working) version of SlagPanic compiled for Linux: 
http://members.xoom.it/heeale2/slagpanic16.tar.gz



Other Software Required:
Python (www.python.org), Pygame (www.pygame.org)

Other Comments:



___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] Re: some project repositories may need chmod g+s [Re: .../coreutils owned by root?

2003-09-18 Thread Mathieu Roy
Jim Meyering [EMAIL PROTECTED] said:

 Mathieu Roy [EMAIL PROTECTED] wrote:
  Jim Meyering [EMAIL PROTECTED] said:
 
  FYI, my nightly rsync (uploading files to savannah) failed because the
  ownership of /cvsroot/coreutils/coreutils was changed from `meyering'
  to `root'.
 
  I've just renamed that to `root-owned' and restored a copy owned by me.
  In case you want to examine that directory, I'm leaving it for 24 hours,
  after which it'll be removed.
 
  No problem.
 
  I moved lot of data between the hard disk without using appropriately
  -p.
  It should have no consequences, since the group ownership is correctly
  set for every files. But maybe it brokes rsync on file upload in the
  CVS.
  (for CVS, no trouble)
 
 If the other CVS repositories are like that of coreutils, then you
 should run `chmod g+s ...' on them.  Otherwise, when someone cvs-adds a
 new directory, its permissions will be incorrect.  As a test, I've just
 `cvs add'ed coreutils/man/test and then checked the permissions of the
 resulting new directory in the repository:
 
   subversions$ ls -ld test
  4 drwxrwsr-x2 meyering nogroup  4096 Sep 18 04:47 test/
 
 Note the `nogroup'.
 
 Now that I've run `chmod -R g+s /cvsroot/coreutils/coreutils', such
 a directory would be created with group `coreutil'.  In the case of
 coreutils, it doesn't matter, since I'm the only one who modifies the
 repository, but for projects with more than one person doing commits,
 it would cause trouble.

Thanks a lot for the input,

Regards,

-- 
Mathieu Roy
 
  Homepage:
http://yeupou.coleumes.org
  Not a native english speaker: 
http://stock.coleumes.org/doc.php?i=/misc-files/flawed-english


___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] Re: Accidently posted REAL IP in Bug #5394

2003-09-18 Thread Mathieu Roy
Hsing-Foo Wang [EMAIL PROTECTED] said:

 Hello,
 
 By accident I posten real IP information in Bug #5394.
 
 Could you please remove this bug report so I can submit a new one.

Can you provide the url of this bug please?


-- 
Mathieu Roy
 
  Homepage:
http://yeupou.coleumes.org
  Not a native english speaker: 
http://stock.coleumes.org/doc.php?i=/misc-files/flawed-english


___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] submission of A mail notification for the GNOME tray - savannah.nongnu.org

2003-09-18 Thread jylefort

A package was submitted to savannah.nongnu.org
This mail was sent to [EMAIL PROTECTED], [EMAIL PROTECTED]


Jean-Yves Lefort [EMAIL PROTECTED] described the package as follows:
License: gpl
Other License: 
Package: A mail notification for the GNOME tray
System name: mailnotify
Type: non-GNU

Description:
Mail Notification is an icon for the GNOME Notification Area

informing the user if there is new mail.



Features:



  * multiple folder support

  * multiple format support (for now it only handles

Maildir folders, though)



http://lefort.be.eu.org/files/mail-notification-0.1.0.tar.gz



Other Software Required:


Other Comments:
Added copyright notice at the beginning of every source.


___
  Message sent via/by Savannah
  http://savannah.nongnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] [support #102453] Project members can not access CVS

2003-09-18 Thread nobody


Support Request #102453, was updated on Thu 09/18/2003 at 10:34
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupportsupport_id=102453group_id=11

Category: CVS
Status: Open
Priority: 5
Summary: Project members can not access CVS

By: gakusho
Date: Thu 09/18/2003 at 10:34
Logged In: YES 
user_id=3161
Browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030910 
Firebird/0.6.1+

Greetings,



project: Wesnoth (#5252)



our main project admin Sirp (David White, #22790) can

access CVS but rest of project members get password prompt.



They are using SSH key (RSA1) that was pasted to

Savannah as Sirp has done.



If I run 'ssh -a -1 -vvv [EMAIL PROTECTED] -i

.ssh/identity' I get:



debug1: server refused our key



- Miyo

--
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupportsupport_id=102453group_id=11

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] [support #102453] Project members can not access CVS

2003-09-18 Thread nobody


Support Request #102453, was updated on jeu 18.09.2003 à 12:34
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupportsupport_id=102453group_id=11

Category: CVS
Status: Open
Priority: 5
Summary: Project members can not access CVS

By: yeupou
Date: jeu 18.09.2003 à 14:07
Logged In: YES 
user_id=1896
Browser: Mozilla/5.0 (compatible; Konqueror/3; Linux 2.4.18-27.7.x.cern; i686)

Did you waited from the cronjob to run? When were you 
added to that project? 

--

By: gakusho
Date: jeu 18.09.2003 à 12:34
Logged In: YES 
user_id=3161
Browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030910 
Firebird/0.6.1+

Greetings,



project: Wesnoth (#5252)



our main project admin Sirp (David White, #22790) can

access CVS but rest of project members get password prompt.



They are using SSH key (RSA1) that was pasted to

Savannah as Sirp has done.



If I run 'ssh -a -1 -vvv [EMAIL PROTECTED] -i

.ssh/identity' I get:



debug1: server refused our key



- Miyo

--
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupportsupport_id=102453group_id=11

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] [support #102454] DB MIGRATION

2003-09-18 Thread nobody


Support Request #102454, was updated on Thu 09/18/03 at 12:27
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupportsupport_id=102454group_id=11

Category: None
Status: Open
Priority: 5
Summary: DB MIGRATION

By: parser
Date: Thu 09/18/03 at 12:27
Logged In: YES 
user_id=20424
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)

Hi,



I just upgraded my half a year old savannah 

installation to the DEV_2003-09-05_CERN version which 

I checked out two days ago.



My problem is that the database has changed it´s 

structure. Some tables are new, some changed their 

number of columns, etc.



How can I migrate the data from the db based on the 

old structure to the actual versions db.

I don´t want to touch all the tables by myself. Do you 

have a script for that problem. How do you keep your 

db up to date while changing the dbs structure.



I have found the sv_migrate script. But I don´t know 

how it works or, I don´t think it is made for my 

problem.



Thanks

--
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupportsupport_id=102454group_id=11

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] submission of ZOE - savannah.nongnu.org

2003-09-18 Thread zoe_info

A package was submitted to savannah.nongnu.org
This mail was sent to [EMAIL PROTECTED], [EMAIL PROTECTED]


Zoe [EMAIL PROTECTED] described the package as follows:
License: other
Other License: http://creativecommons.org/licenses/by-nc/1.0/
Package: ZOE
System name: zoe
Type: non-GNU

Description:
Zoe is a  web based e-mail client with a built in SMTP server and Google-like search 
functionality that lives on your desktop. Zoe is written in java and uses Lucene 
technology to provided instant searching and threading of your e-mails. 



Other Software Required:
http://zoe.nu/itstories/story.php?data=storiesnum=21sec=1



Other Comments:
I'm exploring alternatives for hosting my project development infrastructure :) And I 
was wondering if codehaus would be a good fit for it...



You can find the project site here:



http://zoe.nu/



About:



http://zoe.nu/itstories/story.php?data=storiesnum=16sec=1



Mandatory screenshots:



http://zoe.nu/itstories/story.php?data=storiesnum=23sec=2



Download:



http://zoe.nu/itstories/story.php?data=storiesnum=24sec=3



The development infrastructure is currently hosted by sourceforge:



http://sourceforge.net/projects/zoe/



The project hasn't made use of much of sourceforge infrastructure as it was mostly 
developed by myself so far. Sourceforge is mostly used as a communication channel at 
the moment. But as I'm about to rationalize the development effort, I'm looking for a 
friendly new house to host this endeavor :)



In any case, let me know what you think.



Thanks.


___
  Message sent via/by Savannah
  http://savannah.nongnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] [support #102453] Project members can not access CVS

2003-09-18 Thread nobody


Support Request #102453, was updated on Thu 09/18/2003 at 12:34
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupportsupport_id=102453group_id=11

Category: CVS
Status: Open
Priority: 5
Summary: Project members can not access CVS

By: savannah
Date: Thu 09/18/2003 at 15:54
Logged In: YES 
user_id=23236
Browser: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030708

I've got the same problem for the gomd project (#3876)

.. i've been added yesterday and added 2 keys (one today)

but also get the password prompt when I try to access cvs

(with a passwordless key)



(also get the debug1: server refused our key when i try to ssh)



-Wim



--

By: yeupou
Date: Thu 09/18/2003 at 14:07
Logged In: YES 
user_id=1896
Browser: Mozilla/5.0 (compatible; Konqueror/3; Linux 2.4.18-27.7.x.cern; i686)

Did you waited from the cronjob to run? When were you 
added to that project? 

--
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupportsupport_id=102453group_id=11

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] [support #102454] DB MIGRATION

2003-09-18 Thread nobody


Support Request #102454, was updated on jeu 18.09.2003 à 14:27
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupportsupport_id=102454group_id=11

Category: None
Status: Closed
Priority: 1
Summary: DB MIGRATION

By: yeupou
Date: jeu 18.09.2003 à 17:15
Logged In: YES 
user_id=1896
Browser: Mozilla/5.0 (compatible; Konqueror/3; Linux 2.4.18-27.7.x.cern; i686)

Hi,   
   
We are currently write scripts for this purpose which will   
be   
available once the Branch goes back in the trunk.   
  
Since it's in the plan and already being done, I close the  
request - since the request is acknowledged.  

--

By: parser
Date: jeu 18.09.2003 à 14:27
Logged In: YES 
user_id=20424
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)

Hi,



I just upgraded my half a year old savannah 

installation to the DEV_2003-09-05_CERN version which 

I checked out two days ago.



My problem is that the database has changed it´s 

structure. Some tables are new, some changed their 

number of columns, etc.



How can I migrate the data from the db based on the 

old structure to the actual versions db.

I don´t want to touch all the tables by myself. Do you 

have a script for that problem. How do you keep your 

db up to date while changing the dbs structure.



I have found the sv_migrate script. But I don´t know 

how it works or, I don´t think it is made for my 

problem.



Thanks

--
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupportsupport_id=102454group_id=11

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] [support #102453] Project members can not access CVS

2003-09-18 Thread nobody


Support Request #102453, was updated on jeu 18.09.2003 à 12:34
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupportsupport_id=102453group_id=11

Category: CVS
Status: Open
Priority: 9
Summary: Project members can not access CVS

By: yeupou
Date: jeu 18.09.2003 à 17:13
Logged In: YES 
user_id=1896
Browser: Mozilla/5.0 (compatible; Konqueror/3; Linux 2.4.18-27.7.x.cern; i686)

Hi,   
   
Unfortunately the cron daemon has been shut down during   
CVS maintenance and was not restarted. So the cronjob is 
running by now and things should be ok in a few time. 

--

By: savannah
Date: jeu 18.09.2003 à 15:54
Logged In: YES 
user_id=23236
Browser: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030708

I've got the same problem for the gomd project (#3876)

.. i've been added yesterday and added 2 keys (one today)

but also get the password prompt when I try to access cvs

(with a passwordless key)



(also get the debug1: server refused our key when i try to ssh)



-Wim



--
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupportsupport_id=102453group_id=11

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] [support #102453] Project members can not access CVS

2003-09-18 Thread nobody


Support Request #102453, was updated on Thu 09/18/03 at 10:34
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupportsupport_id=102453group_id=11

Category: CVS
Status: Open
Priority: 9
Summary: Project members can not access CVS

By: miyo
Date: Thu 09/18/03 at 15:55
Logged In: YES 
user_id=3161
Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030908 Galeon/1.3.8

I waited for 8 hours, some others waited even more. Anyway,

Wesnoth project members can now use CVS.



Thank you very many (intentionally mis-written).



- Miyo

--

By: yeupou
Date: Thu 09/18/03 at 15:13
Logged In: YES 
user_id=1896
Browser: Mozilla/5.0 (compatible; Konqueror/3; Linux 2.4.18-27.7.x.cern; i686)

Hi,   
   
Unfortunately the cron daemon has been shut down during   
CVS maintenance and was not restarted. So the cronjob is 
running by now and things should be ok in a few time. 

--
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupportsupport_id=102453group_id=11

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] submission of Rosetta Stone Database Management System - savannah.nongnu.org

2003-09-18 Thread greg

A package was submitted to savannah.nongnu.org
This mail was sent to [EMAIL PROTECTED], [EMAIL PROTECTED]


Greg Willson [EMAIL PROTECTED] described the package as follows:
License: gpl
Other License: 
Package: Rosetta Stone Database Management System
System name: rosettastone
Type: non-GNU

Description:
A universal interface to support rapid database

development for web pages. Basic functions included

are add,edit,delete,search by field or enum.



Includes an interface for allowing users to configure

new databases complete with enum value menus with 

corresponding default values.



Core functions not yet completed:



import data, export data, export search data

Works with php and mysql



Designed with hope that webmasters will have more

free time to consider their role in ushering in

a new era of sustainability and respect for human

rights, and environmental justice.



Demo available:

http://www.livingplanetnetwork.org/rosettastone



Other Software Required:
php 4.0

mysql 

Other Comments:
this is the first step.




___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] [support #102453] Project members can not access CVS

2003-09-18 Thread nobody


Support Request #102453, was updated on jeu 18.09.2003 à 12:34
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupportsupport_id=102453group_id=11

Category: CVS
Status: Closed
Priority: 9
Summary: Project members can not access CVS

By: yeupou
Date: jeu 18.09.2003 à 18:47
Logged In: YES 
user_id=1896
Browser: Mozilla/5.0 (compatible; Konqueror/3; Linux 2.4.18-27.7.x.cern; i686)

(intentionally mis-written ?) 

--

By: miyo
Date: jeu 18.09.2003 à 17:55
Logged In: YES 
user_id=3161
Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030908 Galeon/1.3.8

I waited for 8 hours, some others waited even more. Anyway,

Wesnoth project members can now use CVS.



Thank you very many (intentionally mis-written).



- Miyo

--
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupportsupport_id=102453group_id=11

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] submission of Rosetta Stone Database Management System - savannah.nongnu.org

2003-09-18 Thread greg

A package was submitted to savannah.nongnu.org
This mail was sent to [EMAIL PROTECTED], [EMAIL PROTECTED]


Greg Willson [EMAIL PROTECTED] described the package as follows:
License: gpl
Other License: copyleft
Package: Rosetta Stone Database Management System
System name: rosettastone
Type: non-GNU

Description:
A universal interface to support rapid database

development for web pages. Basic functions included

are add,edit,delete,search by field or enum.



Includes an interface for allowing users to configure

new databases complete with enum value menus with 

corresponding default values.



Core functions not yet completed:



import data, export data, export search data

Works with php and mysql



Designed with hope that webmasters will have more

free time to consider their role in ushering in

a new era of sustainability and respect for human

rights, and environmental justice.



Other Software Required:
php 4.0

mysql 

Other Comments:
this is the first step.




___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] submission of GNU Indexing Power for Databases (GIPOD) - savannah.gnu.org

2003-09-18 Thread biteater

A package was submitted to savannah.gnu.org
This mail was sent to [EMAIL PROTECTED], [EMAIL PROTECTED]


Enrique Moya Fernandez [EMAIL PROTECTED] described the package as follows:
License: gpl
Other License: 
Package: GNU Indexing Power for Databases (GIPOD)
System name: gipod
Type: GNU

Description:
This project is more an invitation to develop a software in basis of this algorithm 
and is the algorithm what whill be under the GPL License. 



I'ts about usin exponential expresions of prime number as categorie hashes for 
database registers. This is usefull for mixing data for database performance 
improvement.



As simple as it sounds.



Z^n=nC



Example:



2= Categorie: People



2^2= Subcategorie: Admins

2^3= Subcategorie: Clients

2^4= Subcategorie: Providers

2^5= Subcategorie: Users

2^6= Subcategorie: Employee



2^n...= n...Subcategorie/s.



3= Categorie: Addresses



3^2= Subcategorie: Home 

3^3= Subcategorie: Work



3^n= n...Subcategorie/s.



So:



(2^2)*(3^2)=36



36|2 36|2 

18|2 18|2 2^2 = user

 9|3-

 3|3  9|3

 1|   3|3 3^2 = home

  1| 





and:



(2^2)*(2^6)=256



256|2   256|2

128|2   128|2

 64|264|2

 32|232|2   == 2^6  Employee

 16|216|2

  8|2 8|2

  4|2   -

  2|2 4|2

  1|  2|2  === 2^2  Admin

  1|



Obiously this is only the demonstration, cause to make it work the only thing we need 
is to find the geometric arrays of the hash number's defined by the categories as whe 
don't store the number as the result, we store the geometric expresion of it ;-), so 
we know for every register what are their categories and sub-categories easily as the 
computer.



Example:



(5)=== Genius



1st Name | 2nd Name |Categories

-|-

Enrique  |  Moya|(2^2)*(2^6)*5  

 |  |

 |  |

 |  |

 |  |

 |  |

 |  |

 |  |









Other Software Required:


Other Comments:
My apologies for my arrogance if this is already registered by someone else before or 
if it is already in use.


___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] password change - savannah.gnu.org

2003-09-18 Thread nobody
Someone attempted to change a password via email verification
on savannah.gnu.org

Someone is maybe trying to steal a user account.

The user concerned is glavaux

The request comes from cachan-3-82-66-125-112.fbx.proxad.net (IP: 82.66.125.112 port: 
32945) with Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

RFC 822 (updated by RFC 1123) date:
Thu, 18 Sep 2003 19:53:30 GMT


___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] submission of LinuxNews.pl - savannah.nongnu.org

2003-09-18 Thread kocio

A package was submitted to savannah.nongnu.org
This mail was sent to [EMAIL PROTECTED], [EMAIL PROTECTED]


Daniel Ko#263; [EMAIL PROTECTED] described the package as follows:
License: gpl
Other License: 
Package: LinuxNews.pl
System name: ln
Type: non-GNU

Description:
LinuxNews.pl is a project gathering misceleanus sources used by the polish news 
service ( http://linuxnews.pl/ ). 



As for now we have been given the right to publish sources of VersionWatcher (aka 
lnMonitor) by its author. VersionWatcher is a Python script, which looks for a new 
version of programs from the net and prints the freshest one. This version is 
half-working comparing to stable version: it doesn't save output into xml file, but on 
the other hand it doesn't require SQL... =} the source is on GPL and is available 
here: http://urtica.linuxnews.pl/~kocio/lnmonitor.tar.bz2 . 





Other Software Required:
Python

Other Comments:



___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] submission of KiloIRCd - savannah.nongnu.org

2003-09-18 Thread campbell

A package was submitted to savannah.nongnu.org
This mail was sent to [EMAIL PROTECTED], [EMAIL PROTECTED]


Taylor Campbell [EMAIL PROTECTED] described the package as follows:
License: other
Other License: Not really 'other' -- I've just modified the modified BSD licence to 
include the lines:



Modifications are requested, but not required, to be sent to the

original authors in source code form, along with any accompanying

documentation.


Package: KiloIRCd
System name: kiloircd
Type: non-GNU

Description:
kiloircd is an IRCd (Internet Relay Chat daemon) written in Erlang.

Not much more can be said about it unless someone asks a more

specific question about it.



The current source code (which is being hacked by the author

as he writes this project application, hence the half-finishedness)

and licence can be found at:



http://www.bloodandcoffee.net/campbell/code/kiloircd.tar.gz

Other Software Required:
Erlang/OTP

Other Comments:



___
  Message sent via/by Savannah
  http://savannah.nongnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] [support #102457] Solfege CVS is not working

2003-09-18 Thread nobody


Support Request #102457, was updated on Thu 09/18/03 at 23:19
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupportsupport_id=102457group_id=11

Category: CVS
Status: Open
Priority: 5
Summary: Solfege CVS is not working

By: tca
Date: Thu 09/18/03 at 23:19
Logged In: YES 
user_id=677
Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030827 Galeon/1.3.8

Solfege CVS is not working. I cannot commit.



 cvs commit -m get_iter_at_location except ints as

arguments src/htmlwidget.py

Checking in src/htmlwidget.py;

/cvsroot/solfege/solfege/src/htmlwidget.py,v  -- 

htmlwidget.py

new revision: 1.49.2.1; previous revision: 1.49

cvs [server aborted]: could not open lock file

`/cvsroot/solfege/solfege/src/,htmlwidget.py,':

Permission denied



Accoring to 

https://savannah.gnu.org/forum/forum.php?forum_id=2457

I should post message here...



--
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupportsupport_id=102457group_id=11

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] Importing an mbox into a Mailman list

2003-09-18 Thread Vincent Caron
Hello hackers,

  I'm in the process of migrating a project from SF to Savannah, and 
have managed to retrieve a valuable ML archive out there as a bzip'ed 
mbox. Is it possible to reinject it in its nongnu.org's sibling archive 
? That would be greatly appreciated by the project members. Thanks for 
your help.

Project: ngl (non-GNU)
ML name: ngl-devel
Mbox   : http://mksp.zerodeux.net/ngl-devel.mbox.bz2 (200 KB)


___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] Cron list@monty-python /var/list/mailing_lists_create.pl

2003-09-18 Thread Cron Daemon
Non-standard property restored: web_page_url
Non-standard property restored: web_page_url
Non-standard property restored: web_page_url
Non-standard property restored: web_page_url
Non-standard property restored: web_page_url
Non-standard property restored: web_page_url
Non-standard property restored: web_page_url
Non-standard property restored: web_page_url
Non-standard property restored: web_page_url


___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] submission of COMP520 Compiler Design (Joos WIG) - savannah.nongnu.org

2003-09-18 Thread Eric . Fong

A package was submitted to savannah.nongnu.org
This mail was sent to [EMAIL PROTECTED], [EMAIL PROTECTED]


Fong [EMAIL PROTECTED] described the package as follows:
License: gpl
Other License: 
Package: COMP520 Compiler Design (Joos  WIG)
System name: comp520
Type: non-GNU

Description:
McGill Comp 520 Compiler Design

Joos and WIG Projects

(Max, Greg and Eric Group)

Other Software Required:


Other Comments:



___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] 189 MASTER ARCHITECT DESIGNS

2003-09-18 Thread [EMAIL PROTECTED]

http://www.philiprknixon.com






___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] submission of Code File Format Converter - savannah.nongnu.org

2003-09-18 Thread chunfu

A package was submitted to savannah.nongnu.org
This mail was sent to [EMAIL PROTECTED], [EMAIL PROTECTED]


Chunfu Lai [EMAIL PROTECTED] described the package as follows:
License: gpl
Other License: 
Package: Code File Format Converter
System name: fconvert
Type: non-GNU

Description:
The software program is called File Converter. This is a tool to translate code file 
format. Currently, there are three formats supported - binary, Intel HEX and ASCII. It 
is alike HEX2BIN but more powerful. I have used and tested it on my job. Lasted 
version is 0.7 build 2003/09/16. 



Download source from http://twlab.org/develop/convert.

Other Software Required:
none

Other Comments:



___
  Message sent via/by Savannah
  http://savannah.nongnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] submission of Yet Another Liero Attempt - savannah.gnu.org

2003-09-18 Thread valaxer

A package was submitted to savannah.gnu.org
This mail was sent to [EMAIL PROTECTED], [EMAIL PROTECTED]


Jeff Hughes [EMAIL PROTECTED] described the package as follows:
License: gpl
Other License: 
Package: Yet Another Liero Attempt
System name: yala
Type: non-GNU

Description:
Liero is a free DOS game that is like worms but real time as opposed to turn-based.  
It was able to run on slow machines due to it's exceptional design.  The problem is 
that the developer does not like open source nor does he ever plan to hand out the 
source to Liero so many clones have been created in the open source world.  But most 
of these clones have failed to capture the fast and elegant design of the original 
liero which makes them chunky and slow.  YALA, which stands for Yet Another Liero 
Attempt, will be a simple and fast open source liero clone using SDL for a graphics 
package.  Many of the principles of the original liero will be borrowed such as 8bit 
graphics to keep things minimal and extensible weapon system, but bloat will be kept 
to a minimum.

Other Software Required:
SDL

Other Comments:



___
  Message sent via/by Savannah
  http://savannah.nongnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


Re: [Savannah-hackers] Re: What's up?

2003-09-18 Thread Hugo Gayosso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Richard Stallman [EMAIL PROTECTED] writes:

 Have you got an efficient interface to RT for deleting spam tickets?
 Paul Fisher wrote one that works in Emacs asynchronously, but
 apparently has not provided it to all the people who need it.

No, I have never used RT (I know what it is, though).

- -- 
Hugo Gayosso
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/aok4MNObVRBZveYRAnPaAJ9tQLiKDjGbIgVVr3yqwJd2AJQuaACeIgtM
tjxu1cCMhnDtc6vARMiRyi4=
=Z3mm
-END PGP SIGNATURE-


___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


Re: [Savannah-hackers] Re: [jemarch@es.gnu.org: hurdppc as a GNU package]

2003-09-18 Thread Hugo Gayosso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mathieu Roy [EMAIL PROTECTED] writes:

 There is nothing more I can tell. The project requested during the
 registration to be part of GNU. I approved the project to be hosted on
 Savannah because it fits to our policy and forwarded the request to be
 part of GNU to the gnueval team with the usual procedure, that's it.

I guess you meant that you forwarded it to [EMAIL PROTECTED] not
to [EMAIL PROTECTED] as that's the normal process.  :-)

- -- 
Hugo Gayosso
GNU Software Evaluators coordinator
http://www.gnu.org

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/aosbMNObVRBZveYRAgjaAKCMaQeaK2ejsDlPKvZp0IqIAxGXjACdFnig
irBiMRVWPoCR+yjebQI67Sg=
=EvsF
-END PGP SIGNATURE-


___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


Re: [Savannah-hackers] Re: apparently something lost at gnueval [jemarch@es.gnu.org: hurdppc as a GNU package]

2003-09-18 Thread Hugo Gayosso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Richard Stallman [EMAIL PROTECTED] writes:

 When you send something to gnueval, do you also ack to the person who
 made the request, and tell him that you have asked the evaluators to
 look at it?

[...]

The good thing is that I read both mailing lists (savannah-hackers and
gnueval). :-)

- -- 
Hugo Gayosso
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/aoxlMNObVRBZveYRAh+kAJ0VZILJ86USlo+4WXh7MbSIMEgD6gCbBvVo
+RyDbAllj+1DKgDYwALdL/E=
=qGHW
-END PGP SIGNATURE-


___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] password change - savannah.gnu.org

2003-09-18 Thread nobody
Someone attempted to change a password via email verification
on savannah.gnu.org

Someone is maybe trying to steal a user account.

The user concerned is james_l_scott

The request comes from 8.cleveland-10rh16rt-oh.dial-access.att.net (IP: 12.87.163.8 
port: 33519) with Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

RFC 822 (updated by RFC 1123) date:
Fri, 19 Sep 2003 05:01:58 GMT


___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


Re: [Savannah-hackers] [yeupou@gnu.org: Re: apparently something lost at gnueval [jemarch@es.gnu.org: hurdppc as a GNU package]]

2003-09-18 Thread Hugo Gayosso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The message was never passed to evaluators, it was sent to
[EMAIL PROTECTED].

We at gnueval haven't received the request.


Richard Stallman [EMAIL PROTECTED] writes:

 Did you receive the cc'd the message saying that the request had
 been passed to the evaluators?
 
 From: Mathieu Roy [EMAIL PROTECTED]
 Subject: Re: apparently something lost at gnueval [EMAIL PROTECTED]: hurdppc as a 
 GNU package]
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Date: 08 Sep 2003 18:46:36 +0200
 
 Richard Stallman [EMAIL PROTECTED] said:
 
   Can you tell me why Jose did not get a response?
   How did our system drop his request, and how can we
   change it so that won't happen again.
   
   Loic, can you please take charge of making sure the
   system is corrected?
  
  It's not a Savannah bug (apparently each time something is lost,
  Savannah get the blame).
  The following mail has been sent to gnueval the 21 Jun, when the
  project was register, so you should ask to the gnueval team for an
  explanation. 
  
  When you send something to gnueval, do you also ack to the person who
  made the request, and tell him that you have asked the evaluators to
  look at it?
 
 The person who made the request is automatically added in Cc.
 This mail is generated so, as long as we trust our software, there's
 no doubt here -- as each time we use this tool, mail get sent with
 correct headers, I think we can trust our software.
 
 Regards,
 
 - -- 
 Mathieu Roy
  
   Homepage:
 http://yeupou.coleumes.org
   Not a native english speaker: 
 http://stock.coleumes.org/doc.php?i=/misc-files/flawed-english
 --
 
 
 
 ___
 Savannah-hackers mailing list
 [EMAIL PROTECTED]
 http://mail.gnu.org/mailman/listinfo/savannah-hackers
 
 

- -- 
Hugo Gayosso
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/ao2uMNObVRBZveYRAitmAKCHvW/x+OZAJ/b2+daJuqp3wg3UvQCfa7qB
1lE63NucARuFhBUqBGXuPjQ=
=O4WL
-END PGP SIGNATURE-


___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] Re: submission of SlagPanic - savannah.nongnu.org

2003-09-18 Thread Mathieu Roy

Hi,

I'm evaluating the project you submitted for approval in Savannah.



[EMAIL PROTECTED] said:

 A package was submitted to savannah.nongnu.org
 This mail was sent to [EMAIL PROTECTED], [EMAIL PROTECTED]
 
 heeale [EMAIL PROTECTED] described the package as follows:
 License: gpl
 Other License: 
 Package: SlagPanic 
 System name: slagpanic Type: non-GNU
 
 Description:
 SlagPanic is an arcade-like game written in the Python programming language, using 
 the Pygame library. 
 
 This game has been inspired by an old game, GalsPanic.

Can you explain me the origin of the name?

 This program has been written on Gnu/Linux, but it should work on
 all the platfroms supported by Python and Pygame.
 
 There is also a little C++ module, that require to be compiled to work. However it 
 is possible to use the Python version of this module.
 
 The latest (non-working) version of SlagPanic compiled for Linux

Linux is just a kernel of a more complex system
that we like to refer to as GNU/Linux, to emphasize
the ideals of the Free Software movement.


Would you mind changing references to Linux as an OS
to GNU/Linux?

For more information, see
http://www.gnu.org/gnu/linux-and-gnu.html



 : http://members.xoom.it/heeale2/slagpanic16.tar.gz


 In order to release your project properly and unambiguously 
under the GPL, please place copyright notices and permission-to-copy
statements at the beginning of every file of source code.

In addition, if you haven't already, please copy a copy of the plain
text version of the GPL, available from
(http://www.gnu.org/licenses/gpl.txt), into a file named COPYING.

Additional instructions are available from
http://www.gnu.org/licenses/gpl-howto.html.

The GPL FAQ explains why these procedures must be followed.  To learn
why a copy of the GPL must be included with every copy of the code,
for example, go to
http://www.gnu.org/licenses/gpl-faq.html#WhyMustIInclude

Please register your project once more with the changes
mentioned above.  

We cannot track projects that have been answered but not approved, so
we must ask you to register the project whenever you change the
registration. Make sure to apply all changes so you need to reregister
only once.

The re-registration URL found in our acknowledgement of your earlier
registration will direct you to the proper location.

Regards,



-- 
Mathieu Roy
 
  Homepage:
http://yeupou.coleumes.org
  Not a native english speaker: 
http://stock.coleumes.org/doc.php?i=/misc-files/flawed-english


___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers


[Savannah-hackers] Re: submission of RTF reader/writer for GNU Emacs - savannah.gnu.org

2003-09-18 Thread Mathieu Roy
[EMAIL PROTECTED] said:

 A package was submitted to savannah.gnu.org
 This mail was sent to [EMAIL PROTECTED], [EMAIL PROTECTED]
 
 Oliver Scholz [EMAIL PROTECTED] described the package as follows:
 License: gpl
 Other License: 
 Package: RTF reader/writer for GNU Emacs
 System name: rtf-emacs
 Type: GNU
 
 Description:
 rtf.el --- reader/writer and writer for the Rich Text Format (RTF)
 
 This package aims to implement the Rich Text Format (RTF), version
 
 1.5, as a file format for GNU Emacs. It also provides the necessary
 
 framework to edit RTF documents in an Emacs buffer.
 
 This package is about _word_processing_, not about editing of source
 
 code.
 
 This package is in a very early state of development. Currently only
 
 the reader is in the work, and only the main structure of it is
 
 implemented. Some RTF documents are already rendered correctly,
 
 though.
 
 Other Software Required:
 GNU Emacs 21.3.50
 
 Other Comments:
 I asked [EMAIL PROTECTED] to whom I may send my code for review. I will send it as 
 soon as I get an answer.

You can send it to me.

Regards,

-- 
Mathieu Roy
 
  Homepage:
http://yeupou.coleumes.org
  Not a native english speaker: 
http://stock.coleumes.org/doc.php?i=/misc-files/flawed-english


___
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers