Asciiflow2, sans google and tracking, available at https://flow.lain.faith
Go to file
Qix 63fcba36d5
Merge pull request #117 from nobuto-m/https
Explicitly use HTTPS to load third-party links
2019-02-11 19:18:56 +01: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 Fix wrong connecting arrows 2018-03-22 17:14:32 +01:00
.gitignore Updated project to use es6 classes, arrow functions, latest closure-compiler, latest jquery (#77) 2017-01-21 14:55:18 +00:00
LICENSE added License GPLv3 (#92) 2017-10-04 10:04:47 +01:00
README Updated project to use es6 classes, arrow functions, latest closure-compiler, latest jquery (#77) 2017-01-21 14:55:18 +00: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 Merge pull request #117 from nobuto-m/https 2019-02-11 19:18:56 +01:00
index.js add very simple electron app wrapper (#75) 2017-01-21 14:56:21 +00: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
js-compiled.js Fix compile issues for missing/brokebn imports 2018-03-16 11:48:25 -07:00
package.json add very simple electron app wrapper (#75) 2017-01-21 14:56:21 +00:00

README

Follow the instructions to get asciiflow running locally.

Compile the javascript:
~/asciiflow2$ ./compile.sh

If you get a permissions error:
~/asciiflow2$ chmod a+x closure-compiler.jar

Run a simple web server:
~/asciiflow2$python -m SimpleHTTPServer

Goto: http://localhost:8000/index.html

When developing, use the Google JS linter, gjslint.