Skip to content

Commit

Permalink
writer upgrade 1.20, spinner works but is a mess, needs to be cleaned…
Browse files Browse the repository at this point in the history
… up in all iterations including direction
  • Loading branch information
ogewan committed Jul 8, 2015
1 parent 7a5e5ac commit 192fa12
Show file tree
Hide file tree
Showing 6 changed files with 393 additions and 535 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ attribute to preload images but not implemented yet

**1.9.2** Major bugfixes, including null and undefined property checking

### comix-ngn Writer version 1.1.5 (beta)
### comix-ngn Writer version 1.2.0 (beta)
**0.5.0**: "Initial Setup, Versioning

**0.8.0**: Huge implementations, Object config by dynamic form injection for Page and Chapter, Setting config compartmentalized, design config added
Expand All @@ -146,5 +146,7 @@ attribute to preload images but not implemented yet

**1.1.5**: Refactoring begun, all dependicies included and deferred, writer has been beautified for legibility, but there is now writer.min.html which is the compressed version

**1.2.0**: Added spiner config, spinner needs to be refactor

### comix-ngn Pyoofreader Version 0.1.0 (beta)
**0.1.0**: Implemented version, counts page dif and warns of Mismatch
2 changes: 1 addition & 1 deletion comixngn.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function N(){return 0};/*null function*/
if(void 0===$GPC){var $GPC=0;}
cG.root = '';
cG.cPanel = cG.panel||{};
cG.info = {vix: "1.9.2",vwr: "1.1.5",vpr: "0.1.0"};
cG.info = {vix: "1.9.2",vwr: "1.2.0",vpr: "0.1.0"};
/*rollbar*/
var _rollbarConfig = _rollbarConfig||{
accessToken: "3e8e8ecb63a04b5798e1d02adf2608cb",
Expand Down
2 changes: 1 addition & 1 deletion comixngn.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tools/reader.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import json

if __name__ == "__main__":
Loading

0 comments on commit 192fa12

Please sign in to comment.