Difference between revisions of "Printing consensus poll"

From Inkscape Wiki
Jump to navigation Jump to search
m (uberconverter is now vectorsection)
Line 89: Line 89:
*** Requires conversion of Qt-isms into more neutral widgetset-independent style
*** Requires conversion of Qt-isms into more neutral widgetset-independent style
* Extend an existing standalone (filter) tool that can be bundled with inkscape
* Extend an existing standalone (filter) tool that can be bundled with inkscape
** [http://scratchcomputing.com/projects/uber-converter/ Uberconverter]
** [http://scratchcomputing.com/projects/vectorsection/ VectorSection]
** [http://www.solidcode.net/pdf2svg/ pdf2svg]
** [http://www.solidcode.net/pdf2svg/ pdf2svg]
** [http://www.sodipodi.com/index.php3?section=download/tools ill2svg]
** [http://www.sodipodi.com/index.php3?section=download/tools ill2svg]

Revision as of 18:42, 26 April 2006

Problem

Bryce has pointed out the #1 feature need for Inkscape right now is strong support for Adobe Portable Document Format (PDF) and Postscript (PS) in his 2005.11.30 email to the Inkscape mailing lists. This ConsensusPoll exists to enable the community to efficiently create and commit to a plan of action to resolve this issue.

Contract

  • >= 20 inkscape enthusiasts
  • >= 4 developers with commit access
  • >= 95% yes
  • all conditions in plan are met
  • 72 hour GO timer
  • 80% cloture

ContractExplanation

Because this contract defines what it means to participate in this poll it will never be changed. If it turns out to be inadequate, this poll must be canceled and a new poll with a new contract must be drafted.

Yes-No Poll

Participation in this poll is open to anyone who wants to participate.

Voting yes in this poll means that you believe the community created plan is ready for implementation, and that you will do your part to support its execution. Voting no in this poll means that you have outstanding concerns about the community created plan. You can change your vote at any time. All votes are transparent so that those voting yes can listen to the concerns of those voting no.

No ... BrandonCsSanders    - Success needs to be defined (e.g., if all 20 test cases are passed ...)
Yes... BryceHarrington     - Let's do it
No ... AlexandreProkoudine - There is no plan yet
No ... ColinMarquardt      - There is no plan yet
No ... EricWilhelm         - The plan needs salt
No ... MenTaLguY           - This isn't much of a plan...
No ... JonCruz             - Plan? Not quite yet
No ... JonPhillips         - no plan...
No ... NicuBuculei         - so far the plan is weak
No ... RalfWStephan        - Where are the test cases?
No ... AndyFitzsimon       - I will also pledge $50 once someone defines how we do pledges.
No ... TuukkaPasanen       - There isn't good plan yet.
No ... EricJonas           - There is no plan
No ... AdibTaraben theAdib - There is no plan
No ... Martin Owens        - There is a plan but it's pants.
Yes ....Corey Burger      -plan, what plan?
No ... Gustavb             - The plan is incomplete.

(If you are voting no because the plan is incomplete, please describe what you'd like to see added or changed.)

Pledges

$50 ... BryceHarrington  - I will pledge $50 once someone defines how we do pledges :-)
$50 ... AndyFitzsimon    - I will also pledge $50 once someone defines how we do pledges.
€50 ... RalfWStephan     - whenever the plan has succeeded
$50 ... BrandonCsSanders - once the plan is done
$100 ... EricJonas       - Just let me know how to pledge

Plan

  1. Describe the Current PDF Support and the known PDF bugs
  2. Identify Required PDF Support
  3. Assemble a few dozen examples to use as PDF test cases
  4. Document how each of the current PDF tools (potential starting points) performs on the suite of test cases
  5. Determine timeframe
    1. Start some time in early 2006?
    2. Expected completion some time in mid/late 2006?
  6. Select developer with the right skillset
    1. C/C++, XML
    2. PDF file format
    3. SVG file format
    4. Able to work under (U.S.) contract
    5. /Other skillset requirements?/
  7. Determine what funding is needed to enable them to complete the work
  8. Establish a contract with the selected developer to perform the work
  9. When the developer is done, verify that all test cases pass, then pay developer

Background Information

Adequate Technical Solutions

What solutions would be fine?

  • Library that integrates directly in to inkscape (and scribus, ...)
    • Use Cairo as the presentation layer and use its support for pdf/ps
      • This may be a first step towards an eventual migration of the backend renderer to Cairo
    • See Poppler for PDF import.
    • Pull out the scribus pdf support into a libpdf (libpdf name has already been used) that can be shared by both scribus and Inkscape
      • Requires conversion of Qt-isms into more neutral widgetset-independent style
  • Extend an existing standalone (filter) tool that can be bundled with inkscape

Possible Strategies

  • Raise money and hire a developer to implement it
    • Collect pledges, once we are over threshold collect funds (http://fundable.org/)
      • What should the threshhold be? $2000? $5000?
      • Still too early to decide what the threshold should be. We need to know how much it will cost first.
      • Fundable now charges a 10% fee from the amount collected
    • Need to decide what the funds would be spent on ahead of time
      • 10-20% - Tester to collect test cases and put together a test suite for developer to use
      • 70-80% - Developer to write the code, document it, and make it pass the tests
      • 5-10% - Liaison to handle the paperwork, collect/distribute funds, track/report progress, and verify the work has been completed adequately
    • Mercenaries that would do this for us?
      • BrandonCsSanders ... I'd do it for $2000, half up front, half once it meets spec. Caveat: it would take me six months to complete because my plate is pretty full right now and I'll be snatching a week here and a week there.
      • EricWilhelm ... This will be a lovely fit for the UberConverter. I'm guessing $5k would get it to about the same level as XAR and SVG in chromista. Caveat: Those aren't done yet. Check back in Jan. I would also be happy to oversee/direct the work of someone else wanting to write this as a pair of UberConverter connectors (crs2pdf, pdf2crs.)
      • /other mercenaries?/
  • Hold a BarnRaising
  • Wait for a volunteer to get inspired and just do it

Questions/Brainstorms

  • What about what inkscape earned through the Google Summer of Code? What's the status of this?
    • $2000 earned; there has been no plan or consensus for what to use it for
  • Does Cairo have PDF export already? What about to use cairo for just this job? and later then use cairo for the whole presentation layer? Instead of creating an interims solution?
    • Yes, Cairo has PDF export capabilities; it's unknown if it's significantly better than our current (poor) pdf export functionality
    • Cairo Postscript and PDF backends are still experimental and disabled by default in current stable release, but plan is to make them supported in next stable release, expected for the end of 2005. See Cairo ROADMAP
    • A way to test cairo capabilities would be to use librsvg HEAD. See Dom Lachowicz blog entry.
  • Investigate ps2ai, pstoedit and ai2svg conversion options (potential EPS support?)
  • Import of native AdobeIllustrator files, which have been PDF based since Illustrator 10 (at least).
  • Other Bugs and RFE's related to Import or Export?
  • UberConverter
    • Other than not yet being stable, this seems like a very good choice and provides lots of choices for import/export.
  • Is direct import/export of PS or PDF really necessary? Or is transparant import/export a reasonable target? The main problem with the current implementation is the need for the users to deal with filter dependancies. A complete bundle of the most important filters would solve this. Filters have the advantages of allowing Inkscape to concentrate on what it does best, SVG, and allowing sophisticated users to insert specialized filters into existing pipelines.