diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/local-website/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core/local-website/htdocs/index.html | 8 | ||||
-rw-r--r-- | abs/core/local-website/htdocs/rrd/Disabled | 0 | ||||
-rw-r--r-- | abs/core/local-website/htdocs/rrd/index.html | 29 |
4 files changed, 5 insertions, 34 deletions
diff --git a/abs/core/local-website/PKGBUILD b/abs/core/local-website/PKGBUILD index 63dc5ef..71f90ae 100644 --- a/abs/core/local-website/PKGBUILD +++ b/abs/core/local-website/PKGBUILD @@ -1,6 +1,6 @@ pkgname=local-website pkgver=2 -pkgrel=28 +pkgrel=29 pkgdesc="Contents of http://localhost" arch=(i686 x86_64) license=('GPL') diff --git a/abs/core/local-website/htdocs/index.html b/abs/core/local-website/htdocs/index.html index d893c87..04dff38 100755 --- a/abs/core/local-website/htdocs/index.html +++ b/abs/core/local-website/htdocs/index.html @@ -90,7 +90,7 @@ </div> <div id="info_status" class="hidden"> <ul> - <li><a href="/rrd/index.html">RRDTool</a> - A system monitoring tool.</li> + <li><a href="/rrd/index-rrd.html">RRDTool</a> - A system monitoring tool.</li> <li><a href="/monitorix/">Monitorix</a> - A lightweight system monitoring tool.<br></li> <li><a href="http://fah-web.stanford.edu/cgi-bin/main.py?qtype=teampage&teamnum=50975">KnoppMyth Folding@home Team Status</a></li> <li><a href="/foldingathome/">My Folding@home Status</a></li> @@ -103,9 +103,9 @@ <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 <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://linhes.org/bugs/projects/linhes/wiki">LinHES Wiki</a></li> - <li><a href="http://linhes.org/bugs">LinHES Bug Tracker</a></li> + <li><a href="http://forum.linhes.org">LinHES Forum</a></li> + <li><a href="http://linhes.org/wiki">LinHES Wiki</a></li> + <li><a href="http://linhes.org/projects/linhes/issues">LinHES Bug Tracker</a></li> </ul> </div> </div> diff --git a/abs/core/local-website/htdocs/rrd/Disabled b/abs/core/local-website/htdocs/rrd/Disabled deleted file mode 100644 index e69de29..0000000 --- a/abs/core/local-website/htdocs/rrd/Disabled +++ /dev/null diff --git a/abs/core/local-website/htdocs/rrd/index.html b/abs/core/local-website/htdocs/rrd/index.html deleted file mode 100644 index f6a7135..0000000 --- a/abs/core/local-website/htdocs/rrd/index.html +++ /dev/null @@ -1,29 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> - <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> - <meta content="Cecil Watson" name="author"> - <title>LinHES</title> - <!-- Generated by: /usr/local/bin/rrd_Configure.sh --> - <link href="/KnoppMyth.css" rel="stylesheet" type="text/css" /> - <p align="center"><a href="http://www.mysettopbox.tv"> - <img src="/header.png" alt="Tux with a Remote" align="middle" border="0"></a> - </p> - <table align="center" border="0" cellpadding="5"> - <tbody> - <tr> - <td style="vertical-align: top;"> - <p class="headerimage" align="center"><b>The Linux Home Entertainment System Release 6</b></p> - <p align=center> -<font size="+2">RRD Tool</font><br> -<font size="+1">Is <font color="#CC0000">disabled</font> -by rrd_Configure.sh and may be re-enabled by running as root:<br> -<b>rrd_Configure.sh</b></font> - </p> - <p> </p> - </td> - </tr> - </tbody> - </table> -</body> -</html> |