blob: ecc479710ba38629659e2558c403182a0efe9c3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
MythWeb Remote - Version 0.0.9
--------------
This has been designed to improve MythTV access for people with certain forms
of disability. It has two web based interfaces that are based on the Hauppauge
MCE Remote control with its additional fast access hotkeys.
For more details on how the hotkeys are mapped see
http://openmedia.co.nz/openmedia/content/view/27/58/
All html/php/css code is released under GPL V2, and all images under
Creative Commons (http://web.resource.org/cc/PublicDomain) as they are based on
the Etiquette Icons by Andy Fitzsimon, see -
http://openclipart.org/clipart/computer/buttons/b_down.txt
Installing
----------
In order to use this install as a directory called "remote" under your web
document root. You should then be able to access it as
http://mythtv/remote
You will also need to enable the Network Control port for the MythTV frontend
for the controls to work.
See COPYING for details on the GPL V2 license.
See ISSUES for outstanding problems
See Changelog for recent changes
GPL 2.0 Components
------------------
Original php code (c) 2006 Mike Poublon <poublon@geeksoft.dyndns.org>
Enhancements (c) 2006 Steven Ellis <support@openmedia.co.nz>
CSS (c) 2006 Steven Ellis <support@openmedia.co.nz>
Remote Layouts (c) 2006 Steven Ellis <support@openmedia.co.nz>
Creative Commons
----------------
Original image design (c) Andy Fitzsimon
Final buttom images (c) 2006 Steven Ellis <support@openmedia.co.nz>
|