A web and graph based reader for To Be Or Not To Be
  • JavaScript 85.1%
  • HTML 10.6%
  • CSS 4.3%
Find a file
Tej Chajed 6aa80796ba Change reader background
Most of the updated styling is within the SVG (generated by Graphviz
directly) unfortunately, but the rest of the background still has to be
set within the page itself.
2016-04-09 18:20:52 -04:00
images Make favicon background transparent 2016-03-15 22:08:57 -04:00
.gitignore Get generated files from resouces/ 2016-03-04 18:26:50 -05:00
index.html Add favicon 2016-03-13 17:33:16 -04:00
reader.css Change reader background 2016-04-09 18:20:52 -04:00
reader.js Simplify iframe scrolling implementation 2016-03-05 19:21:07 -05:00
README.md Get generated files from resouces/ 2016-03-04 18:26:50 -05:00
svg.css Initial tuned prototype panel reader 2016-03-04 15:20:49 -05:00
TODO.md Add SVG click-drag scroll and mouse zoom 2016-03-05 16:34:19 -05:00

To Be Or Not To Be graph reader

Simple web app that views graph of To Be Or Not To Be with a reading pane showing the current page.

Usage: extract a packaged resources.tar.gz in this directory (eg, tar -xf ../analysis/resources.tar.gz) and then serve the local directory (eg, python -m SimpleHTTPServer).