Asciiflow2, sans google and tracking, available at https://flow.lain.faith
Go to file
xenia 2d38d30784 Add hidpi support 2019-06-24 16:22:05 +02:00
images Arrow tool, currently doesn't support re-sizing, also changed default dash to not be the em dash 2014-04-27 13:20:23 +01:00
js-lib Add hidpi support 2019-06-24 16:22:05 +02:00
.gitignore Create makefile to organize workflow 2019-06-24 13:47:02 +02:00
LICENSE added License GPLv3 (#92) 2017-10-04 10:04:47 +01:00
Makefile Create makefile to organize workflow 2019-06-24 13:47:02 +02:00
README.md Update readme 2019-06-24 13:50:31 +02:00
addtohomescreen.css Add to home screen button 2014-05-24 10:51:01 +01:00
addtohomescreen.min.js Add to home screen button 2014-05-24 10:51:01 +01:00
closure-compiler.jar Fix compile issues for missing/brokebn imports 2018-03-16 11:48:25 -07:00
compile.sh Fix bad merge (#79) 2017-10-04 10:07:05 +01:00
index.html Add hidpi support 2019-06-24 16:22:05 +02:00
index.js Update index.js to make it work with recent Electron (#119) 2019-02-11 20:02:08 +01:00
jquery-1.9-externs.js jQUery externs installed, some progress made on view transformations and basic controller introduced 2014-01-07 22:49:54 +00:00
jquery-1.9.1.min.js jQUery externs installed, some progress made on view transformations and basic controller introduced 2014-01-07 22:49:54 +00:00
jquery-3.1-externs.js Updated project to use es6 classes, arrow functions, latest closure-compiler, latest jquery (#77) 2017-01-21 14:55:18 +00:00
jquery-3.1.1.min.js Updated project to use es6 classes, arrow functions, latest closure-compiler, latest jquery (#77) 2017-01-21 14:55:18 +00:00
jquery.jeditable.min.js Basic save functionality with editable file names, beginning of work to enable loading of files too 2014-03-03 23:10:15 +00:00
package.json add very simple electron app wrapper (#75) 2017-01-21 14:56:21 +00:00

README.md

Asciiflow2, haskal edition

Fork of https://github.com/lewish/asciiflow2 with google drive and analytics removed.

Build

make

Run

python3 -m http.server

Deploy

make package

Then copy release.tar.xz to wherever it needs to be deployed (eg, with nginx).