Asciiflow2, sans google and tracking, available at https://flow.lain.faith
Go to file
Lewis Hemens 71758095b0 Merge pull request #38 from jonathancross/patch-1
Link to new "asciiflow2" issues page in new tab.
2015-10-20 16:14:16 +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 Minor text rendering issue fixes 2015-03-24 21:45:41 +00:00
.gitignore Removed compiled JS from gitignore so I can push easier 2014-02-24 23:50:13 +00:00
README Updated readme 2015-03-24 22:01:09 +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 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 Link to new "asciiflow2" issues page in new tab. 2015-08-06 11:47:29 +02: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 Minor text rendering issue fixes 2015-03-24 21:45:41 +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.

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