what do i need to starting the open source programing?
Saturday, September 11th, 2010 at
05:13
i’m a beginner and just know 2 programing languages (C,JAVA)
i’m interesting to work by Linux ubuntu and work open source ,please help me .say what is the first step to me?what do i need?please say importante steps.
Tagged with: languages c • Linux • Open Source • programing languages • ubuntu
Filed under: Open Source
Like this post? Subscribe to my RSS feed and get loads more!
for web programming, try vertrigo..
*please mark as best answer if you find this appropriate and according to your needs
if you want to make your own, start reading license agreements and pick one that suits you. I like GPL3. there is also LGPL, BSD, MIT, Apache, Creative Commons, or you can make it public domain or get a lawyer and have them write you a license.
you can, if you so choose, put your project on sourceforge or github.
you need to explicitly follow the directions of your license agreement. real all the documentation on it before publishing your code. for instance, GPL3 applications, must have a certain text in all files of the project.