592eddd289b04f88eadbc53dd6af9f99c98f1249
[www-rohieb-name.git] / projects / infopoint-html.mdwn
1 Infopoint HTML Viewer
2 =====================
3
4 The Infopoint HTML Viewer is a light-weight, full screen viewer for web pages.
5 As the name indicates, it is primarily focused on machines whose one and only
6 purpose it is to display web pages (like network monitors, stock charts, or
7 news).
8
9 [[!img defaults size="200x"]]
10 [[!img infopoint-html/default.png alt="Default view after installation"
11 alt="Default view after installation"]]
12 [[!img infopoint-html/customized.png alt="View of a customized web site"
13 alt="View of a customized web site"]]
14
15 How does it work?
16 -----------------
17
18 The software is built on
19 [XULRunner](https://developer.mozilla.org/en/XULRunner), the same framework
20 Mozilla uses for Firefox and Thunderbird. It starts on system boot and simply
21 displays a borderless window with the full size of the display, containing
22 the contents of the web page you configured.
23
24 Due to its XULRunner ancestry, the Infopoint HTML Viewer can show any content
25 that your good old Firefox can show, including `http://`, `ftp://` and
26 `file://` URLs,
27 <abbr title="(Extensible) Hypertext Markup Language">(X)HTML</abbr> with (or
28 without) JavaScript and <abbr title="Cascading Style Sheets">CSS</abbr>,
29 <abbr title="Extensible Markup Language">XML</abbr>/<abbr
30 title="Extensible Stylesheet Language">XSL</abbr> documents, pictures and
31 plain text.
32
33 Cool, what do I have to do?
34 ---------------------------
35
36 * Get a machine with a network connection and a big display
37 * Install a fresh [Debian](http://debian.org/distrib) system on it (“base”
38 package set is totally sufficient)
39 * Add my Debian repository (instructions [[here|projects/wilhelm-gym-repo]])
40 * Install the Infopoint HTML Viewer: `aptitude install infopoint-html`
41 * Configure the URL you want to display: edit `/etc/default/infopoint-html`
42 and change the `URL` option. Also be sure to set `AUTOSTART="yes"`.
43 * `/etc/init.d/infopoint-html start`, or simply reboot.
44 * Voilà!
45
46 Resources
47 ---------
48
49 TODO: add License information
50
51 * Source and issue tracker can be found on
52 [GitHub](https://github.com/rohieb/infopoint-html). Feel free to fork :-)
53 * <a href="http://flattr.com/thing/149643/Infopoint-HTML-Viewer"
54 target="_blank" style="vertical-align:middle">
55 <img src="http://api.flattr.com/button/flattr-badge-large.png"
56 alt="Flattr this" title="Flattr this" border="0" /></a>
57
This page took 0.041962 seconds and 3 git commands to generate.