Offline content generator/2013 Code Sprint

From mediawiki.org


Primary participants[edit]

  • Matt Walker
  • Max Semenik
  • Brad Jorsch
  • C. Scott Ananian
  • potentially, Jeff Green
  • E. Engelhart

Goals[edit]

Primary goal
  • Resolve dependency on mwlib and PediaPress rendering setup for PDF generation for single-page documents and collections with the Collection extension. Minimum viable release would be an additional PDF output option being available via the Collection extension, to potentially phase out the old rendering pipeline. Rationale: Current service/architecture is not maintainable and we'd like to clean things up before moving things out of our old Tampa data-center into our new primary DC.
Stretch goals
  • Fully replace the old pipeline in the course of the sprint;
  • Support for other formats. Highest priority: ZIM for offline use
  • Improvements to PDF layout.
Discarded goals

Requirements[edit]

Functional requirements
  • Needs to integrate with Collection extension.
  • Needs to append legally required licensing information.
  • Needs to include images in print-level resolution.
Architectural questions
  • Use Parsoid HTML5 output and PhantomJS for PDF generation? (Spec here: https://www.mediawiki.org/wiki/Parsoid/MediaWiki_DOM_spec)
    • need to parse collections (lists of articles in plaintext format, example) to aggregate potentially multiple Parsoid HTML files into one.
    • apply some nice transformations
    • ideally get author names, image credits
    • prepend, append some stuff (maybe TOC)
    • phantom.js with rasterize can do basic PDF output from HTML input
    • serve individual files through MediaWiki like Collection currently does it?
  • Hardware requirements; current system load? Provision VMs to test in Labs?
  • How to make service fully puppetized and deployable? Key dependencies? Security aspects e.g. private wikis?
  • Caching strategies for PDFs once generated?

Longer term questions[edit]

  • Issues ownership
  • Follow-up sprint(s) consistent with TPA migration timeline
  • Cross-datacenter failover?

Docs[edit]


See also[edit]

  • ElectronPdfService − Provides access to the Electron Service for browser based PDF rendering