1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Changes between Version 7 and Version 8 of Overview of Open Source software development

Show
Ignore:
Timestamp:
01/27/09 22:39:23 (4 years ago)
Author:
hinojosa (IP: 172.29.33.1)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Overview of Open Source software development

    v7 v8  
    2929 * [wiki:"Register a project for hosting" Create a new project] 
    3030 
    31  
    3231=== Talk with the project === 
    3332Because the projects' software and websites are hosted on !SourceForge, there's sometimes confusion regarding whom to contact when a problem is encountered. 
     
    4746* When you don't know how to use the download pages. 
    4847 
     48= OSS Developers = 
     49 
     50If you are a developer on the !SourceForge.net site, this section is for you. If you are new to OSS development, we strongly recommend reading [http://producingoss.com/en/index.html Producing Open Source Software] by [http://www.red-bean.com/kfogel/ Karl Fogel]. 
     51 
     52== Downloads == 
     53 
     54While it might seem like an odd place to start, experience indicates that by thinking about and applying effort to the software being developed being easily down-loadable, pays off in the end. Particularly in the early stages of a development effort, making sure that folks can easily compile the source without a number of odd requirements, will greatly enhance adoption. 
     55 
     56== Selecting a license == 
     57 
     58!SourceForge.net prefers open source licenses that are [http://www.opensource.org/ OSI compliant] as per the [http://www.opensource.org/docs/osd OSD]. All OSI compliant licenses are available for selection in the [wiki:"Register a project for hosting" project registration] process. What is chosen at this phase will dictate the future of the developed software may be used. Choose with care and with the advice of a lawyer if that makes sense. 
     59 
     60== Support your software == 
     61 
     62Users will be installing the software developed in a project. A project team will benefit greatly by offering some form of support for the software. Be sure to make clear to users in a readme file or by other means how they will be able to contact the project to get the support they need. Projects that are particularly successful in this area offer a support link or tab on their [wiki:"Project web" project web] page so that when users go there, they know what to do. 
     63 
    4964= Getting help = 
    5065