From 8c1bbc2206ef188000c2c5c0cc4e8c11d6322ea7 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Sat, 12 May 2012 17:09:49 -0500 Subject: local-website: rename index.html -> index.htm. This is needed to automate making it the main website. This will work in conjuction with switch-web.sh, which is part of LinHES-system --- abs/core/local-website/PKGBUILD | 2 +- abs/core/local-website/htdocs/index.htm | 113 +++++++++++++++++++++++++++++++ abs/core/local-website/htdocs/index.html | 113 ------------------------------- 3 files changed, 114 insertions(+), 114 deletions(-) create mode 100644 abs/core/local-website/htdocs/index.htm delete mode 100755 abs/core/local-website/htdocs/index.html diff --git a/abs/core/local-website/PKGBUILD b/abs/core/local-website/PKGBUILD index 71f90ae..82bf025 100644 --- a/abs/core/local-website/PKGBUILD +++ b/abs/core/local-website/PKGBUILD @@ -1,6 +1,6 @@ pkgname=local-website pkgver=2 -pkgrel=29 +pkgrel=30 pkgdesc="Contents of http://localhost" arch=(i686 x86_64) license=('GPL') diff --git a/abs/core/local-website/htdocs/index.htm b/abs/core/local-website/htdocs/index.htm new file mode 100644 index 0000000..04dff38 --- /dev/null +++ b/abs/core/local-website/htdocs/index.htm @@ -0,0 +1,113 @@ + + + + + Welcome to LinHES! + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
    +
  • Media
  • +
  • Status
  • +
  • Help
  • +
+
+ +
+
+
    +
  • MythWeb - MythWeb provides a frontend for scheduling and managing recordings on your MythBox from a web browser.
  • +
  • MythTV Web Remote
  • + +
  • Mediaserv - 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 default, your TV recordings (pretty) and video directory are linked. If you want Mediaserv to stream contents from a network share: ln -s /path/to/share /myth/mediaserv/media/
  • + +
  • MythExport - PERL daemon used to transcode records and provides an RSS feed.
  • +
+
+ + +
+ + diff --git a/abs/core/local-website/htdocs/index.html b/abs/core/local-website/htdocs/index.html deleted file mode 100755 index 04dff38..0000000 --- a/abs/core/local-website/htdocs/index.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - Welcome to LinHES! - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - -
- -
-
    -
  • Media
  • -
  • Status
  • -
  • Help
  • -
-
- -
-
-
    -
  • MythWeb - MythWeb provides a frontend for scheduling and managing recordings on your MythBox from a web browser.
  • -
  • MythTV Web Remote
  • - -
  • Mediaserv - 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 default, your TV recordings (pretty) and video directory are linked. If you want Mediaserv to stream contents from a network share: ln -s /path/to/share /myth/mediaserv/media/
  • - -
  • MythExport - PERL daemon used to transcode records and provides an RSS feed.
  • -
-
- - -
- - -- cgit v0.12