Re: Taking a PDF library Open Source
by Eliya (Vicar) on Mar 07, 2012 at 15:01 UTC
|
But I need to figure out; if Perl programmers need this sort of library.
That probably at least in part depends on what it does that isn't already supported by other Perl PDF libs, such as PDF::API2. Maybe it's worth integrating efforts, rather than publishing another lib with (likely) mostly overlapping functionality.
Other than that, if you own the rights, why not just do open source it, and let software evolution dynamics decide on its future?
| [reply] |
|
| [reply] |
|
Yes, it does things that PDF::API2 does not, the XML, the forms and it is well documented. The reason I don't want to just throw it into open source is that I don't want to take resources that might be better served on a project that more people want, or that already has a head of steam. Maybe that is over thinking it.
| [reply] |
|
I understand the concerns, but I think it's generally hard to predict whether open sourcing something will result in an unproductive division of resources (man power of volunteers), or whether it will ultimately be beneficial, e.g. by promoting positive competition, by making it possible to merge functionalities, or by simply having two good libs being developed independently... (like there are many good text editors or scripting languages out there, with each having their fan base).
So I'm not really sure what to advise, in particular as I don't even yet know the library in any reasonable detail...
| [reply] |
Re: Taking a PDF library Open Source
by kcott (Archbishop) on Mar 07, 2012 at 15:24 UTC
|
Is there a checklist or process to follow to make this open source?
If you make this open source via CPAN, the checklist you're after is provided on this PAUSE (Perl Authors Upload Server) page.
| [reply] |
Re: Taking a PDF library Open Source
by james2vegas (Chaplain) on Mar 08, 2012 at 07:37 UTC
|
PDF::Boxer also works with its own XML format to generate PDFs | [reply] |
Re: Taking a PDF library Open Source
by Anonymous Monk on Mar 07, 2012 at 15:37 UTC
|
If you've been told it's poor quality, put it up on github first. If you get people willing to contribute, put it up on CPAN later. | [reply] |
|
From a library point of view, I find it of tremendous quality, it has documentation and it does what it says it will do. From a coders point of view, it doesn't use strict, has some global space pollution I am not familiar with github and will look into it.
| [reply] |
|
| [reply] |
|
It sounds like it might be useful for a side project I'm starting -- the XML to PDF conversion is appealing, and I'd at least look at it, likely use it, and be willing to take a shot at contributing to it. I'm mostly interested in being able to generate nice looking eBooks that would be generated by mostly non-technical people (which is why I'm interested in the XML). There are various open source things out there for editing and generating eBooks, but even the relatively mature ones seem fairly limited.
| [reply] |
|
|
|
|