wb has asked for the wisdom of the Perl Monks concerning the following question:
I have Perl-Postgres project named "Seal". Seal is a GUI desktop database project for end-user which allow to run destop application which is written in short text files without any compilation.
My problem is where I should put the project (as an opensource project but not neccesary free one) in the Internet if I would to share it among potential database developers (to develop it) and end-users (to use it)?
Seal contains Perl and plpgsql as an internal languages. I wrap the application into exec with the ActiveState tool. Perl in the Seal is more fundamental than postgres and I did not want to be replaced by - for example - C++. Whereas Postgres part can actually be replaced by, lets say, other sql databases (but advance enough). But it is definitely database project. Now it is Windows one as I use Win32::GUI Perl module, but - again in principle - it can be replaced by cross-platform libraries: for instance wxPerl or Prima.
What brothers can say?
Waldemar
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to share the project?
by JavaFan (Canon) on Jan 25, 2010 at 08:29 UTC | |
by wb (Initiate) on Jan 25, 2010 at 09:06 UTC | |
by JavaFan (Canon) on Jan 25, 2010 at 09:33 UTC | |
by wb (Initiate) on Jan 25, 2010 at 12:06 UTC | |
by stefbv (Priest) on Jan 25, 2010 at 09:44 UTC | |
by Anonymous Monk on Jan 25, 2010 at 09:57 UTC |