self-conscious-design
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

README.txt
text/plain

Download raw (706 bytes)

Self-conscious design
=====================

Workshop by OSP 2013/2014 at the MA MEDIA DESIGN - Haute école d'art et de design (HEAD)- Genève

02/12+03/12
09/12+10/12
06/01+07/01+08/01+09/01
13/01+14/01

What is here
------------

In the git repository, we track the uncompressed versions of the eBooks.
You can find them in the folder: public/epub_content

To view the eBooks, run the following command in the terminal:

    python app.py

And visit: http://127.0.0.1:5000/

(Dependencies: Python, Flask)

Components
----------

The ePub reader uses readium.js, a BSD-licensed eReading element. We started from their
example implementation, readium-viewer: https://github.com/readium/readium-js-viewer