Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liberation/django-digitalpaper

A complete Newspaper viewer in Javascript, canvas, and CSS.
https://github.com/liberation/django-digitalpaper

Last synced: 3 months ago
JSON representation

A complete Newspaper viewer in Javascript, canvas, and CSS.

Awesome Lists containing this project

README

        

Django Digitalpaper is a newspaper viewer in Django, JavaScript, CSS and HTML5.

It needs better documentation to explain how it works, what you need to get it
to run, etc. The few things you should know:

- Its goal is to emulate the look & feel of a newspaper on the web.
- Although it's not meant to, it can easily run without django. Simply
replace the views and template by your own. What's really important is giving
it access to an API that follows the same principles the app is expecting.
- It should be compatible with all modern browsers, and some older ones (IE7).
- It was initially developped by and for Liberation.fr , and you can find it in
production at http://journal.liberation.fr/publication/liberation/

The toplevel directory of the repository contains an example_project which
implements the basic views you need to use the app. There is a preloaded
sqlite db (*) in it containing basic data, as well as some medias, but you
can also use your own if you want.

(*) Should you want to log in, use demo/demo or change that user using a shell.

If you want to use the python code in utils.py (or the example_project, which
depends on it), you'll need to install the python requirements by doing
pip install -r requirements.txt and have the following binaries in your PATH:
- convert (from imagemagick)
- gs (from ghostscript)