This is a just-enough-to-work proof-of-concept bridge for connecting publication content services designed for BERG's Little Printer with the less-sophisticated-but-open-source Printer project.
You'll need to know the URL for a publication, which almost certainly means that it's a publication you've written yourself, since BERG don't expose the URLs of the publications they use. This bridge will make a periodic print request for any registered printers to publications, including the date parameter that Little Printer publications expect.
There's a ton of functionality that this bridge does NOT implement; it will not send the edition count, or any custom user data, or anything else fancy like that. It is almost certainly too simple to be useful to anyone unless they know how to plug different web services together.
However, if you want to improve it and/or make it more robust, please do go ahead!
To find out more, you can take a look at any (or all) of the following:
- The introductory blog post;
- The project page;
- The backend server we are running;
- The source for this app, the mail app, the paint app or the backend server itself.