So I have this project, that I've been working on for a while now(at this writing, ~2 months).

Basically, the goal of the project was to rewrite a system I built earlier so that instead of being ~930 lines of code in one file, it might be 1500 lines spread out and organized accross multiple files. Now that it's nearing completion, however, I'm faced with a dilemna: should I 'release' this project, and sell it to potential buyers, or should I release it to the community, as open-source?

The project is built to be easy/simplistic to maintain, and easy to extend/modify. I've documented it fairly thoroughly inside and outside of it, so that anyone who is tech-savvy enough to create a MySQL database could install it.

It has an install script, which I created, that makes it easy for people to install. It wouldn't be all that difficult(or at least, that was the goal) for someone to add their own mods to it, and use all/some of the core modules, or to change the behaviour of it slightly.

In essence, it's built to be customizable, and I'm proud of it. But I'm still stuck with the issue: Release it, and sell it to potential buyers, or give it to the community, and let them do what they will with it?

In reply to To Release or To Open-Source? by Spidy

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.