Bachir Soussi Chiadmi ffbb098e4d deactivated yphenation and added more comments | 6 years ago | |
---|---|---|
bin | 7 years ago | |
libriis | 6 years ago | |
.gitignore | 7 years ago | |
MANIFEST.in | 7 years ago | |
agpl-3.0.txt | 7 years ago | |
readme.md | 6 years ago | |
requirements.txt | 6 years ago | |
setup.py | 6 years ago | |
start | 7 years ago |
A Markup Cascading Styles Printing software.
Inspired by html2print from osp, you can write and organize your contents with markdown, design your layout with css and js, export to pdf and share your work with git.
Libriis is developed with python and pyqt5, if you are confident with theese tools you should be able to build the app.
!! following install code is not yet functional !!
Under arch linux Libriis depends on a patched version of qtwebkit to render and print the pages: You can install it from the qt5-webkit-print-tp5 package: https://figureslibres.io/gogs/bachir/aur--qt5-webkit-print/releases
Once special dependance installed : For Arch Linux and derivated distro, an aur package exists for Libriis :
yaourt -S libriis-git
you'll have to build qt-webkit from source : https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-Linux
apt-get install qt5-base pandoc python3 python3-pyqt5 python3-pip
pip3 install pyScss markdown beautifulsoup4 pypandoc pygments setuptools pyphen
clone
git clone https://figureslibres.io/gogs/bachir/libriis.git
cd libriis
python3 start
install
python3 setup.py install --optimize=1 -f