aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-10-28README: use typographer's quoteHEADmasterTeddy Wing
2013-10-27README: fix quotesTeddy Wing
* Fix mismatched quotes * Change quotes to typographer's quotes
2013-10-27README: fix markdown listsTeddy Wing
Lists from the last update with navigation information were wrong resulting in an unintelligible paragraph instead of a list when Markdown was parsed.
2013-10-27Add info about graph navigation to READMETeddy Wing
Include a helpful translation key so you know how to move around the Network Graph since the controls stay the same even though the graph is rotated.
2013-10-27Add .gitignoreTeddy Wing
2013-10-27Add README and LICENSETeddy Wing
2013-10-27Add code that rotates the canvasTeddy Wing
Rotate the network graph using a WebKit CSS transform. Also change the width of the graph by setting the `height` attribute (since it's rotated) via JavaScript.
2013-10-27Initial commit. Add manifest.json file.Teddy Wing