文件名称:multiverse:multiverse,一个自托管的漫画阅读器
文件大小:106KB
文件格式:ZIP
更新时间:2024-06-21 14:26:18
Python
multiverse,一个自托管的漫画阅读器 需要 Python 3.4。 安装将安装和 。 包括和 。 基本设置和安装 multiverse 需要使用unrar实用程序来打开 RAR 文件,包括 CBR 文件。 在带有自制软件的 Mac OSX 上,使用brew install unrar进行brew install unrar 。 $ virtualenv --python=python3.4 --prompt='(multiverse)' .environment $ ./environment/bin/pip install -r requirements.txt $ cp configuration.py.example configuration.py 根据自己的喜好编辑configuration.py ,重要的是设置LIBRARY_ROOT 。 $ ./enviro
【文件预览】:
multiverse-master
----.gitignore(73B)
----Dockerfile(707B)
----templates()
--------issue.manifest(113B)
--------library.html(792B)
--------reader.html(3KB)
--------base.manifest(254B)
--------library.manifest(116B)
--------base.html(2KB)
----requirements.txt(60B)
----.dockerignore(103B)
----uwsgi.ini(150B)
----static()
--------multiverse.png(6KB)
--------third-party()
--------multiverse.js(5KB)
--------styles.css(4KB)
----multiverse.py(10KB)
----webserver(258B)
----README.md(1KB)
----pdffile.py(2KB)
----Dockerfile.pi(999B)
----configuration.py(301B)