Asciiflow2, sans google and tracking, available at https://flow.lain.faith
Go to file
Lewis Hemens 809632a0bb Added full logo with loading fade-out effect 2014-03-22 20:39:50 +00: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 Added full logo with loading fade-out effect 2014-03-22 20:39:50 +00:00
js-lib New icons, added click effects, export area selects text automatically 2014-03-22 20:12:04 +00: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 A very hacky first draft version of the save functionality' 2014-03-02 22:20:20 +00:00
index.html Added full logo with loading fade-out effect 2014-03-22 20:39:50 +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.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 New icons, added click effects, export area selects text automatically 2014-03-22 20:12:04 +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.