From cdddd9d3127f9b4d13b45edfb5e345f97338b61a Mon Sep 17 00:00:00 2001
From: Britney Fransen <brfransen@gmail.com>
Date: Fri, 11 Oct 2013 15:19:01 -0500
Subject: supplemental-web: update error pages for remyth, mythexport and
 mythexpress

---
 abs/core/supplemental-web/PKGBUILD                        |  2 +-
 abs/core/supplemental-web/contents/error/mythexport.html  | 13 ++++++++++++-
 abs/core/supplemental-web/contents/error/mythexpress.html |  6 +++---
 abs/core/supplemental-web/contents/error/remyth.html      |  8 +++++---
 4 files changed, 21 insertions(+), 8 deletions(-)

diff --git a/abs/core/supplemental-web/PKGBUILD b/abs/core/supplemental-web/PKGBUILD
index c24ebb8..3fddaf6 100644
--- a/abs/core/supplemental-web/PKGBUILD
+++ b/abs/core/supplemental-web/PKGBUILD
@@ -1,7 +1,7 @@
 pkgbase=supplemental-web
 pkgname=('supplemental-web' 'supplemental-web-slave')
 pkgver=8.0
-pkgrel=8
+pkgrel=9
 arch=('i686' 'x86_64')
 
 backup=('extra.cfg.txt')
diff --git a/abs/core/supplemental-web/contents/error/mythexport.html b/abs/core/supplemental-web/contents/error/mythexport.html
index 88966c6..f0d6b9d 100644
--- a/abs/core/supplemental-web/contents/error/mythexport.html
+++ b/abs/core/supplemental-web/contents/error/mythexport.html
@@ -4,8 +4,19 @@
 </head>
 
 <body>
-MythExport does not appear to be installed.
+<h2>MythExport does not appear to be installed</h2>
 </br>
+</br>
+<h4>Export MythTV recordings to portable media players.</h4>
+</br>
+<div id="navcontainer">
+    <ul id="navlist">
+To enable MythExport run these commands in a terminal:
+    </br>
+    <li>     pacman -Syyu mythexport </li>
+    <li>     add_service.sh mythexport </li>
+</ul>
 
 </body>
 </html>
+
diff --git a/abs/core/supplemental-web/contents/error/mythexpress.html b/abs/core/supplemental-web/contents/error/mythexpress.html
index 0382233..0525dfc 100644
--- a/abs/core/supplemental-web/contents/error/mythexpress.html
+++ b/abs/core/supplemental-web/contents/error/mythexpress.html
@@ -4,14 +4,14 @@
 </head>
 
 <body>
-MythExpress is not enabled or installed.
+<h2>MythExpress is not enabled or installed</h2>
 </br>
 </br>
+<h4>MythExpress is a browser-based interface to MythTV's HTTP streaming capability.</h4>
 </br>
 <div id="navcontainer">
     <ul id="navlist">
-
-To enable mythexpress run these commands in a terminal:
+To enable MythExpress run these commands in a terminal:
     </br>
     <li>     pacman -Syyu mythexpress </li>
     <li>     add_service.sh mythexpress </li>
diff --git a/abs/core/supplemental-web/contents/error/remyth.html b/abs/core/supplemental-web/contents/error/remyth.html
index 72c2775..36661d2 100644
--- a/abs/core/supplemental-web/contents/error/remyth.html
+++ b/abs/core/supplemental-web/contents/error/remyth.html
@@ -4,14 +4,16 @@
 </head>
 
 <body>
-ReMyth is not enabled or installed.
+<h2>ReMyth is not enabled or installed</h2>
 </br>
 </br>
+<h4>ReMyth provides a nice remote for your MythTV Frontends.</h4>
+<h4>You will be able to view your recordings, as well as send actions to a frontend of your choosing.</h4>
 </br>
+
 <div id="navcontainer">
     <ul id="navlist">
-
-To enable remyth run these commands in a terminal:
+To enable ReMyth run these commands in a terminal:
     </br>
     <li>     pacman -Syyu remyth </li>
     <li>     add_service.sh remyth </li>
-- 
cgit v0.12