summaryrefslogtreecommitdiff
path: root/plinth.py
AgeCommit message (Collapse)Author
2013-04-23Merged with James's upstream.Nick Daly
Hope I did it right. If I screwed up, withsqlite is borked.
2013-03-23Don't crash if we couldn't import ExMachina.Nick Daly
2013-01-04Extra predepend's, plinth doesn't need to run as root, pidfile location set ↵Tom Galloway
in cfg file.
2013-01-03Added predepend packages and updated python path for build folders.Tom Galloway
2012-10-07Merge branch 'master' of github.com:NickDaly/PlinthNick Daly
2012-10-07Added default pidfile.Nick Daly
2012-10-04Fix host cfg and print on startupJames Valleroy
2012-09-23Customize host in cfg.py.Nick Daly
We start with a default of 127.0.0.1, because anything else is stupid. Change to 0.0.0.0 to serve to everybody.
2012-07-12integrate exmachina configuration management layerbnewbold
- add exmachina code and test code - modify plinth.py to listen for shared secret on stdin at start (if appropriate flag is set) and try to connect to exmachina daemon - use exmachina to read and set /etc/hostname as a demo - update plinth init.d script to start exmachina and share keys - update docs with new deps and run instructions
2012-03-12fixes to boostrap, new icons, mobile view worksSean O'Brien
2012-03-12Added HTML5-Reset code http://html5reset.orgSean O'Brien
Removed robots.txt (we have "noindex,nofollow" in the template meta tags, do we need this?) Added meta noindex,nofollow,noarchive tags for specific robots (googlebot etc.) Removed extraneous meta tags useful only for indexing Removed HTML5-Reset "_" directory. Not sure why it's useful to add an ambiguous folder to the directory tree. Made sure no Google-y code wasn't included (analytics, remote copy of JQuery, etc.) Fixed symbolic link docs/style.css New favicon and iOS "web clip" button
2012-02-19listen locally only, proxy to the outside worldJames Vasile
2012-02-19rm old codeJames Vasile
2012-02-19start second serverJames Vasile
2012-02-19move port to cfgJames Vasile
2012-02-19daemonizeJames Vasile
2012-02-19move to sqlite3 + json dict storage for usersJames Vasile
2011-11-30update email addressJames Vasile
2011-09-30generate cherrypy.config (for now)James Vasile
2011-09-29copyright date fixJames Vasile
2011-09-29the right way to dynamically specify a module for importJames Vasile
2011-09-29Add author metadata in standard wayJames Vasile
2011-03-09added link to bug trackerJames Vasile
2011-02-22...James Vasile