diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-01-04 15:06:59 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-01-04 15:06:59 +0000 |
commit | 2389b28b173f1020cf5cce7af93c94f885aad0ff (patch) | |
tree | d80789ae04efb89523a2da50adfe2a27ce17e41b /www/Makefile | |
parent | 3cb6b9ec689040b99b0e41f412640c92e122484c (diff) |
MythWeb provides a frontend for scheduling and managing recordings
on your MythBox from a web browser located on another machine.
Provided the security is set up correctly on your MythBox you can
access your machine from anywhere on the internet, or even your
mobile phone as long as you have a compatible browser.
WWW: http://www.mythtv.org/wiki/MythWeb
PR: ports/142148
Submitted by: Bernhard Froehlich <decke at bluelife.at>
Notes
Notes:
svn path=/head/; revision=247141
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index d11a5000c8a0..478a264cb645 100644 --- a/www/Makefile +++ b/www/Makefile @@ -563,6 +563,7 @@ SUBDIR += myghty SUBDIR += mysar SUBDIR += mysqlphp2postgres + SUBDIR += mythweb SUBDIR += nanoblogger SUBDIR += nanoblogger-extra SUBDIR += nd |