converted projects/infopoint-html from original web site
authorRoland Hieber <rohieb@rohieb.name>
Sun, 27 Mar 2011 06:34:23 +0000 (08:34 +0200)
committerRoland Hieber <rohieb@rohieb.name>
Sun, 27 Mar 2011 06:34:23 +0000 (08:34 +0200)
projects.mdwn [new file with mode: 0644]
projects/infopoint-html.mdwn [new file with mode: 0644]
projects/infopoint-html/customized.png [new file with mode: 0644]
projects/infopoint-html/default.png [new file with mode: 0644]

diff --git a/projects.mdwn b/projects.mdwn
new file mode 100644 (file)
index 0000000..bbd2bd1
--- /dev/null
@@ -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 (file)
index 0000000..f1f77df
--- /dev/null
@@ -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, 
+<abbr title="(Extensible) Hypertext Markup Language">(X)HTML</abbr> with (or 
+without) JavaScript and <abbr title="Cascading Style Sheets">CSS</abbr>, 
+<abbr title="Extensible Markup Language">XML</abbr>/<abbr 
+title="Extensible Stylesheet Language">XSL</abbr> 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 :-)
+  * <a href="http://flattr.com/thing/149643/Infopoint-HTML-Viewer"
+    target="_blank" style="vertical-align:middle">
+    <img src="http://api.flattr.com/button/flattr-badge-large.png"
+    alt="Flattr this" title="Flattr this" border="0" /></a>
+
diff --git a/projects/infopoint-html/customized.png b/projects/infopoint-html/customized.png
new file mode 100644 (file)
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 (file)
index 0000000..0a7be2f
Binary files /dev/null and b/projects/infopoint-html/default.png differ
This page took 0.091332 seconds and 4 git commands to generate.