Infomatic: Unterschied zwischen den Versionen
aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen (bookmarklet) |
K |
||
Zeile 7: | Zeile 7: | ||
* Source Code: https://github.com/metachris/infomatic | * Source Code: https://github.com/metachris/infomatic | ||
* Picture in Picture mode can be activated in the Slackomatic under "Advanced". | * Picture in Picture mode can be activated in the Slackomatic under "Advanced". | ||
− | * <code>javascript:(function(){window.open('http://10.20.30.80:8080/bookmarklet?url='+location.href);})();</code> | + | * [http://javascript:(function(){window.open('http://10.20.30.80:8080/bookmarklet?url='+location.href);})(); Bookmarklet] <code>javascript:(function(){window.open('http://10.20.30.80:8080/bookmarklet?url='+location.href);})();</code> |
Both Midori and the webserver are both started via '/etc/xdg/lxsession/LXDE/autostart' (so the webserver can communicate with the midori process). | Both Midori and the webserver are both started via '/etc/xdg/lxsession/LXDE/autostart' (so the webserver can communicate with the midori process). |
Version vom 21. Mai 2014, 23:14 Uhr
Raspberry Pi for the TV in the Lounge
- infomatic.local / 10.20.30.80
- Webserver: http://10.20.30.80:8080/ (Python 2.7.3, Tornado 3.2.1)
- Source Code: https://github.com/metachris/infomatic
- Picture in Picture mode can be activated in the Slackomatic under "Advanced".
- Bookmarklet
javascript:(function(){window.open('http://10.20.30.80:8080/bookmarklet?url='+location.href);})();
Both Midori and the webserver are both started via '/etc/xdg/lxsession/LXDE/autostart' (so the webserver can communicate with the midori process).
Pull requests for the webserver are welcome!
Ideas
- Templates
- Add CSS / JS interface
- Apps with mapping to urls?
- ...