Asciiflow2, sans google and tracking, available at https://flow.lain.faith
Go to file
cave 4097ee2322 added License GPLv3 (#92) 2017-10-04 10:04:47 +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 Stop coverting v's into ^'s (Closes #55) (#72) 2017-01-21 14:58:37 +00: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 Updated project to use es6 classes, arrow functions, latest closure-compiler, latest jquery (#77) 2017-01-21 14:55:18 +00:00
compile.sh Updated project to use es6 classes, arrow functions, latest closure-compiler, latest jquery (#77) 2017-01-21 14:55:18 +00:00
index.html Updated project to use es6 classes, arrow functions, latest closure-compiler, latest jquery (#77) 2017-01-21 14:55:18 +00: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 Updated project to use es6 classes, arrow functions, latest closure-compiler, latest jquery (#77) 2017-01-21 14:55:18 +00: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.