Asciiflow2, sans google and tracking, available at https://flow.lain.faith
Go to file
Lewis Hemens bb29cdc17f Partial fix of V issue 2014-05-07 21:58:40 +01:00
android-app Added new Look and feel with new icons, and fixed some issue with app authentication 2014-03-22 17:05:35 +00: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 Partial fix of V issue 2014-05-07 21:58:40 +01:00
.gitignore Removed compiled JS from gitignore so I can push easier 2014-02-24 23:50:13 +00:00
README Removed dependency on closure library entirely 2014-01-12 17:43:07 +00:00
asciiflow-infinity.apk Added android package check-in 2014-03-17 22:30:03 +00:00
closure-compiler.jar Add closure compiler jar for easy building 2014-01-05 00:26:09 +00:00
compile.sh Added copy paste and cut functionality to select tool 2014-04-27 12:29:34 +01:00
index.html 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
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.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 Partial fix of V issue 2014-05-07 21:58:40 +01: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.