mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
21 lines
626 B
Markdown
21 lines
626 B
Markdown
# cbwebreader
|
|
Web Based CBR and CBZ file reader.
|
|
This is for if you have a collection of comics on a media server and want to read them remotely.
|
|
|
|
# Requirments
|
|
|
|
- [Django 1.9](https://www.djangoproject.com/)
|
|
- [python 3.5](https://www.python.org/)
|
|
- [rarfile python library by Marko Kreen](https://github.com/markokr/rarfile) (included)
|
|
- [Unrar by winrar](http://rarlabs.com)
|
|
- [django-recaptcha by praekelt](https://github.com/praekelt/django-recaptcha)
|
|
|
|
# Installation
|
|
Pull from git and use like any django project.
|
|
|
|
Haven't gotten around to cleaning it up yet.
|
|
|
|
|
|
# License
|
|
https://creativecommons.org/licenses/by-sa/4.0/
|