I do think that there is a chance that you're on to something that many people could benefit from. If you have the modules ready to roll, put them on CPAN, by all means. Choose carefully which license your software is under. And then, encourage two groups to download your software; first, the users, which you can show how nice your software works and how much it can help them with their work. Then, show another group, the group of programmers you know and respect, and have them download the software and make improvements to the software.

As far as the money thing goes; some programmers won't charge you for development they do on GPL licensed software, if they feel it is for a good cause. However, if you start charging money for the software, they may feel like they are entitled to some of the profit from this, which is something you need to discuss *before* it gets to that point, preferably. You could divvy it up with the theoretical 1,000,000 points, with points divvied out to programmers who make contributions, and then allocate profit according to the point system.

Or, another way to approach the financial side of this, is not to charge for the software at all, but charge for the support for the software. If it is good and modular code, you could perhaps have certain custom extensions pre-written that aren't available on CPAN, but you would be happy to deploy for the company in question, for a price of course. This keeps the core programming group out of the loop, however, which may or may not be a good thing, I guess.

Anyway, I look forward to seeing what results from this endeavor! Good luck to you sir.


In reply to Re: Funding Open Source / bounty-hunting... by Dragonfly
in thread Funding Open Source / bounty-hunting... by ff

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.