savannah-users
[Top][All Lists]
Advanced

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

Re: [Savannah-users] How to set up a new project


From: r. siddharth
Subject: Re: [Savannah-users] How to set up a new project
Date: Thu, 01 Nov 2012 21:08:22 +0530
User-agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121026 Thunderbird/16.0.2

On Thursday 01 November 2012 07:47 PM, Gerardo Ballabio wrote:
Hi all,

Howdy Gerardo,

I submitted a new project to Savannah and it's been accepted.

Welcome.

Specifically, I want to:
- Set up a front page for the project (nothing sophisticated, a static
html page with a couple of screenshots would be just fine);

I am guessing that your project is 'galois' and your username is 'ballabio'.

You may host your project's homepage at nongnu.org/galois. To do this you need to get a checkout of your CVS web-repository. You may do that by hitting this in the terminal:

$ export CVS_RSH=ssh
$ cvs -z3 -d:ext:address@hidden:/web/galois co galois

But before you do that, make sure you have registered a SSH Key in Savannah. For info on this, look here[1].

[1]: http://savannah.gnu.org/maintenance/SshAccess

Once you have the CVS repo locally, add your html files, etc, etc in the galois/ folder and do a "cvs add":

$ cvs add projectfile.html images.html etc.html

and commit it to the web-repo:

$ cvs commit -m "commit message"

After this, your project homepage will be at nongnu.org/galois.

- Set up a mailing list to serve as a contact point;

You may setup a mailing list by going here[2].

[2]: https://savannah.nongnu.org/mail/admin/?group=galois

Hope that helps.
--
rsiddharth
http://rsiddharth.ninth.su/



reply via email to

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