summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/local-website/htdocs/wap.html
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/local-website/htdocs/wap.html')
-rwxr-xr-xabs/core-testing/local-website/htdocs/wap.html118
1 files changed, 0 insertions, 118 deletions
diff --git a/abs/core-testing/local-website/htdocs/wap.html b/abs/core-testing/local-website/htdocs/wap.html
deleted file mode 100755
index 72e6264..0000000
--- a/abs/core-testing/local-website/htdocs/wap.html
+++ /dev/null
@@ -1,118 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-<head>
- <base href="/linhes/">
- <title>Welcome to LinHES R6!</title>
-
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <meta name="robots" content="noindex, nofollow">
-
- <script type="text/javascript" src="js/prototype.js"></script>
- <script type="text/javascript" src="js/prototip/prototip.js"></script>
- <link rel="stylesheet" type="text/css" href="js/prototip/prototip.css">
-
- <script type="text/javascript" src="js/utils.js"></script>
- <script type="text/javascript" src="js/AC_OETags.js"></script>
- <script type="text/javascript" src="js/table_sort.js"></script>
-
- <link rel="stylesheet" type="text/css" href="/linhes/wap/style.css">
- <link rel="stylesheet" type="text/css" href="/linhes/wap/header.css">
- <link rel="stylesheet" type="text/css" href="/linhes/wap/menus.css">
- <link rel="stylesheet" type="text/css" href="/linhes/wap/programming.css">
-
- <link rel="stylesheet" type="text/css" href="/linhes/wap/welcome.css">
-</head>
-
-<body>
-<div id="page_header" style="position:relative; text-align:center;">
- <div id="logo_box">
- <a id="LinHES_logo" href="http://linhes.org/">
- <img src="/header.png" alt="Tux with a Remote" class="body">
- </a>
- </div>
-</div>
-
-<table width="100%" border="0" cellspacing="2" cellpadding="0">
-<tr>
- <td colspan="2" class="menu menu_border_t menu_border_b">
- <table class="body" width="100%" border="0" cellspacing="2" cellpadding="2">
- <td align="center">
- <a href="http://linhes.org" <b>The Linux Home Entertainment System Release 6</b></a>
- </td>
- </table>
- </td>
-</tr>
-</table>
-
-
-<script type="text/javascript">
-<!--
-
- var visible_module = 'media';
- function show_module_info(module) {
- if (visible_module == module)
- return;
- // Change the outline on the list item
- $('module_'+ visible_module).removeClassName('selected');
- $('module_'+ module).addClassName('selected');
- // Show and hide the appropriate info boxes
- $('info_' + visible_module).hide();
- $('info_' + visible_module).addClassName('hidden');
- $('info_' + module).show();
- $('info_' + module).removeClassName('hidden');
- // Keep track of what's visible now
- visible_module = module;
- }
-
-// -->
-</script>
-
-<div id="modules" class="clearfix">
-
- <div id="module_names">
- <ul>
- <li id="module_media" class="selected" onmouseover="show_module_info('media')">Media</li>
- <li id="module_status" onmouseover="show_module_info('status')">Status</li>
- <li id="module_help" onmouseover="show_module_info('help')">Help</li>
- </ul>
- </div>
-
- <div id="module_info">
- <div id="info_media">
- <ul>
- <li><a href="/mythweb/">MythWeb</a> - MythWeb provides a frontend for scheduling and managing recordings on your MythBox from a web browser.<br></li>
- <li><a href="/remote/index.html">MythTV Web Virtual Remote</a> - A web based virtual remote control for MythTV. For this to work, you must enable "Network Remote Control interface" in Service Menu -> MythTV Configuration -> Setup -> General -> Remote Control.<br></li>
- <li><a href="/ipodfeed/feed.php">iPod Feeds</a> - Transcodes ready for the iPod. If you have no recordings, you will see a warning issued from PHP.<br></li>
- <li><a href="/ipodfeed/m2iweb.php">Delete iPod Transcodes</a><br></li>
- <li><a href="/archive/feed.php">XviD Feeds</a> - Programs you have transcoded to XviD. If you have no recordings, you will see a warning issued from PHP.<br></li>
- <li><a href="/archive/archive.php">Delete XviD Transcodes</a><br></li>
- <li><a href="/fuppes.php">FUPPES</a> - Free UPnP Entertainment Service. A UPnP to be used inplace of the UPnP server that comes with MythTV. Install via the Service Menu.<br></li>
- <li><a href="/mediaserv.php">Mediaserv</a> - A on-demand transcoding server for videos. Mediaserv is designed to transcode video in a format playable on the Nokia Internet Tablets. However it works well at transcoding and streaming to any device that will playback AVIs (think streaming to any browser!). By wap, we have it set to link to TV recordings (pretty) and your video directory. Additionally if you want it to stream contents from a network share, it will! ln -s /path/to/share /myth/mediaserv/media/<br></li>
- <li><a href="/mythweb/data/mp3player.html">Radio</a> - Music in MythMusic must be encoded as MP3s.<br></li>
- </ul>
- </div>
- <div id="info_status" class="hidden">
- <ul>
- <li><a href="/rrd/index.html">RRDTool</a> - Hardware status graphs.</li>
- <li><a href="/monitorix/">Monitorix</a> - A system monitoring perl script that uses rrd databases to log system data.<br></li>
- <li><a href="http://fah-web.stanford.edu/cgi-bin/main.py?qtype=teampage&amp;teamnum=50975">KnoppMyth Folding@home Team Status</a></li>
- <li><a href="/foldingathome/">My Folding@home Status</a></li>
- </ul>
- </div>
- <div id="info_help" class="hidden">
- <ul>
- <li><a href="http://www.mythtv.org/docs/">MythTV Documentation</a></li>
- <li><a href="/mythtv-doc/keys.txt">MythTV Default Keybindings</a></li>
- <li><a href="http://www.mythtv.org/support">MythTV Support</a></li>
- <li><a href="http://www.schedulesdirect.org/">Schedules Direct</a> - Provides U.S./Canadian TV listing data.<br></li>
- <li><a href="/linhes.html">LinHES</a> - Describes how "The Project Leader" setup multiple systems to form a <b>Lin</b>ux <b>H</b>ome <b>E</b>ntertainment <b>S</b>ystem.<br></li>
- <li><a href="http://linhes.org/phpBB2/">LinHES Forum</a></li>
- <li><a href="http://www.google.com/advanced_search?q=+site:mysettopbox.tv/phpBB2&hl=en&lr=&as_qdr=all">Search LinHES Forum</a></li>
- <li><a href="http://www.knoppmythwiki.org/">KnoppMyth Wiki</a></li>
- <li><a href="http://linhes.org/bugs/projects/linhes/wiki">LinHES R6 Hints & Tips</a></li>
- <li><a href="http://linhes.org/bugs">LinHES Bug Tracker</a></li>
- </ul>
- </div>
-
-</body>
-</html>