#HTML presentation tools
There are many HTML presentation tools and they are all created for slightly different reasons. Here's an overview. Please let me know if I forgot any.
##CSSS
CSS-based SlideShow System
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head><script type="text/javascript">var NREUMQ=NREUMQ||[];NREUMQ.push(["mark","firstbyte",new Date().getTime()]);</script> | |
| <link href='/static/bootstrap/css/bootstrap.css' rel='stylesheet' type='text/css' /> | |
| <link href='/static/wysihtml5/bootstrap-wysihtml5.css' rel='stylesheet' type='text/css' /> | |
| </head> | |
| <body> | |
| ... | |
| <script src="/static/wysihtml5/wysihtml5-0.3.0.min.js"></script> |
| var React = require('react'); | |
| class AutoBindingComponent extends React.Component { | |
| constructor(props) { | |
| super(props); | |
| for (var property in this) { | |
| if (this.hasOwnProperty(property) && typeof this[property] === 'function') { | |
| this[property] = this[property].bind(this); | |
| } |
I screwed up using git ("git checkout --" on the wrong file) and managed to delete the code I had just written... but it was still running in a process in a docker container. Here's how I got it back, using https://pypi.python.org/pypi/pyrasite/ and https://pypi.python.org/pypi/uncompyle6
apt-get update && apt-get install gdb
⚠ This post is fairly old. I don't keep it up to date. Be sure to see comments where some people have posted updates
What this will cover
www.website.com to website.comindex.html)