Asciiflow2, sans google and tracking, available at https://flow.lain.faith
Go to file
Lewis Hemens 8c302af136 Updated UI style, re-ordered buttons, added dialog close buttons 2014-02-24 23:47:36 +00:00
android-app Initial base version of the android app wrapper, built with android studio 2014-02-21 00:10:44 +00:00
js-lib Updated UI style, re-ordered buttons, added dialog close buttons 2014-02-24 23:47:36 +00:00
.gitignore Fixed resize bug 2014-01-19 12:42:51 +00:00
README Removed dependency on closure library entirely 2014-01-12 17:43:07 +00:00
closure-compiler.jar Add closure compiler jar for easy building 2014-01-05 00:26:09 +00:00
compile.sh Seperated desktop and mobile input controllers, changed desktop drag mode to be ctrl/meta triggered instread 2014-02-23 18:42:20 +00:00
index.html Updated UI style, re-ordered buttons, added dialog close buttons 2014-02-24 23:47:36 +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

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/root.html

When developing, use the Google JS linter, gjslint.

Adding new source files will require a change to compile.sh.