Giter Site home page Giter Site logo

jira-kanban-printer's Introduction

JIRA Print Server

We had an urge to start trying KANBAN at the office. We use JIRA for all
issue-tracking, but we wanted a physical board, so we needed a way to print our
cards from JIRA.

The solution was this over-engineered pile of crap, with a massive amounts of
components:

  • A Groovy script to plug into JIRA
  • A Mojolicious::Lite web-server to recieve commands from the Groovy script
  • A ZeroMQ PUB-SUB from the web service to a PDFifier
    • Cause we don’t want the webserver to block, waiting for PDF production
  • The PDFifier uses LaTeX to produce a PDF of an issue.
    • Not only that, it produces two identical pages!
  • The PDF gets moved to a queue
  • We have an AnyEvent-based daemon watching that directory
    • When files are created, it will print using CUPS and remove the PDF

Other stuff

misc/

In the misc-directory, two of the examples from the Net::CUPS-distro is included, to
aid in any debugging that might be required

tex/

This is the compiled/unpacked verion of the foils package for tex, which I got inspired to use
from this:

http://cs.acadiau.ca/~jdiamond/tex-reference-material/FancyPresentations.pdf

Resources

ØMQ-introductions

jira-kanban-printer's People

Contributors

omega avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

tied

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.