From: Roland Hieber Date: Sun, 27 Mar 2011 06:34:23 +0000 (+0200) Subject: converted projects/infopoint-html from original web site X-Git-Url: https://git.rohieb.name/www-rohieb-name.git/commitdiff_plain/4f8db8820891800ef3e6cdffaf2151ed3253fa43?hp=2db42ce491889d37f393518838bdba2bb2de5ec0 converted projects/infopoint-html from original web site --- diff --git a/projects.mdwn b/projects.mdwn new file mode 100644 index 0000000..bbd2bd1 --- /dev/null +++ b/projects.mdwn @@ -0,0 +1,6 @@ +Software Projects +================= + +* [[projects/geojackal]] – A geocache management database +* [[projects/infopoint-html]] – A full screen web page viewer for info terminals + diff --git a/projects/infopoint-html.mdwn b/projects/infopoint-html.mdwn new file mode 100644 index 0000000..f1f77df --- /dev/null +++ b/projects/infopoint-html.mdwn @@ -0,0 +1,57 @@ +Infopoint HTML Viewer +===================== + +The Infopoint HTML Viewer is a light-weight, full screen viewer for web pages. +As the name indicates, it is primarily focused on machines whose one and only +purpose it is to display web pages (like network monitors, stock charts, or +news). + +[[!img defaults size="200x"]] +[[!img infopoint-html/default.png alt="Default view after installation" + alt="Default view after installation"]] +[[!img infopoint-html/customized.png alt="View of a customized web site" + alt="View of a customized web site"]] + +How does it work? +----------------- + +The software is built on +[XULRunner](https://developer.mozilla.org/en/XULRunner), the same framework +Mozilla uses for Firefox and Thunderbird. It starts on system boot and simply +displays a borderless window with the full size of the display, containing +the contents of the web page you configured. + +Due to its XULRunner ancestry, the Infopoint HTML Viewer can show any content +that your good old Firefox can show, including `http://`, `ftp://` and +`file://` URLs, +(X)HTML with (or +without) JavaScript and CSS, +XML/XSL documents, pictures and +plain text. + +Cool, what do I have to do? +--------------------------- + + * Get a machine with a network connection and a big display + * Install a fresh [Debian](http://debian.org/distrib) system on it (“base” + package set is totally sufficient) + * Add my Debian repository (instructions [here](/projects/wilhelm-gym-repo)) + * Install the Infopoint HTML Viewer: `aptitude install infopoint-html` + * Configure the URL you want to display: edit `/etc/default/infopoint-html` + and change the `URL` option. Also be sure to set `AUTOSTART="yes"`. + * `/etc/init.d/infopoint-html start`, or simply reboot. + * Voilà! + +Resources +--------- + +TODO: add License information + + * Source and issue tracker can be found on + [GitHub](https://github.com/rohieb/infopoint-html). Feel free to fork :-) + * + Flattr this + diff --git a/projects/infopoint-html/customized.png b/projects/infopoint-html/customized.png new file mode 100644 index 0000000..5f28375 Binary files /dev/null and b/projects/infopoint-html/customized.png differ diff --git a/projects/infopoint-html/default.png b/projects/infopoint-html/default.png new file mode 100644 index 0000000..0a7be2f Binary files /dev/null and b/projects/infopoint-html/default.png differ