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:[email protected]:/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