Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/injuben/injuben
https://github.com/injuben/injuben
chinese fountain inscipt screenplay
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/injuben/injuben
- Owner: injuben
- License: mit
- Created: 2019-06-09T05:49:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T05:33:24.000Z (over 3 years ago)
- Last Synced: 2023-03-12T18:35:21.428Z (almost 2 years ago)
- Topics: chinese, fountain, inscipt, screenplay
- Language: Python
- Homepage: https://juben.in
- Size: 1.86 MB
- Stars: 36
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About in剧本(jù běn)
in剧本(jù běn) is an open source software which can help you to write a screenplay as a plain text. The online version is available.
* 中文版 [juben.in](https://juben.in)
* English [juben.in/en](https://juben.in/en)# Development
## Download Fonts
Download SourceHan_ttc.zip from https://github.com/injuben/Source-Han-TrueType , unzip it and copy *.ttc to folder _app/juben/fonts_
## Setup Python(3.5+)
python3 -m venv ~/.venv/injuben
source ~/.venv/injuben/bin/activate
cd app
pip install -r requirements.txt## Run App
FLASK_APP=in_juben.py FLASK_ENV=development flask run --host=0.0.0.0
# Docker
## Local Build
docker build --tag injuben .
docker run --rm -it --name injuben -p 5000:5000 injuben
## Docker Hubdocker pull injuben/injuben
docker run --rm -it --name injuben -p 5000:5000 injuben/injuben
Access http://localhost:5000/
# Thanks[Fountain](https://fountain.io)
Python : [cachelib](https://github.com/pallets/cachelib), [Flask](http://flask.pocoo.org), [Reportlab](https://www.reportlab.com), [Screenplain](http://www.screenplain.com)
JavaScript: [CodeMirror](https://codemirror.net), [download.js](http://danml.com/download.html), [jQuery](https://jquery.com/), [JavaScirpt Cookie](https://github.com/js-cookie/js-cookie), [PDF JS](https://mozilla.github.io/pdf.js)
CSS: [Bulma](https://bulma.io), [Foundation Icon Font Sets](https://github.com/zurb/foundation-icons)
Compressor: [YUI Compressor](http://yui.github.io/yuicompressor), [UglifyJS](https://github.com/mishoo/UglifyJS)