[gentoo-user] How to publish a project?

2008-08-28 Thread Chuanwen Wu
Hi,

I am not sure if here is a right place to ask such question, but I
just think maybe someone here have such experience and may help me.

I have written a project, which is a distribution net file system, and
I want to publish it under GPL.
I have source code now of course, but I don't know how to make package
and publish it  as a project .
I need the details, then I can follow step by step and make my dream
come true :)

I have read Software Release Practice
HOWTO(http://en.tldp.org/HOWTO/Software-Release-Practice-HOWTO/index.html),
but it seems very old.

So maybe you can give some advice?

Any help will be appreciated!

-- 
wcw



Re: [gentoo-user] How to publish a project?

2008-08-28 Thread Andrey Falko
On Thu, Aug 28, 2008 at 6:13 AM, Chuanwen Wu [EMAIL PROTECTED] wrote:
 Hi,

 I am not sure if here is a right place to ask such question, but I
 just think maybe someone here have such experience and may help me.

 I have written a project, which is a distribution net file system, and
 I want to publish it under GPL.
 I have source code now of course, but I don't know how to make package
 and publish it  as a project .
 I need the details, then I can follow step by step and make my dream
 come true :)

 I have read Software Release Practice
 HOWTO(http://en.tldp.org/HOWTO/Software-Release-Practice-HOWTO/index.html),
 but it seems very old.

 So maybe you can give some advice?

 Any help will be appreciated!

 --
 wcw



The most important thing to do is to include a LICENSE file as part of
your source code. Also you need to have some text in the beginning of
all of your source files. Read all about there here:
http://www.fsf.org/licensing/licenses/gpl-howto.html

After you do this, make your source code availible via svn, cvs, or
just via tar balls.

Then you can make an ebuild, etc. if you want it to work with portage, etc.