From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 29 21:40:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64D2B1065694 for ; Tue, 29 Dec 2009 21:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 431088FC0A for ; Tue, 29 Dec 2009 21:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBTLe2rI026809 for ; Tue, 29 Dec 2009 21:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBTLe2Ku026808; Tue, 29 Dec 2009 21:40:02 GMT (envelope-from gnats) Resent-Date: Tue, 29 Dec 2009 21:40:02 GMT Resent-Message-Id: <200912292140.nBTLe2Ku026808@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bernhard Froehlich Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C45251065694 for ; Tue, 29 Dec 2009 21:38:08 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail.itac.at (mail.itac.at [91.205.172.9]) by mx1.freebsd.org (Postfix) with ESMTP id C02AA8FC12 for ; Tue, 29 Dec 2009 21:38:07 +0000 (UTC) Received: from 77.117.164.183.wireless.dyn.drei.com ([77.117.164.183] helo=localhost) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1NPjlI-0001Jy-KM for FreeBSD-gnats-submit@freebsd.org; Tue, 29 Dec 2009 22:38:06 +0100 Message-Id: <20091229221334.2ae4b63c@bluelife.at> Date: Tue, 29 Dec 2009 22:13:34 +0100 From: Bernhard Froehlich To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/142148: [NEW PORT] www/mythweb: A frontend for scheduling and managing recordings on your MythTV Box X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2009 21:40:02 -0000 >Number: 142148 >Category: ports >Synopsis: [NEW PORT] www/mythweb: A frontend for scheduling and managing recordings on your MythTV Box >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 29 21:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Bernhard Froehlich >Release: FreeBSD 8.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD chii.bluelife.at 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 2009 >Description: 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 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- mythweb-0.22.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mythweb # mythweb/pkg-descr # mythweb/Makefile # mythweb/pkg-plist # mythweb/distinfo # mythweb/pkg-message # echo c - mythweb mkdir -p mythweb > /dev/null 2>&1 echo x - mythweb/pkg-descr sed 's/^X//' >mythweb/pkg-descr << '8bd721b53520cf610e91d07ed4dd1b0e' XMythWeb provides a frontend for scheduling and managing recordings Xon your MythBox from a web browser located on another machine. XProvided the security is set up correctly on your MythBox you can Xaccess your machine from anywhere on the internet, or even your Xmobile phone as long as you have a compatible browser. X XWWW: http://www.mythtv.org/wiki/MythWeb 8bd721b53520cf610e91d07ed4dd1b0e echo x - mythweb/Makefile sed 's/^X//' >mythweb/Makefile << 'd9fb7999471d22787411c6022e1960bb' X# New ports collection makefile for: mythweb X# Date created: 2009-12-27 X# Whom: Bernhard Froehlich X# X# $FreeBSD$ X# X XPORTNAME= mythweb XPORTVERSION= 0.22 XCATEGORIES= www XMASTER_SITES= http://ftp.osuosl.org/pub/mythtv/ \ X http://ftp.oregonstate.edu/pub/mythtv/ XDISTNAME= mythplugins-${PORTVERSION} X XMAINTAINER= decke@bluelife.at XCOMMENT= A frontend for scheduling and managing recordings on your MythTV Box X XRUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql X XNO_BUILD= yes XUSE_BZIP2= yes XUSE_APACHE= 2.2+ XUSE_PHP= spl session mysql pcre posix json X Xpost-patch: X @${REINPLACE_CMD} -e 's|/var/www/html|${WWWDIR}|' \ X ${WRKSRC}/mythweb/mythweb.conf.apache X Xdo-install: X ${MKDIR} ${WWWDIR} X ${MKDIR} ${WWWDIR}/data X (cd ${WRKSRC}/mythweb/ && ${COPYTREE_SHARE} "*" ${WWWDIR} "! -name *.bak") X X ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} X ${CHMOD} -R 775 ${WWWDIR}/data X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include d9fb7999471d22787411c6022e1960bb echo x - mythweb/pkg-plist sed 's/^X//' >mythweb/pkg-plist << '237f2dedf07f2b0c7b9f3bbf163226d3' X@comment $FreeBSD$ X%%WWWDIR%%/INSTALL X%%WWWDIR%%/LICENSE X%%WWWDIR%%/README X%%WWWDIR%%/classes/Cache.php X%%WWWDIR%%/classes/Cache/Enabled.php X%%WWWDIR%%/classes/Cache/Engine.php X%%WWWDIR%%/classes/Cache/Memcache.php X%%WWWDIR%%/classes/Cache/Null.php X%%WWWDIR%%/classes/Cache/SHM.php X%%WWWDIR%%/classes/Cache/Static.php X%%WWWDIR%%/classes/Cache/StaticMemcache.php X%%WWWDIR%%/classes/Database.php X%%WWWDIR%%/classes/Database/Query.php X%%WWWDIR%%/classes/Database/Query/mysql.php X%%WWWDIR%%/classes/Database/Query/mysqlicompat.php X%%WWWDIR%%/classes/Database/mysql.php X%%WWWDIR%%/classes/Database/mysqlicompat.php X%%WWWDIR%%/classes/FeedItem.php X%%WWWDIR%%/classes/FeedWriter.php X%%WWWDIR%%/classes/JSON.php X%%WWWDIR%%/classes/Modules.php X%%WWWDIR%%/classes/MythBackend.php X%%WWWDIR%%/classes/MythFrontend.php X%%WWWDIR%%/classes/MythTV.php X%%WWWDIR%%/classes/MythTVChannel.php X%%WWWDIR%%/classes/MythTVProgram.php X%%WWWDIR%%/classes/MythTVRecording.php X%%WWWDIR%%/classes/MythTVStorageGroup.php X%%WWWDIR%%/classes/Services/JSON.php X%%WWWDIR%%/classes/Video.php X%%WWWDIR%%/classes/vcalendar.php X%%WWWDIR%%/configuration/canned_searches.conf.php.Australia X%%WWWDIR%%/includes/class_autoload.php X%%WWWDIR%%/includes/cleanup.php X%%WWWDIR%%/includes/config.php X%%WWWDIR%%/includes/css.php X%%WWWDIR%%/includes/data_dir.php X%%WWWDIR%%/includes/database.php X%%WWWDIR%%/includes/db_update.php X%%WWWDIR%%/includes/defines.php X%%WWWDIR%%/includes/errordisplay.php X%%WWWDIR%%/includes/errors.php X%%WWWDIR%%/includes/init.php X%%WWWDIR%%/includes/jobqueue.php X%%WWWDIR%%/includes/lockdown.php X%%WWWDIR%%/includes/mobile.php X%%WWWDIR%%/includes/modules.php X%%WWWDIR%%/includes/mouseovers.php X%%WWWDIR%%/includes/php_version_check.php X%%WWWDIR%%/includes/session.php X%%WWWDIR%%/includes/skin.php X%%WWWDIR%%/includes/sorting.php X%%WWWDIR%%/includes/translate.php X%%WWWDIR%%/includes/utils.php X%%WWWDIR%%/js/AC_OETags.js X%%WWWDIR%%/js/flowplayer-3.1.1.min.js X%%WWWDIR%%/js/pngbehavior.htc X%%WWWDIR%%/js/prototip/classic_toolbar.gif X%%WWWDIR%%/js/prototip/close.gif X%%WWWDIR%%/js/prototip/close_hover.gif X%%WWWDIR%%/js/prototip/close_hover_red.gif X%%WWWDIR%%/js/prototip/prototip.css X%%WWWDIR%%/js/prototip/prototip.js X%%WWWDIR%%/js/prototype.js X%%WWWDIR%%/js/scriptaculous/builder.js X%%WWWDIR%%/js/scriptaculous/controls.js X%%WWWDIR%%/js/scriptaculous/dragdrop.js X%%WWWDIR%%/js/scriptaculous/effects.js X%%WWWDIR%%/js/scriptaculous/jw_effects.js X%%WWWDIR%%/js/scriptaculous/scriptaculous.js X%%WWWDIR%%/js/scriptaculous/slider.js X%%WWWDIR%%/js/scriptaculous/sound.js X%%WWWDIR%%/js/scriptaculous/unittest.js X%%WWWDIR%%/js/table_sort.js X%%WWWDIR%%/js/utils.js X%%WWWDIR%%/modules/_shared/lang/Catalan.cat X%%WWWDIR%%/modules/_shared/lang/Catalan.lang X%%WWWDIR%%/modules/_shared/lang/Czech.cat X%%WWWDIR%%/modules/_shared/lang/Czech.lang X%%WWWDIR%%/modules/_shared/lang/Danish.cat X%%WWWDIR%%/modules/_shared/lang/Danish.lang X%%WWWDIR%%/modules/_shared/lang/Dutch.cat X%%WWWDIR%%/modules/_shared/lang/Dutch.lang X%%WWWDIR%%/modules/_shared/lang/English.cat X%%WWWDIR%%/modules/_shared/lang/English.lang X%%WWWDIR%%/modules/_shared/lang/English_GB.cat X%%WWWDIR%%/modules/_shared/lang/English_GB.lang X%%WWWDIR%%/modules/_shared/lang/Finnish.cat X%%WWWDIR%%/modules/_shared/lang/Finnish.lang X%%WWWDIR%%/modules/_shared/lang/French.cat X%%WWWDIR%%/modules/_shared/lang/French.lang X%%WWWDIR%%/modules/_shared/lang/French_CA.cat X%%WWWDIR%%/modules/_shared/lang/French_CA.lang X%%WWWDIR%%/modules/_shared/lang/German.cat X%%WWWDIR%%/modules/_shared/lang/German.lang X%%WWWDIR%%/modules/_shared/lang/Hungarian.cat X%%WWWDIR%%/modules/_shared/lang/Hungarian.lang X%%WWWDIR%%/modules/_shared/lang/Japanese.cat X%%WWWDIR%%/modules/_shared/lang/Japanese.lang X%%WWWDIR%%/modules/_shared/lang/Polish.cat X%%WWWDIR%%/modules/_shared/lang/Polish.lang X%%WWWDIR%%/modules/_shared/lang/Slovenian.cat X%%WWWDIR%%/modules/_shared/lang/Slovenian.lang X%%WWWDIR%%/modules/_shared/lang/Spanish.cat X%%WWWDIR%%/modules/_shared/lang/Spanish.lang X%%WWWDIR%%/modules/_shared/lang/Swedish.cat X%%WWWDIR%%/modules/_shared/lang/Swedish.lang X%%WWWDIR%%/modules/_shared/lang/build_translation.pl X%%WWWDIR%%/modules/_shared/lang/translations.txt X%%WWWDIR%%/modules/_shared/tmpl/_errors/db_access_denied.php X%%WWWDIR%%/modules/_shared/tmpl/_errors/db_vars_error.php X%%WWWDIR%%/modules/_shared/tmpl/_errors/error.php X%%WWWDIR%%/modules/_shared/tmpl/_errors/fatal.php X%%WWWDIR%%/modules/_shared/tmpl/_errors/lockdown.php X%%WWWDIR%%/modules/_shared/tmpl/_errors/no_modules.php X%%WWWDIR%%/modules/_shared/tmpl/_errors/site_down.php X%%WWWDIR%%/modules/_shared/tmpl/_errors/unknown_module.php X%%WWWDIR%%/modules/_shared/tmpl/default/footer.php X%%WWWDIR%%/modules/_shared/tmpl/default/header.php X%%WWWDIR%%/modules/_shared/tmpl/default/welcome.php X%%WWWDIR%%/modules/_shared/tmpl/iPod/footer.php X%%WWWDIR%%/modules/_shared/tmpl/iPod/header.php X%%WWWDIR%%/modules/_shared/tmpl/iPod/welcome.php X%%WWWDIR%%/modules/_shared/tmpl/lite/footer.php X%%WWWDIR%%/modules/_shared/tmpl/lite/header.php X%%WWWDIR%%/modules/_shared/tmpl/lite/welcome.php X%%WWWDIR%%/modules/_shared/tmpl/wap/css.php X%%WWWDIR%%/modules/_shared/tmpl/wap/footer.php X%%WWWDIR%%/modules/_shared/tmpl/wap/header.php X%%WWWDIR%%/modules/_shared/tmpl/wap/welcome.php X%%WWWDIR%%/modules/backend_log/handler.php X%%WWWDIR%%/modules/backend_log/init.php X%%WWWDIR%%/modules/backend_log/tmpl/default/backend_log.php X%%WWWDIR%%/modules/backend_log/tmpl/default/welcome.php X%%WWWDIR%%/modules/backend_log/tmpl/lite/backend_log.php X%%WWWDIR%%/modules/backend_log/tmpl/lite/welcome.php X%%WWWDIR%%/modules/database/init.php X%%WWWDIR%%/modules/database/set_settings.php X%%WWWDIR%%/modules/database/tmpl/default/set_settings.php X%%WWWDIR%%/modules/music/handler.php X%%WWWDIR%%/modules/music/init.php X%%WWWDIR%%/modules/music/mp3act_fat.js X%%WWWDIR%%/modules/music/mp3act_functions.php X%%WWWDIR%%/modules/music/mp3act_hidden.php X%%WWWDIR%%/modules/music/mp3act_html_functions.php X%%WWWDIR%%/modules/music/mp3act_js.js.php X%%WWWDIR%%/modules/music/mp3act_main.php X%%WWWDIR%%/modules/music/mp3act_sajax.php X%%WWWDIR%%/modules/music/stream.php X%%WWWDIR%%/modules/music/tmpl/default/welcome.php X%%WWWDIR%%/modules/mythtv/init.php X%%WWWDIR%%/modules/mythtv/set_keys.php X%%WWWDIR%%/modules/mythtv/set_settings.php X%%WWWDIR%%/modules/mythtv/tmpl/default/set_keys.php X%%WWWDIR%%/modules/mythtv/tmpl/default/set_settings.php X%%WWWDIR%%/modules/mythtv/tmpl/lite/set_keys.php X%%WWWDIR%%/modules/mythtv/tmpl/lite/set_settings.php X%%WWWDIR%%/modules/mythweb/init.php X%%WWWDIR%%/modules/mythweb/set_defaults.php X%%WWWDIR%%/modules/mythweb/set_flvplayer.php X%%WWWDIR%%/modules/mythweb/set_session.php X%%WWWDIR%%/modules/mythweb/tmpl/default/set_defaults.php X%%WWWDIR%%/modules/mythweb/tmpl/default/set_flvplayer.php X%%WWWDIR%%/modules/mythweb/tmpl/default/set_session.php X%%WWWDIR%%/modules/mythweb/tmpl/lite/set_defaults.php X%%WWWDIR%%/modules/mythweb/tmpl/lite/set_flvplayer.php X%%WWWDIR%%/modules/mythweb/tmpl/lite/set_session.php X%%WWWDIR%%/modules/remote/do.php X%%WWWDIR%%/modules/remote/handler.php X%%WWWDIR%%/modules/remote/init.php X%%WWWDIR%%/modules/remote/keys.php X%%WWWDIR%%/modules/remote/play_program_on_frontend.php X%%WWWDIR%%/modules/remote/tmpl/default/jump.php X%%WWWDIR%%/modules/remote/tmpl/default/keys.php X%%WWWDIR%%/modules/remote/tmpl/default/play.php X%%WWWDIR%%/modules/remote/tmpl/default/query.php X%%WWWDIR%%/modules/remote/tmpl/default/remote.php X%%WWWDIR%%/modules/remote/tmpl/default/welcome.php X%%WWWDIR%%/modules/remote/tmpl/iPod/play_program_on_frontend.php X%%WWWDIR%%/modules/remote/tmpl/iPod/welcome.php X%%WWWDIR%%/modules/settings/handler.php X%%WWWDIR%%/modules/settings/init.php X%%WWWDIR%%/modules/settings/tmpl/default/footer.php X%%WWWDIR%%/modules/settings/tmpl/default/header.php X%%WWWDIR%%/modules/settings/tmpl/default/welcome.php X%%WWWDIR%%/modules/settings/tmpl/lite/footer.php X%%WWWDIR%%/modules/settings/tmpl/lite/header.php X%%WWWDIR%%/modules/settings/tmpl/lite/mythweb.php X%%WWWDIR%%/modules/settings/tmpl/lite/welcome.php X%%WWWDIR%%/modules/stats/handler.php X%%WWWDIR%%/modules/stats/init.php X%%WWWDIR%%/modules/stats/tmpl/default/stats.php X%%WWWDIR%%/modules/stats/tmpl/default/welcome.php X%%WWWDIR%%/modules/stats/tmpl/lite/stats.php X%%WWWDIR%%/modules/stats/tmpl/lite/welcome.php X%%WWWDIR%%/modules/status/handler.php X%%WWWDIR%%/modules/status/init.php X%%WWWDIR%%/modules/status/tmpl/default/status.php X%%WWWDIR%%/modules/status/tmpl/default/welcome.php X%%WWWDIR%%/modules/status/tmpl/lite/status.php X%%WWWDIR%%/modules/status/tmpl/lite/welcome.php X%%WWWDIR%%/modules/status/tmpl/wap/status.php X%%WWWDIR%%/modules/stream/handler.pl X%%WWWDIR%%/modules/stream/init.php X%%WWWDIR%%/modules/stream/set_protocol.php X%%WWWDIR%%/modules/stream/stream_asx.pl X%%WWWDIR%%/modules/stream/stream_flv.pl X%%WWWDIR%%/modules/stream/stream_flvp.pl X%%WWWDIR%%/modules/stream/stream_mp4.pl X%%WWWDIR%%/modules/stream/stream_raw.pl X%%WWWDIR%%/modules/stream/tmpl/default/set_protocol.php X%%WWWDIR%%/modules/stream/tmpl/lite/set_protocol.php X%%WWWDIR%%/modules/stream/tv.pl X%%WWWDIR%%/modules/tv/MFPlayer.swf X%%WWWDIR%%/modules/tv/MFPlayer_styles.swf X%%WWWDIR%%/modules/tv/canned_searches.conf.php X%%WWWDIR%%/modules/tv/channel.php X%%WWWDIR%%/modules/tv/classes/Channel.php X%%WWWDIR%%/modules/tv/classes/Channel_List.php X%%WWWDIR%%/modules/tv/classes/Program.php X%%WWWDIR%%/modules/tv/classes/Recording.php X%%WWWDIR%%/modules/tv/classes/Schedule.php X%%WWWDIR%%/modules/tv/detail.php X%%WWWDIR%%/modules/tv/flowplayer-3.1.1.swf X%%WWWDIR%%/modules/tv/flowplayer.controls-3.1.1.swf X%%WWWDIR%%/modules/tv/get_pixmap.php X%%WWWDIR%%/modules/tv/get_schedule_details.php X%%WWWDIR%%/modules/tv/get_show_details.php X%%WWWDIR%%/modules/tv/handler.php X%%WWWDIR%%/modules/tv/includes/channels.php X%%WWWDIR%%/modules/tv/includes/programs.php X%%WWWDIR%%/modules/tv/includes/recording_schedules.php X%%WWWDIR%%/modules/tv/includes/schedule_utils.php X%%WWWDIR%%/modules/tv/init.php X%%WWWDIR%%/modules/tv/list.php X%%WWWDIR%%/modules/tv/list_recording_groups.php X%%WWWDIR%%/modules/tv/list_shows_in_title_and_group.php X%%WWWDIR%%/modules/tv/list_titles_in_group.php X%%WWWDIR%%/modules/tv/opensearch.php X%%WWWDIR%%/modules/tv/playerProductInstall.swf X%%WWWDIR%%/modules/tv/recorded.php X%%WWWDIR%%/modules/tv/schedules.php X%%WWWDIR%%/modules/tv/schedules_custom.php X%%WWWDIR%%/modules/tv/schedules_manual.php X%%WWWDIR%%/modules/tv/search.php X%%WWWDIR%%/modules/tv/searches.php X%%WWWDIR%%/modules/tv/set_channels.php X%%WWWDIR%%/modules/tv/set_playgroup.php X%%WWWDIR%%/modules/tv/set_screens.php X%%WWWDIR%%/modules/tv/set_session.php X%%WWWDIR%%/modules/tv/submenu.php X%%WWWDIR%%/modules/tv/tmpl/default/_advanced_options.php X%%WWWDIR%%/modules/tv/tmpl/default/channel.php X%%WWWDIR%%/modules/tv/tmpl/default/detail.php X%%WWWDIR%%/modules/tv/tmpl/default/list.php X%%WWWDIR%%/modules/tv/tmpl/default/list_cell_nodata.php X%%WWWDIR%%/modules/tv/tmpl/default/list_cell_program.php X%%WWWDIR%%/modules/tv/tmpl/default/list_data.php X%%WWWDIR%%/modules/tv/tmpl/default/recorded.php X%%WWWDIR%%/modules/tv/tmpl/default/schedules.php X%%WWWDIR%%/modules/tv/tmpl/default/schedules_custom.php X%%WWWDIR%%/modules/tv/tmpl/default/schedules_manual.php X%%WWWDIR%%/modules/tv/tmpl/default/search.php X%%WWWDIR%%/modules/tv/tmpl/default/searches.php X%%WWWDIR%%/modules/tv/tmpl/default/set_channels.php X%%WWWDIR%%/modules/tv/tmpl/default/set_playgroup.php X%%WWWDIR%%/modules/tv/tmpl/default/set_screens.php X%%WWWDIR%%/modules/tv/tmpl/default/set_session.php X%%WWWDIR%%/modules/tv/tmpl/default/upcoming.php X%%WWWDIR%%/modules/tv/tmpl/default/welcome.php X%%WWWDIR%%/modules/tv/tmpl/iPod/detail.php X%%WWWDIR%%/modules/tv/tmpl/iPod/list_recording_groups.php X%%WWWDIR%%/modules/tv/tmpl/iPod/list_shows_in_title_and_group.php X%%WWWDIR%%/modules/tv/tmpl/iPod/list_titles_in_group.php X%%WWWDIR%%/modules/tv/tmpl/iPod/search.php X%%WWWDIR%%/modules/tv/tmpl/iPod/submenu.php X%%WWWDIR%%/modules/tv/tmpl/iPod/upcoming.php X%%WWWDIR%%/modules/tv/tmpl/iPod/welcome.php X%%WWWDIR%%/modules/tv/tmpl/ical/upcoming.php X%%WWWDIR%%/modules/tv/tmpl/lite/channel.php X%%WWWDIR%%/modules/tv/tmpl/lite/detail.php X%%WWWDIR%%/modules/tv/tmpl/lite/list.php X%%WWWDIR%%/modules/tv/tmpl/lite/list_cell_nodata.php X%%WWWDIR%%/modules/tv/tmpl/lite/list_cell_program.php X%%WWWDIR%%/modules/tv/tmpl/lite/recorded.php X%%WWWDIR%%/modules/tv/tmpl/lite/schedules.php X%%WWWDIR%%/modules/tv/tmpl/lite/schedules_custom.php X%%WWWDIR%%/modules/tv/tmpl/lite/schedules_manual.php X%%WWWDIR%%/modules/tv/tmpl/lite/search.php X%%WWWDIR%%/modules/tv/tmpl/lite/searches.php X%%WWWDIR%%/modules/tv/tmpl/lite/set_channels.php X%%WWWDIR%%/modules/tv/tmpl/lite/set_session.php X%%WWWDIR%%/modules/tv/tmpl/lite/upcoming.php X%%WWWDIR%%/modules/tv/tmpl/lite/welcome.php X%%WWWDIR%%/modules/tv/tmpl/rss/recorded.php X%%WWWDIR%%/modules/tv/tmpl/wap/channel.php X%%WWWDIR%%/modules/tv/tmpl/wap/detail.php X%%WWWDIR%%/modules/tv/tmpl/wap/list.php X%%WWWDIR%%/modules/tv/tmpl/wap/recorded.php X%%WWWDIR%%/modules/tv/tmpl/wap/search.php X%%WWWDIR%%/modules/tv/tmpl/wap/upcoming.php X%%WWWDIR%%/modules/tv/upcoming.php X%%WWWDIR%%/modules/video/edit.php X%%WWWDIR%%/modules/video/handler.php X%%WWWDIR%%/modules/video/imdb.php X%%WWWDIR%%/modules/video/init.php X%%WWWDIR%%/modules/video/scan.php X%%WWWDIR%%/modules/video/set_settings.php X%%WWWDIR%%/modules/video/tmpl/default/set_settings.php X%%WWWDIR%%/modules/video/tmpl/default/video.php X%%WWWDIR%%/modules/video/tmpl/default/welcome.php X%%WWWDIR%%/modules/weather/classes/WeatherScreen.php X%%WWWDIR%%/modules/weather/handler.php X%%WWWDIR%%/modules/weather/init.php X%%WWWDIR%%/modules/weather/set_screen.php X%%WWWDIR%%/modules/weather/tmpl/default/set_screen.php X%%WWWDIR%%/modules/weather/tmpl/default/weather.18h.php X%%WWWDIR%%/modules/weather/tmpl/default/weather.3d.php X%%WWWDIR%%/modules/weather/tmpl/default/weather.6d.php X%%WWWDIR%%/modules/weather/tmpl/default/weather.am.php X%%WWWDIR%%/modules/weather/tmpl/default/weather.cc.php X%%WWWDIR%%/modules/weather/tmpl/default/weather.php X%%WWWDIR%%/modules/weather/tmpl/default/weather.sm.php X%%WWWDIR%%/modules/weather/tmpl/default/welcome.php X%%WWWDIR%%/modules/welcome.php X%%WWWDIR%%/mythweb.conf.apache X%%WWWDIR%%/mythweb.conf.lighttpd X%%WWWDIR%%/mythweb.php X%%WWWDIR%%/mythweb.pl X%%WWWDIR%%/skins/default/backend_log.css X%%WWWDIR%%/skins/default/header.css X%%WWWDIR%%/skins/default/img/backend_log.png X%%WWWDIR%%/skins/default/img/favicon.ico X%%WWWDIR%%/skins/default/img/flags/autoexpire.png X%%WWWDIR%%/skins/default/img/flags/bookmark.png X%%WWWDIR%%/skins/default/img/flags/cc.png X%%WWWDIR%%/skins/default/img/flags/commflagged.png X%%WWWDIR%%/skins/default/img/flags/cutlist.png X%%WWWDIR%%/skins/default/img/flags/hd.png X%%WWWDIR%%/skins/default/img/flags/no.png X%%WWWDIR%%/skins/default/img/flags/no_autoexpire.png X%%WWWDIR%%/skins/default/img/flags/processing.png X%%WWWDIR%%/skins/default/img/flags/stereo.png X%%WWWDIR%%/skins/default/img/flags/watched.png X%%WWWDIR%%/skins/default/img/flash_flv_icon.png X%%WWWDIR%%/skins/default/img/iCal2.0.png X%%WWWDIR%%/skins/default/img/left.gif X%%WWWDIR%%/skins/default/img/left_sm.png X%%WWWDIR%%/skins/default/img/movietimes.png X%%WWWDIR%%/skins/default/img/music.png X%%WWWDIR%%/skins/default/img/music/add.gif X%%WWWDIR%%/skins/default/img/music/down.gif X%%WWWDIR%%/skins/default/img/music/ff_big.gif X%%WWWDIR%%/skins/default/img/music/libg.png X%%WWWDIR%%/skins/default/img/music/paypal_donate.gif X%%WWWDIR%%/skins/default/img/music/play.gif X%%WWWDIR%%/skins/default/img/music/play_big.gif X%%WWWDIR%%/skins/default/img/music/progress_bar.gif X%%WWWDIR%%/skins/default/img/music/rem.gif X%%WWWDIR%%/skins/default/img/music/rew_big.gif X%%WWWDIR%%/skins/default/img/music/stop_big.gif X%%WWWDIR%%/skins/default/img/music/up.gif X%%WWWDIR%%/skins/default/img/music/vol.gif X%%WWWDIR%%/skins/default/img/mythtv-logo.png X%%WWWDIR%%/skins/default/img/play.png X%%WWWDIR%%/skins/default/img/play_sm.png X%%WWWDIR%%/skins/default/img/right.gif X%%WWWDIR%%/skins/default/img/right_sm.png X%%WWWDIR%%/skins/default/img/rss2.0.gif X%%WWWDIR%%/skins/default/img/settings.png X%%WWWDIR%%/skins/default/img/spacer.gif X%%WWWDIR%%/skins/default/img/stats.png X%%WWWDIR%%/skins/default/img/status.png X%%WWWDIR%%/skins/default/img/tv.png X%%WWWDIR%%/skins/default/img/video.png X%%WWWDIR%%/skins/default/img/video_sm.png X%%WWWDIR%%/skins/default/img/weather.png X%%WWWDIR%%/skins/default/img/weather/cloudy.png X%%WWWDIR%%/skins/default/img/weather/fair.png X%%WWWDIR%%/skins/default/img/weather/flurries.png X%%WWWDIR%%/skins/default/img/weather/fog.png X%%WWWDIR%%/skins/default/img/weather/lshowers.png X%%WWWDIR%%/skins/default/img/weather/mcloudy.png X%%WWWDIR%%/skins/default/img/weather/pcloudy.png X%%WWWDIR%%/skins/default/img/weather/rainsnow.png X%%WWWDIR%%/skins/default/img/weather/showers.png X%%WWWDIR%%/skins/default/img/weather/snowshow.png X%%WWWDIR%%/skins/default/img/weather/sunny.png X%%WWWDIR%%/skins/default/img/weather/thunshowers.png X%%WWWDIR%%/skins/default/img/weather/unknown.png X%%WWWDIR%%/skins/default/menus.css X%%WWWDIR%%/skins/default/music.css X%%WWWDIR%%/skins/default/programming.css X%%WWWDIR%%/skins/default/remote.css X%%WWWDIR%%/skins/default/settings.css X%%WWWDIR%%/skins/default/stats.css X%%WWWDIR%%/skins/default/status.css X%%WWWDIR%%/skins/default/style.css X%%WWWDIR%%/skins/default/tv_channel.css X%%WWWDIR%%/skins/default/tv_detail.css X%%WWWDIR%%/skins/default/tv_list.css X%%WWWDIR%%/skins/default/tv_recorded.css X%%WWWDIR%%/skins/default/tv_schedule.css X%%WWWDIR%%/skins/default/tv_schedules.css X%%WWWDIR%%/skins/default/tv_search.css X%%WWWDIR%%/skins/default/tv_upcoming.css X%%WWWDIR%%/skins/default/video.css.php X%%WWWDIR%%/skins/default/weather.css X%%WWWDIR%%/skins/default/welcome.css X%%WWWDIR%%/skins/elkin/backend_log.css X%%WWWDIR%%/skins/elkin/header.css X%%WWWDIR%%/skins/elkin/img/backend_log.png X%%WWWDIR%%/skins/elkin/img/background-gradient-h.png X%%WWWDIR%%/skins/elkin/img/background-gradient.png X%%WWWDIR%%/skins/elkin/img/favicon.ico X%%WWWDIR%%/skins/elkin/img/flags/autoexpire.png X%%WWWDIR%%/skins/elkin/img/flags/bookmark.png X%%WWWDIR%%/skins/elkin/img/flags/cc.png X%%WWWDIR%%/skins/elkin/img/flags/commflagged.png X%%WWWDIR%%/skins/elkin/img/flags/cutlist.png X%%WWWDIR%%/skins/elkin/img/flags/hd.png X%%WWWDIR%%/skins/elkin/img/flags/no.png X%%WWWDIR%%/skins/elkin/img/flags/no_autoexpire.png X%%WWWDIR%%/skins/elkin/img/flags/processing.png X%%WWWDIR%%/skins/elkin/img/flags/stereo.png X%%WWWDIR%%/skins/elkin/img/flags/watched.png X%%WWWDIR%%/skins/elkin/img/flash_flv_icon.png X%%WWWDIR%%/skins/elkin/img/left.gif X%%WWWDIR%%/skins/elkin/img/left_sm.png X%%WWWDIR%%/skins/elkin/img/movietimes.png X%%WWWDIR%%/skins/elkin/img/music.png X%%WWWDIR%%/skins/elkin/img/music/add.gif X%%WWWDIR%%/skins/elkin/img/music/down.gif X%%WWWDIR%%/skins/elkin/img/music/ff_big.gif X%%WWWDIR%%/skins/elkin/img/music/libg.png X%%WWWDIR%%/skins/elkin/img/music/paypal_donate.gif X%%WWWDIR%%/skins/elkin/img/music/play.gif X%%WWWDIR%%/skins/elkin/img/music/play_big.gif X%%WWWDIR%%/skins/elkin/img/music/progress_bar.gif X%%WWWDIR%%/skins/elkin/img/music/rem.gif X%%WWWDIR%%/skins/elkin/img/music/rew_big.gif X%%WWWDIR%%/skins/elkin/img/music/stop_big.gif X%%WWWDIR%%/skins/elkin/img/music/up.gif X%%WWWDIR%%/skins/elkin/img/music/vol.gif X%%WWWDIR%%/skins/elkin/img/mythtv-logo.png X%%WWWDIR%%/skins/elkin/img/play.png X%%WWWDIR%%/skins/elkin/img/play_sm.png X%%WWWDIR%%/skins/elkin/img/right.gif X%%WWWDIR%%/skins/elkin/img/right_sm.png X%%WWWDIR%%/skins/elkin/img/settings.png X%%WWWDIR%%/skins/elkin/img/spacer.gif X%%WWWDIR%%/skins/elkin/img/stats.png X%%WWWDIR%%/skins/elkin/img/status.png X%%WWWDIR%%/skins/elkin/img/style.css X%%WWWDIR%%/skins/elkin/img/tv.png X%%WWWDIR%%/skins/elkin/img/video.png X%%WWWDIR%%/skins/elkin/img/video_sm.png X%%WWWDIR%%/skins/elkin/img/weather.png X%%WWWDIR%%/skins/elkin/img/weather/cloudy.png X%%WWWDIR%%/skins/elkin/img/weather/fair.png X%%WWWDIR%%/skins/elkin/img/weather/flurries.png X%%WWWDIR%%/skins/elkin/img/weather/fog.png X%%WWWDIR%%/skins/elkin/img/weather/lshowers.png X%%WWWDIR%%/skins/elkin/img/weather/mcloudy.png X%%WWWDIR%%/skins/elkin/img/weather/pcloudy.png X%%WWWDIR%%/skins/elkin/img/weather/rainsnow.png X%%WWWDIR%%/skins/elkin/img/weather/showers.png X%%WWWDIR%%/skins/elkin/img/weather/snowshow.png X%%WWWDIR%%/skins/elkin/img/weather/sunny.png X%%WWWDIR%%/skins/elkin/img/weather/thunshowers.png X%%WWWDIR%%/skins/elkin/img/weather/unknown.png X%%WWWDIR%%/skins/elkin/menus.css X%%WWWDIR%%/skins/elkin/music.css X%%WWWDIR%%/skins/elkin/programming.css X%%WWWDIR%%/skins/elkin/remote.css X%%WWWDIR%%/skins/elkin/settings.css X%%WWWDIR%%/skins/elkin/stats.css X%%WWWDIR%%/skins/elkin/status.css X%%WWWDIR%%/skins/elkin/style.css X%%WWWDIR%%/skins/elkin/tv_channel.css X%%WWWDIR%%/skins/elkin/tv_detail.css X%%WWWDIR%%/skins/elkin/tv_list.css X%%WWWDIR%%/skins/elkin/tv_recorded.css X%%WWWDIR%%/skins/elkin/tv_schedule.css X%%WWWDIR%%/skins/elkin/tv_schedules.css X%%WWWDIR%%/skins/elkin/tv_search.css X%%WWWDIR%%/skins/elkin/tv_upcoming.css X%%WWWDIR%%/skins/elkin/video.css X%%WWWDIR%%/skins/elkin/video.css.php X%%WWWDIR%%/skins/elkin/weather.css X%%WWWDIR%%/skins/elkin/welcome.css X%%WWWDIR%%/skins/errors.css X%%WWWDIR%%/skins/grey/backend_log.css X%%WWWDIR%%/skins/grey/header.css X%%WWWDIR%%/skins/grey/img/backend_log.png X%%WWWDIR%%/skins/grey/img/favicon.ico X%%WWWDIR%%/skins/grey/img/flags/autoexpire.png X%%WWWDIR%%/skins/grey/img/flags/bookmark.png X%%WWWDIR%%/skins/grey/img/flags/cc.png X%%WWWDIR%%/skins/grey/img/flags/commflagged.png X%%WWWDIR%%/skins/grey/img/flags/cutlist.png X%%WWWDIR%%/skins/grey/img/flags/hd.png X%%WWWDIR%%/skins/grey/img/flags/no.png X%%WWWDIR%%/skins/grey/img/flags/no_autoexpire.png X%%WWWDIR%%/skins/grey/img/flags/processing.png X%%WWWDIR%%/skins/grey/img/flags/stereo.png X%%WWWDIR%%/skins/grey/img/flags/watched.png X%%WWWDIR%%/skins/grey/img/left.gif X%%WWWDIR%%/skins/grey/img/left_sm.png X%%WWWDIR%%/skins/grey/img/movietimes.png X%%WWWDIR%%/skins/grey/img/music X%%WWWDIR%%/skins/grey/img/music.png X%%WWWDIR%%/skins/grey/img/mythtv-logo.png X%%WWWDIR%%/skins/grey/img/play.png X%%WWWDIR%%/skins/grey/img/play_sm.png X%%WWWDIR%%/skins/grey/img/right.gif X%%WWWDIR%%/skins/grey/img/right_sm.png X%%WWWDIR%%/skins/grey/img/settings.png X%%WWWDIR%%/skins/grey/img/spacer.gif X%%WWWDIR%%/skins/grey/img/stats.png X%%WWWDIR%%/skins/grey/img/status.png X%%WWWDIR%%/skins/grey/img/tv.png X%%WWWDIR%%/skins/grey/img/video.png X%%WWWDIR%%/skins/grey/img/video_sm.png X%%WWWDIR%%/skins/grey/img/weather.png X%%WWWDIR%%/skins/grey/img/weather/cloudy.png X%%WWWDIR%%/skins/grey/img/weather/fair.png X%%WWWDIR%%/skins/grey/img/weather/flurries.png X%%WWWDIR%%/skins/grey/img/weather/fog.png X%%WWWDIR%%/skins/grey/img/weather/lshowers.png X%%WWWDIR%%/skins/grey/img/weather/mcloudy.png X%%WWWDIR%%/skins/grey/img/weather/myth_logo.png X%%WWWDIR%%/skins/grey/img/weather/pcloudy.png X%%WWWDIR%%/skins/grey/img/weather/rainsnow.png X%%WWWDIR%%/skins/grey/img/weather/showers.png X%%WWWDIR%%/skins/grey/img/weather/snowshow.png X%%WWWDIR%%/skins/grey/img/weather/sunny.png X%%WWWDIR%%/skins/grey/img/weather/thunshowers.png X%%WWWDIR%%/skins/grey/img/weather/unknown.png X%%WWWDIR%%/skins/grey/menus.css X%%WWWDIR%%/skins/grey/music.css X%%WWWDIR%%/skins/grey/programming.css X%%WWWDIR%%/skins/grey/settings.css X%%WWWDIR%%/skins/grey/stats.css X%%WWWDIR%%/skins/grey/status.css X%%WWWDIR%%/skins/grey/style.css X%%WWWDIR%%/skins/grey/tv_detail.css X%%WWWDIR%%/skins/grey/tv_recorded.css X%%WWWDIR%%/skins/grey/tv_schedules.css X%%WWWDIR%%/skins/grey/tv_upcoming.css X%%WWWDIR%%/skins/grey/weather.css X%%WWWDIR%%/skins/grey/welcome.css X%%WWWDIR%%/skins/haze_dark/backend_log.css X%%WWWDIR%%/skins/haze_dark/header.css X%%WWWDIR%%/skins/haze_dark/img/backend_log.png X%%WWWDIR%%/skins/haze_dark/img/favicon.ico X%%WWWDIR%%/skins/haze_dark/img/left.gif X%%WWWDIR%%/skins/haze_dark/img/leftwhite.png X%%WWWDIR%%/skins/haze_dark/img/movietimes.png X%%WWWDIR%%/skins/haze_dark/img/music.png X%%WWWDIR%%/skins/haze_dark/img/mythtv-logo.png X%%WWWDIR%%/skins/haze_dark/img/right.gif X%%WWWDIR%%/skins/haze_dark/img/rightwhite.png X%%WWWDIR%%/skins/haze_dark/img/settings.png X%%WWWDIR%%/skins/haze_dark/img/spacer.gif X%%WWWDIR%%/skins/haze_dark/img/stats.png X%%WWWDIR%%/skins/haze_dark/img/status.png X%%WWWDIR%%/skins/haze_dark/img/tv.png X%%WWWDIR%%/skins/haze_dark/img/video.png X%%WWWDIR%%/skins/haze_dark/img/weather.png X%%WWWDIR%%/skins/haze_dark/img/weather/cloudy.png X%%WWWDIR%%/skins/haze_dark/img/weather/fair.png X%%WWWDIR%%/skins/haze_dark/img/weather/flurries.png X%%WWWDIR%%/skins/haze_dark/img/weather/fog.png X%%WWWDIR%%/skins/haze_dark/img/weather/lshowers.png X%%WWWDIR%%/skins/haze_dark/img/weather/mcloudy.png X%%WWWDIR%%/skins/haze_dark/img/weather/myth_logo.png X%%WWWDIR%%/skins/haze_dark/img/weather/pcloudy.png X%%WWWDIR%%/skins/haze_dark/img/weather/rainsnow.png X%%WWWDIR%%/skins/haze_dark/img/weather/showers.png X%%WWWDIR%%/skins/haze_dark/img/weather/snowshow.png X%%WWWDIR%%/skins/haze_dark/img/weather/sunny.png X%%WWWDIR%%/skins/haze_dark/img/weather/thunshowers.png X%%WWWDIR%%/skins/haze_dark/img/weather/unknown.png X%%WWWDIR%%/skins/haze_dark/img/y X%%WWWDIR%%/skins/haze_dark/menus.css X%%WWWDIR%%/skins/haze_dark/programming.css X%%WWWDIR%%/skins/haze_dark/stats.css X%%WWWDIR%%/skins/haze_dark/status.css X%%WWWDIR%%/skins/haze_dark/style.css X%%WWWDIR%%/skins/haze_dark/tv_detail.css X%%WWWDIR%%/skins/haze_dark/tv_schedules.css X%%WWWDIR%%/skins/haze_dark/tv_schedules_custom.css X%%WWWDIR%%/skins/haze_dark/tv_schedules_manual.css X%%WWWDIR%%/skins/haze_dark/tv_upcoming.css X%%WWWDIR%%/skins/haze_dark/weather.css X%%WWWDIR%%/skins/haze_dark/welcome.css X%%WWWDIR%%/skins/haze_light/backend_log.css X%%WWWDIR%%/skins/haze_light/header.css X%%WWWDIR%%/skins/haze_light/img/backend_log.png X%%WWWDIR%%/skins/haze_light/img/favicon.ico X%%WWWDIR%%/skins/haze_light/img/left.gif X%%WWWDIR%%/skins/haze_light/img/leftwhite.png X%%WWWDIR%%/skins/haze_light/img/movietimes.png X%%WWWDIR%%/skins/haze_light/img/music.png X%%WWWDIR%%/skins/haze_light/img/mythtv-logo.png X%%WWWDIR%%/skins/haze_light/img/right.gif X%%WWWDIR%%/skins/haze_light/img/rightwhite.png X%%WWWDIR%%/skins/haze_light/img/settings.png X%%WWWDIR%%/skins/haze_light/img/spacer.gif X%%WWWDIR%%/skins/haze_light/img/stats.png X%%WWWDIR%%/skins/haze_light/img/status.png X%%WWWDIR%%/skins/haze_light/img/tv.png X%%WWWDIR%%/skins/haze_light/img/video.png X%%WWWDIR%%/skins/haze_light/img/weather.png X%%WWWDIR%%/skins/haze_light/img/weather/cloudy.png X%%WWWDIR%%/skins/haze_light/img/weather/fair.png X%%WWWDIR%%/skins/haze_light/img/weather/flurries.png X%%WWWDIR%%/skins/haze_light/img/weather/fog.png X%%WWWDIR%%/skins/haze_light/img/weather/lshowers.png X%%WWWDIR%%/skins/haze_light/img/weather/mcloudy.png X%%WWWDIR%%/skins/haze_light/img/weather/myth_logo.png X%%WWWDIR%%/skins/haze_light/img/weather/pcloudy.png X%%WWWDIR%%/skins/haze_light/img/weather/rainsnow.png X%%WWWDIR%%/skins/haze_light/img/weather/showers.png X%%WWWDIR%%/skins/haze_light/img/weather/snowshow.png X%%WWWDIR%%/skins/haze_light/img/weather/sunny.png X%%WWWDIR%%/skins/haze_light/img/weather/thunshowers.png X%%WWWDIR%%/skins/haze_light/img/weather/unknown.png X%%WWWDIR%%/skins/haze_light/menus.css X%%WWWDIR%%/skins/haze_light/programming.css X%%WWWDIR%%/skins/haze_light/stats.css X%%WWWDIR%%/skins/haze_light/status.css X%%WWWDIR%%/skins/haze_light/style.css X%%WWWDIR%%/skins/haze_light/tv_detail.css X%%WWWDIR%%/skins/haze_light/tv_schedules.css X%%WWWDIR%%/skins/haze_light/tv_schedules_custom.css X%%WWWDIR%%/skins/haze_light/tv_schedules_manual.css X%%WWWDIR%%/skins/haze_light/tv_upcoming.css X%%WWWDIR%%/skins/haze_light/weather.css X%%WWWDIR%%/skins/haze_light/welcome.css X%%WWWDIR%%/skins/iPod-default/AppPanel.css X%%WWWDIR%%/skins/iPod-default/ListPanel.css X%%WWWDIR%%/skins/iPod-default/header.css X%%WWWDIR%%/skins/iPod-default/img/Icons/cal.png X%%WWWDIR%%/skins/iPod-default/img/Icons/clock.png X%%WWWDIR%%/skins/iPod-default/img/Icons/logs.png X%%WWWDIR%%/skins/iPod-default/img/Icons/music.png X%%WWWDIR%%/skins/iPod-default/img/Icons/photos.png X%%WWWDIR%%/skins/iPod-default/img/Icons/remote.png X%%WWWDIR%%/skins/iPod-default/img/Icons/status.png X%%WWWDIR%%/skins/iPod-default/img/Icons/tv.png X%%WWWDIR%%/skins/iPod-default/img/Icons/video.png X%%WWWDIR%%/skins/iPod-default/img/Icons/weather.png X%%WWWDIR%%/skins/iPod-default/img/Search Background.tiff X%%WWWDIR%%/skins/iPod-default/img/back_button.png X%%WWWDIR%%/skins/iPod-default/img/back_button_clicked.png X%%WWWDIR%%/skins/iPod-default/img/button_darkgray.png X%%WWWDIR%%/skins/iPod-default/img/button_darkgray_pressed.png X%%WWWDIR%%/skins/iPod-default/img/chevron.png X%%WWWDIR%%/skins/iPod-default/img/chevron_touched.png X%%WWWDIR%%/skins/iPod-default/img/favicon.ico X%%WWWDIR%%/skins/iPod-default/img/header_middle.png X%%WWWDIR%%/skins/iPod-default/img/item_background_touched.png X%%WWWDIR%%/skins/iPod-default/img/off.png X%%WWWDIR%%/skins/iPod-default/img/on.png X%%WWWDIR%%/skins/iPod-default/img/pinstripes.png X%%WWWDIR%%/skins/iPod-default/img/spinner.gif X%%WWWDIR%%/skins/iPod-default/style.css X%%WWWDIR%%/skins/wap/handheld.css X%%WWWDIR%%/skins/wap/img/mythtv-logo.gif X%%WWWDIR%%/skins/wap/img/spacer.gif X%%WWWDIR%%/skins/wap/style.css X@dirrm %%WWWDIR%%/php_sessions X@dirrm %%WWWDIR%%/image_cache X@dirrm %%WWWDIR%%/skins/haze_dark/img/weather X@dirrm %%WWWDIR%%/skins/haze_dark/img X@dirrm %%WWWDIR%%/skins/haze_dark X@dirrm %%WWWDIR%%/skins/default/img/music X@dirrm %%WWWDIR%%/skins/default/img/flags X@dirrm %%WWWDIR%%/skins/default/img/weather X@dirrm %%WWWDIR%%/skins/default/img X@dirrm %%WWWDIR%%/skins/default X@dirrm %%WWWDIR%%/skins/haze_light/img/weather X@dirrm %%WWWDIR%%/skins/haze_light/img X@dirrm %%WWWDIR%%/skins/haze_light X@dirrm %%WWWDIR%%/skins/elkin/img/music X@dirrm %%WWWDIR%%/skins/elkin/img/flags X@dirrm %%WWWDIR%%/skins/elkin/img/weather X@dirrm %%WWWDIR%%/skins/elkin/img X@dirrm %%WWWDIR%%/skins/elkin X@dirrm %%WWWDIR%%/skins/grey/img/flags X@dirrm %%WWWDIR%%/skins/grey/img/weather X@dirrm %%WWWDIR%%/skins/grey/img X@dirrm %%WWWDIR%%/skins/grey X@dirrm %%WWWDIR%%/skins/wap/img X@dirrm %%WWWDIR%%/skins/wap X@dirrm %%WWWDIR%%/skins/iPod-default/img/Icons X@dirrm %%WWWDIR%%/skins/iPod-default/img X@dirrm %%WWWDIR%%/skins/iPod-default X@dirrm %%WWWDIR%%/skins X@dirrm %%WWWDIR%%/modules/stream/tmpl/default X@dirrm %%WWWDIR%%/modules/stream/tmpl/lite X@dirrm %%WWWDIR%%/modules/stream/tmpl X@dirrm %%WWWDIR%%/modules/stream X@dirrm %%WWWDIR%%/modules/mythweb/tmpl/default X@dirrm %%WWWDIR%%/modules/mythweb/tmpl/lite X@dirrm %%WWWDIR%%/modules/mythweb/tmpl X@dirrm %%WWWDIR%%/modules/mythweb X@dirrm %%WWWDIR%%/modules/music/tmpl/default X@dirrm %%WWWDIR%%/modules/music/tmpl X@dirrm %%WWWDIR%%/modules/music X@dirrm %%WWWDIR%%/modules/video/tmpl/default X@dirrm %%WWWDIR%%/modules/video/tmpl X@dirrm %%WWWDIR%%/modules/video X@dirrm %%WWWDIR%%/modules/backend_log/tmpl/default X@dirrm %%WWWDIR%%/modules/backend_log/tmpl/lite X@dirrm %%WWWDIR%%/modules/backend_log/tmpl X@dirrm %%WWWDIR%%/modules/backend_log X@dirrm %%WWWDIR%%/modules/tv/includes X@dirrm %%WWWDIR%%/modules/tv/tmpl/default X@dirrm %%WWWDIR%%/modules/tv/tmpl/ical X@dirrm %%WWWDIR%%/modules/tv/tmpl/iPod X@dirrm %%WWWDIR%%/modules/tv/tmpl/lite X@dirrm %%WWWDIR%%/modules/tv/tmpl/wap X@dirrm %%WWWDIR%%/modules/tv/tmpl/rss X@dirrm %%WWWDIR%%/modules/tv/tmpl X@dirrm %%WWWDIR%%/modules/tv/classes X@dirrm %%WWWDIR%%/modules/tv X@dirrm %%WWWDIR%%/modules/stats/tmpl/default X@dirrm %%WWWDIR%%/modules/stats/tmpl/lite X@dirrm %%WWWDIR%%/modules/stats/tmpl X@dirrm %%WWWDIR%%/modules/stats X@dirrm %%WWWDIR%%/modules/settings/tmpl/default X@dirrm %%WWWDIR%%/modules/settings/tmpl/lite X@dirrm %%WWWDIR%%/modules/settings/tmpl X@dirrm %%WWWDIR%%/modules/settings X@dirrm %%WWWDIR%%/modules/database/tmpl/default X@dirrm %%WWWDIR%%/modules/database/tmpl X@dirrm %%WWWDIR%%/modules/database X@dirrm %%WWWDIR%%/modules/status/tmpl/default X@dirrm %%WWWDIR%%/modules/status/tmpl/lite X@dirrm %%WWWDIR%%/modules/status/tmpl/wap X@dirrm %%WWWDIR%%/modules/status/tmpl X@dirrm %%WWWDIR%%/modules/status X@dirrm %%WWWDIR%%/modules/mythtv/tmpl/default X@dirrm %%WWWDIR%%/modules/mythtv/tmpl/lite X@dirrm %%WWWDIR%%/modules/mythtv/tmpl X@dirrm %%WWWDIR%%/modules/mythtv X@dirrm %%WWWDIR%%/modules/_shared/lang X@dirrm %%WWWDIR%%/modules/_shared/tmpl/_errors X@dirrm %%WWWDIR%%/modules/_shared/tmpl/default X@dirrm %%WWWDIR%%/modules/_shared/tmpl/iPod X@dirrm %%WWWDIR%%/modules/_shared/tmpl/lite X@dirrm %%WWWDIR%%/modules/_shared/tmpl/wap X@dirrm %%WWWDIR%%/modules/_shared/tmpl X@dirrm %%WWWDIR%%/modules/_shared X@dirrm %%WWWDIR%%/modules/weather/includes X@dirrm %%WWWDIR%%/modules/weather/tmpl/default X@dirrm %%WWWDIR%%/modules/weather/tmpl X@dirrm %%WWWDIR%%/modules/weather/classes X@dirrm %%WWWDIR%%/modules/weather X@dirrm %%WWWDIR%%/modules/remote/tmpl/default X@dirrm %%WWWDIR%%/modules/remote/tmpl/iPod X@dirrm %%WWWDIR%%/modules/remote/tmpl X@dirrm %%WWWDIR%%/modules/remote X@dirrm %%WWWDIR%%/modules X@dirrm %%WWWDIR%%/js/prototip X@dirrm %%WWWDIR%%/js/scriptaculous X@dirrm %%WWWDIR%%/js X@dirrm %%WWWDIR%%/includes X@dirrmtry %%WWWDIR%%/data X@dirrm %%WWWDIR%%/configuration X@dirrm %%WWWDIR%%/classes/Services X@dirrm %%WWWDIR%%/classes/Database/Query X@dirrm %%WWWDIR%%/classes/Database X@dirrm %%WWWDIR%%/classes/Cache X@dirrm %%WWWDIR%%/classes X@dirrmtry %%WWWDIR%% 237f2dedf07f2b0c7b9f3bbf163226d3 echo x - mythweb/distinfo sed 's/^X//' >mythweb/distinfo << '406da3e66bc8d4a8358b3786b192d80c' XMD5 (mythplugins-0.22.tar.bz2) = 09c8fa1058399a0c5db169a71561e985 XSHA256 (mythplugins-0.22.tar.bz2) = 75c53f4b3017a9a8fcb9ff3bf7e2709a41a579b8a4e2ae1c600dc6ce6341cd31 XSIZE (mythplugins-0.22.tar.bz2) = 19923289 406da3e66bc8d4a8358b3786b192d80c echo x - mythweb/pkg-message sed 's/^X//' >mythweb/pkg-message << '1e21461193288ae7edc57471a449dde3' X============================================================================= X XMythWeb was installed. X XYou need to configure mythweb now according to the instructions in X/usr/local/www/mythweb/INSTALL X X============================================================================= 1e21461193288ae7edc57471a449dde3 exit --- mythweb-0.22.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: