Thread: Publishing Software (Open Source)

  1. #1
    Registered User C_ntua's Avatar
    Join Date
    Jun 2008
    Posts
    1,853

    Publishing Software (Open Source)

    I am interested in publishing a program so other people can use and hopefully implement. The software is about creating any boardgame and playing online. I would like to ask in which place would it be better for it to be published. Preferably somewhere where people could search software (even just by name). I would guess also that I would need to register the software under an open source licence?
    Any general advice is apprecieated

  2. #2
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    Sourceforge tends to be the hot spot for open source software projects.
    Woop?

  3. #3
    Make Fortran great again
    Join Date
    Sep 2009
    Posts
    1,413
    freshmeat.net (associated with sourceforge) is a nice way to let people know of your project as well, you basically get front page attention every time you roll out an update.

  4. #4
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    I've used a bunch of them (freshmeat, sourceforge, google code, launchpad, savannah), and sourceforge is far and away the best in terms of "what you get" (eg, they will host a homepage under your address mything.sf.org, in addition to their own listing, and you get secure shell access to the server, you can use CGI -- it's better than some low end web hosting packages, you even get an email address; the other ones just use a generic page you fill out in 5 minutes) altho the sf servers are SLOW.

    Can't say much about the generic interface at SF or anywhere else, don't particularly like any of them. Savannah is probably the most awkward to use, but it's kind of cool, you also get secure shell access, web hosting (I think, I haven't taken advantage of that yet), and an email address, they host a lot of official GNU stuff.
    Last edited by MK27; 03-18-2010 at 07:50 AM.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Open source my OIOIC, a completely new object-oriented mechanism for the C.
    By pervise.zhao in forum Projects and Job Recruitment
    Replies: 23
    Last Post: 03-17-2010, 07:14 PM
  2. Open Source and Security
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 06-17-2008, 01:23 AM
  3. open source
    By pktcperlc++java in forum Tech Board
    Replies: 3
    Last Post: 01-22-2005, 08:15 PM
  4. fopen();
    By GanglyLamb in forum C Programming
    Replies: 8
    Last Post: 11-03-2002, 12:39 PM
  5. OOT vs Structured Approach in open source software development
    By dkt in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 10-12-2001, 09:30 PM