Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2021 20:36:26 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564645 - in head/audio/ampache: . files
Message-ID:  <202102072036.117KaQM5023926@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sun Feb  7 20:36:26 2021
New Revision: 564645
URL: https://svnweb.freebsd.org/changeset/ports/564645

Log:
  audio/ampache: Resurrect and update to 4.3.0
  
  Delighted that this has a new upstream maintainer!
  
  Huge numbers of changes since it was taken over last
  year, so definitely worth another look.
  
  http://ampache.org/

Added:
  head/audio/ampache/
     - copied from r400160, head/audio/ampache/
  head/audio/ampache/files/500.ampache-cron.in   (contents, props changed)
  head/audio/ampache/pkg-message
     - copied, changed from r400160, head/audio/ampache/files/pkg-message.in
Deleted:
  head/audio/ampache/files/pkg-deinstall.in
  head/audio/ampache/files/pkg-message.in
Modified:
  head/audio/ampache/Makefile
  head/audio/ampache/distinfo
  head/audio/ampache/pkg-plist

Modified: head/audio/ampache/Makefile
==============================================================================
--- head/audio/ampache/Makefile	Sun Oct 25 19:35:28 2015	(r400160)
+++ head/audio/ampache/Makefile	Sun Feb  7 20:36:26 2021	(r564645)
@@ -2,41 +2,45 @@
 # $FreeBSD$
 
 PORTNAME=	ampache
-PORTVERSION=	3.5.4
-PORTREVISION=	3
+PORTVERSION=	4.3.0
+DISTVERSIONSUFFIX=	_all
 CATEGORIES=	audio www
-MASTER_SITES=	http://ampache.org/downloads/
+MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/
+PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 
-MAINTAINER=	jadawin@FreeBSD.org
+MAINTAINER=	crees@FreeBSD.org
 COMMENT=	Web-based Audio file manager
 
-BROKEN=		Unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2015-11-26
-USE_PHP=	mysql pcre session iconv hash gettext mbstring
-WANT_PHP_WEB=	yes
+LICENSE=	AGPLv3+
 
+USES=		zip gettext php:flavors mysql
+USE_PHP=	pdo pdo_mysql hash session json intl simplexml curl dom xml
+
+NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
-USES=		gettext
+SUB_FILES=	500.ampache-cron
+PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
 
-PKGDEINSTALL=	${WRKDIR}/pkg-deinstall
-PKGMESSAGE=	${WRKDIR}/pkg-message
-SUB_FILES=	pkg-message pkg-deinstall
-PLIST_SUB=	WWWDIR=${WWWDIR} \
-		WWWOWN=${WWWOWN} \
-		WWWGRP=${WWWGRP}
+OPTIONS_DEFINE=	DOCS
 
-PORTDOCS=	CHANGELOG README MIGRATION INSTALL
+post-patch:
+.for h in channel play rest
+	${REINPLACE_CMD} 's,[[:space:]]*RewriteRule [^[:space:]]*[[:space:]],&/ampache,'	\
+		${WRKSRC}/$h/.htaccess.dist
+.endfor
+	${REINPLACE_CMD} 's,^;web_path = "",web_path = "/${PORTNAME}",'	\
+		${WRKSRC}/config/ampache.cfg.php.dist
 
-OPTIONS_DEFINE=	DOCS
+do-build:
+	${MKDIR} ${WRKSRC}/src
 
 do-install:
-	@${MKDIR} ${STAGEDIR}${WWWDIR}
-	${INSTALL_MAN} ${WRKSRC}/docs/man/man1/ampache.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+	${MKDIR} ${STAGEDIR}${WWWDIR}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for doc in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/docs/${doc} ${STAGEDIR}${DOCSDIR}
-.endfor
-	(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR} "! -name *.orig")
+	(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} '-not -regex ^./man.*')
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} '-not -regex ^./docs.* -a -not -name *.bak')
+	${INSTALL_MAN} ${WRKSRC}/docs/man/man1/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
+	${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily
+	${INSTALL_SCRIPT} ${WRKDIR}/500.ampache-cron ${STAGEDIR}${PREFIX}/etc/periodic/daily/
 
 .include <bsd.port.mk>

Modified: head/audio/ampache/distinfo
==============================================================================
--- head/audio/ampache/distinfo	Sun Oct 25 19:35:28 2015	(r400160)
+++ head/audio/ampache/distinfo	Sun Feb  7 20:36:26 2021	(r564645)
@@ -1,2 +1,3 @@
-SHA256 (ampache-3.5.4.tar.gz) = f5ee6906d2af60ea8dcbd1b3a18119ffbe6b92c21c0b0c59a1ba01e5bead5f74
-SIZE (ampache-3.5.4.tar.gz) = 1961555
+TIMESTAMP = 1612622345
+SHA256 (ampache-4.3.0_all.zip) = 51cee899a93c8bfe8a1b495a6fadce2f4e1973969e434452ab04221f5eebd0e8
+SIZE (ampache-4.3.0_all.zip) = 62752685

Added: head/audio/ampache/files/500.ampache-cron.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/ampache/files/500.ampache-cron.in	Sun Feb  7 20:36:26 2021	(r564645)
@@ -0,0 +1,27 @@
+#!/bin/sh -
+#
+# $FreeBSD$
+#
+
+if [ -r /etc/defaults/periodic.conf ]; then
+	. /etc/defaults/periodic.conf
+	source_periodic_confs
+fi
+
+rc=0
+
+case "${daily_ampache_gc_enable:-no}" in
+[Nn][Oo])
+	;;
+*)
+	phpcmd=%%LOCALBASE%%/bin/php
+	cronscript=%%WWWDIR%%/bin/cron.inc
+
+	if ! $phpcmd $cronscript >/dev/null 2>&1 ; then
+		echo 'ampache cron script failed- try running it manually'
+		rc=2
+	fi
+	;;
+esac
+
+exit $rc

Copied and modified: head/audio/ampache/pkg-message (from r400160, head/audio/ampache/files/pkg-message.in)
==============================================================================
--- head/audio/ampache/files/pkg-message.in	Sun Oct 25 19:35:28 2015	(r400160, copy source)
+++ head/audio/ampache/pkg-message	Sun Feb  7 20:36:26 2021	(r564645)
@@ -1,26 +1,9 @@
----------------------------------------------------------------------------
+[
+{ type: install
+  message: <<EOM
+It is recommended to run the garbage collection daily:
 
-Browse http://localhost/%%PORTNAME%%/ to configure your ampache
-
----------------------------------------------------------------------------
-To make ampache available through your web site, I suggest
-that you add something like the following to httpd.conf:
-
-    Alias /ampache/ "%%WWWDIR%%/"
-
-    <Directory "%%WWWDIR%%/">
-        Options none
-        AllowOverride Limit
-        Order Deny,Allow
-        Allow from all
-    </Directory>
-
----------------------------------------------------------------------------
-!!WARNING!!
----------------------------------------------------------------------------
-Migrating from 3.3.x to 3.4.x
-
-Ampache 3.4 uses a different config parser that is over 10x faster then
-the previous version. Unfortunately the new parser is unable to read the
-old config files. You must run php %%WWWDIR%%/bin/migrate_config.inc from the
-command line to create your new config file.
+# echo daily_ampache_gc_enable=yes >> /etc/periodic.conf
+EOM
+}
+]

Modified: head/audio/ampache/pkg-plist
==============================================================================
--- head/audio/ampache/pkg-plist	Sun Oct 25 19:35:28 2015	(r400160)
+++ head/audio/ampache/pkg-plist	Sun Feb  7 20:36:26 2021	(r564645)
@@ -1,11 +1,34 @@
-@owner %%WWWOWN%%
-@group %%WWWGRP%%
+etc/periodic/daily/500.ampache-cron
+man/man1/ampache.1.gz
+%%PORTDOCS%%%%DOCSDIR%%/ACKNOWLEDGEMENTS.md
+%%PORTDOCS%%%%DOCSDIR%%/API-JSON-methods.md
+%%PORTDOCS%%%%DOCSDIR%%/API-XML-methods.md
+%%PORTDOCS%%%%DOCSDIR%%/API-acls.md
+%%PORTDOCS%%%%DOCSDIR%%/API-advanced-search.md
+%%PORTDOCS%%%%DOCSDIR%%/API.md
+%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.md
+%%PORTDOCS%%%%DOCSDIR%%/CONFIGURATION.md
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
+%%PORTDOCS%%%%DOCSDIR%%/PLUGINS.md
+%%PORTDOCS%%%%DOCSDIR%%/RELEASE-PROCESS.md
+%%PORTDOCS%%%%DOCSDIR%%/examples/ampache_cron.service
+%%PORTDOCS%%%%DOCSDIR%%/examples/ampache_cron.timer
+%%PORTDOCS%%%%DOCSDIR%%/examples/ampache_cron.xml
+%%PORTDOCS%%%%DOCSDIR%%/examples/channel_restart.service
+%%PORTDOCS%%%%DOCSDIR%%/examples/channel_restart.timer
+%%PORTDOCS%%%%DOCSDIR%%/examples/channel_run.service
+%%PORTDOCS%%%%DOCSDIR%%/examples/inotifywait.service
+%%PORTDOCS%%%%DOCSDIR%%/examples/inotifywait.sh
+%%PORTDOCS%%%%DOCSDIR%%/templates/CHANGELOG.md
+%%WWWDIR%%/.maintenance.example
+%%WWWDIR%%/README.md
+%%WWWDIR%%/SECURITY.md
 %%WWWDIR%%/admin/access.php
 %%WWWDIR%%/admin/catalog.php
 %%WWWDIR%%/admin/duplicates.php
 %%WWWDIR%%/admin/export.php
-%%WWWDIR%%/admin/flag.php
 %%WWWDIR%%/admin/index.php
+%%WWWDIR%%/admin/license.php
 %%WWWDIR%%/admin/mail.php
 %%WWWDIR%%/admin/modules.php
 %%WWWDIR%%/admin/shout.php
@@ -13,153 +36,6667 @@
 %%WWWDIR%%/admin/users.php
 %%WWWDIR%%/albums.php
 %%WWWDIR%%/artists.php
+%%WWWDIR%%/arts.php
 %%WWWDIR%%/batch.php
 %%WWWDIR%%/bin/.htaccess
+%%WWWDIR%%/bin/broadcast.inc
+%%WWWDIR%%/bin/calculate_art_size.inc
 %%WWWDIR%%/bin/catalog_update.inc
+%%WWWDIR%%/bin/channel_run.inc
+%%WWWDIR%%/bin/clean_art_table.inc
+%%WWWDIR%%/bin/compute_cache.inc
+%%WWWDIR%%/bin/cron.inc
+%%WWWDIR%%/bin/daap_register.bat
 %%WWWDIR%%/bin/delete_disabled.inc
 %%WWWDIR%%/bin/dump_album_art.inc
 %%WWWDIR%%/bin/fix_filenames.inc
-%%WWWDIR%%/bin/migrate_config.inc
+%%WWWDIR%%/bin/install/add_user.inc
+%%WWWDIR%%/bin/install/install_db.inc
+%%WWWDIR%%/bin/install/update_db.inc
 %%WWWDIR%%/bin/print_tags.inc
 %%WWWDIR%%/bin/sort_files.inc
+%%WWWDIR%%/bin/update_db.inc
+%%WWWDIR%%/bin/update_file.inc
+%%WWWDIR%%/bin/websocket_run.inc
 %%WWWDIR%%/bin/write_playlists.inc
-%%WWWDIR%%/bin/write_tags.inc
+%%WWWDIR%%/broadcast.php
 %%WWWDIR%%/browse.php
+%%WWWDIR%%/channel.php
+%%WWWDIR%%/channel/favicon.ico
+%%WWWDIR%%/channel/images/corner_bottomleft.jpg
+%%WWWDIR%%/channel/images/corner_bottomright.jpg
+%%WWWDIR%%/channel/images/corner_topleft.jpg
+%%WWWDIR%%/channel/images/corner_topright.jpg
+%%WWWDIR%%/channel/images/icecast.png
+%%WWWDIR%%/channel/images/key.png
+%%WWWDIR%%/channel/images/tunein.png
+%%WWWDIR%%/channel/index.php
+%%WWWDIR%%/channel/style.css
+%%WWWDIR%%/composer.json
+%%WWWDIR%%/composer.lock
+%%WWWDIR%%/composer.phar
 %%WWWDIR%%/config/.htaccess
 %%WWWDIR%%/config/ampache.cfg.php.dist
-%%WWWDIR%%/config/motd.php.dist
-%%WWWDIR%%/config/registration_agreement.php.dist
+%%WWWDIR%%/cookie_disclaimer.php
+%%WWWDIR%%/crossdomain.xml
+%%WWWDIR%%/daap/.htaccess
+%%WWWDIR%%/daap/index.php
 %%WWWDIR%%/democratic.php
-%%WWWDIR%%/docs/CHANGELOG
-%%WWWDIR%%/docs/GPL-LICENSE
-%%WWWDIR%%/docs/INSTALL
-%%WWWDIR%%/docs/MIGRATION
-%%WWWDIR%%/docs/README
 %%WWWDIR%%/favicon.ico
-%%WWWDIR%%/flag.php
-%%WWWDIR%%/genre.php
+%%WWWDIR%%/graph.php
 %%WWWDIR%%/image.php
+%%WWWDIR%%/images/ampache-dark.png
+%%WWWDIR%%/images/ampache-light.png
+%%WWWDIR%%/images/ampache-reborn-dark.png
+%%WWWDIR%%/images/ampache-reborn-light.png
 %%WWWDIR%%/images/ampache.png
+%%WWWDIR%%/images/background.light.png
+%%WWWDIR%%/images/background.png
 %%WWWDIR%%/images/blank-pixel.gif
-%%WWWDIR%%/images/blankalbum.gif
-%%WWWDIR%%/images/blankalbum.jpg
+%%WWWDIR%%/images/blankalbum.png
+%%WWWDIR%%/images/blankuser.png
+%%WWWDIR%%/images/close.png
+%%WWWDIR%%/images/fileupload-border.png
+%%WWWDIR%%/images/fileupload-icons.png
 %%WWWDIR%%/images/icon_add.png
+%%WWWDIR%%/images/icon_add12.png
+%%WWWDIR%%/images/icon_add2.png
 %%WWWDIR%%/images/icon_add_key.png
 %%WWWDIR%%/images/icon_add_tag.png
 %%WWWDIR%%/images/icon_add_user.png
+%%WWWDIR%%/images/icon_add_wanted.png
 %%WWWDIR%%/images/icon_admin.png
+%%WWWDIR%%/images/icon_album.png
 %%WWWDIR%%/images/icon_all.png
 %%WWWDIR%%/images/icon_ampache.png
 %%WWWDIR%%/images/icon_batch_download.png
+%%WWWDIR%%/images/icon_broadcast.png
+%%WWWDIR%%/images/icon_cancel.png
+%%WWWDIR%%/images/icon_clean.png
 %%WWWDIR%%/images/icon_cog.png
 %%WWWDIR%%/images/icon_comment.png
 %%WWWDIR%%/images/icon_delete.png
 %%WWWDIR%%/images/icon_disable.png
 %%WWWDIR%%/images/icon_download.png
+%%WWWDIR%%/images/icon_drag.png
+%%WWWDIR%%/images/icon_duckduckgo.png
 %%WWWDIR%%/images/icon_edit.png
+%%WWWDIR%%/images/icon_edit2.png
 %%WWWDIR%%/images/icon_enable.png
+%%WWWDIR%%/images/icon_equalizer.png
 %%WWWDIR%%/images/icon_feed.png
+%%WWWDIR%%/images/icon_file_refresh.png
 %%WWWDIR%%/images/icon_flag.png
 %%WWWDIR%%/images/icon_flag_off.png
+%%WWWDIR%%/images/icon_flow.png
+%%WWWDIR%%/images/icon_fullscreen.png
+%%WWWDIR%%/images/icon_google.png
 %%WWWDIR%%/images/icon_home.png
+%%WWWDIR%%/images/icon_image.png
+%%WWWDIR%%/images/icon_info.png
+%%WWWDIR%%/images/icon_lastfm.png
 %%WWWDIR%%/images/icon_link.png
 %%WWWDIR%%/images/icon_lock.png
 %%WWWDIR%%/images/icon_logout.png
+%%WWWDIR%%/images/icon_mail.png
+%%WWWDIR%%/images/icon_microphone.png
+%%WWWDIR%%/images/icon_minimize.png
 %%WWWDIR%%/images/icon_money.png
+%%WWWDIR%%/images/icon_multilines.png
+%%WWWDIR%%/images/icon_musicbrainz.png
 %%WWWDIR%%/images/icon_next.png
 %%WWWDIR%%/images/icon_next_hover.png
 %%WWWDIR%%/images/icon_pause.png
 %%WWWDIR%%/images/icon_pause_hover.png
 %%WWWDIR%%/images/icon_play.png
+%%WWWDIR%%/images/icon_play_add.png
+%%WWWDIR%%/images/icon_play_add_preview.png
 %%WWWDIR%%/images/icon_play_hover.png
+%%WWWDIR%%/images/icon_play_next.png
+%%WWWDIR%%/images/icon_play_preview.png
 %%WWWDIR%%/images/icon_playlist_add.png
+%%WWWDIR%%/images/icon_playlist_add_all.png
 %%WWWDIR%%/images/icon_plugin.png
 %%WWWDIR%%/images/icon_preferences.png
 %%WWWDIR%%/images/icon_prev.png
 %%WWWDIR%%/images/icon_prev_hover.png
 %%WWWDIR%%/images/icon_random.png
+%%WWWDIR%%/images/icon_replaygain.png
+%%WWWDIR%%/images/icon_run.png
+%%WWWDIR%%/images/icon_save.png
 %%WWWDIR%%/images/icon_server_lightning.png
+%%WWWDIR%%/images/icon_share.png
+%%WWWDIR%%/images/icon_share_facebook.png
+%%WWWDIR%%/images/icon_share_googleplus.png
+%%WWWDIR%%/images/icon_share_twitter.png
+%%WWWDIR%%/images/icon_sort.png
 %%WWWDIR%%/images/icon_statistics.png
 %%WWWDIR%%/images/icon_stop.png
 %%WWWDIR%%/images/icon_stop_hover.png
 %%WWWDIR%%/images/icon_tick.png
+%%WWWDIR%%/images/icon_upload.png
 %%WWWDIR%%/images/icon_view.png
+%%WWWDIR%%/images/icon_visualizer.png
 %%WWWDIR%%/images/icon_volumedn.png
 %%WWWDIR%%/images/icon_volumemute.png
 %%WWWDIR%%/images/icon_volumeup.png
+%%WWWDIR%%/images/icon_volumeup_light.png
 %%WWWDIR%%/images/icon_wand.png
+%%WWWDIR%%/images/icon_wikipedia.png
 %%WWWDIR%%/images/icon_world_link.png
 %%WWWDIR%%/images/ratings/star_rating.gif
 %%WWWDIR%%/images/ratings/x.gif
 %%WWWDIR%%/images/ratings/x_off.gif
 %%WWWDIR%%/images/top_bg.jpg
+%%WWWDIR%%/images/topmenu-album.png
+%%WWWDIR%%/images/topmenu-artist.png
+%%WWWDIR%%/images/topmenu-favorite.png
+%%WWWDIR%%/images/topmenu-flag.png
+%%WWWDIR%%/images/topmenu-home.png
+%%WWWDIR%%/images/topmenu-logout.png
+%%WWWDIR%%/images/topmenu-playlist.png
+%%WWWDIR%%/images/topmenu-radio.png
+%%WWWDIR%%/images/topmenu-tagcloud.png
+%%WWWDIR%%/images/topmenu-upload.png
 %%WWWDIR%%/index.php
 %%WWWDIR%%/install.php
+%%WWWDIR%%/labels.php
+%%WWWDIR%%/lib/.htaccess
 %%WWWDIR%%/lib/batch.lib.php
+%%WWWDIR%%/lib/class/DatabaseObject.php
+%%WWWDIR%%/lib/class/Interfaces/Model.php
+%%WWWDIR%%/lib/class/Metadata/Metadata.php
+%%WWWDIR%%/lib/class/Metadata/Model/Metadata.php
+%%WWWDIR%%/lib/class/Metadata/Model/MetadataField.php
+%%WWWDIR%%/lib/class/Metadata/Repository/Metadata.php
+%%WWWDIR%%/lib/class/Metadata/Repository/MetadataField.php
+%%WWWDIR%%/lib/class/Repository.php
 %%WWWDIR%%/lib/class/access.class.php
 %%WWWDIR%%/lib/class/ajax.class.php
 %%WWWDIR%%/lib/class/album.class.php
-%%WWWDIR%%/lib/class/ampachemail.class.php
-%%WWWDIR%%/lib/class/ampacherss.class.php
+%%WWWDIR%%/lib/class/ampache_rss.class.php
+%%WWWDIR%%/lib/class/ampconfig.class.php
+%%WWWDIR%%/lib/class/amperror.class.php
 %%WWWDIR%%/lib/class/api.class.php
+%%WWWDIR%%/lib/class/art.class.php
 %%WWWDIR%%/lib/class/artist.class.php
+%%WWWDIR%%/lib/class/artist_event.class.php
+%%WWWDIR%%/lib/class/auth.class.php
+%%WWWDIR%%/lib/class/autoupdate.class.php
+%%WWWDIR%%/lib/class/bookmark.class.php
+%%WWWDIR%%/lib/class/broadcast.class.php
+%%WWWDIR%%/lib/class/broadcast_server.class.php
 %%WWWDIR%%/lib/class/browse.class.php
 %%WWWDIR%%/lib/class/catalog.class.php
-%%WWWDIR%%/lib/class/config.class.php
+%%WWWDIR%%/lib/class/channel.class.php
+%%WWWDIR%%/lib/class/clip.class.php
 %%WWWDIR%%/lib/class/core.class.php
+%%WWWDIR%%/lib/class/daap_api.class.php
 %%WWWDIR%%/lib/class/database_object.abstract.php
 %%WWWDIR%%/lib/class/dba.class.php
 %%WWWDIR%%/lib/class/democratic.class.php
-%%WWWDIR%%/lib/class/error.class.php
-%%WWWDIR%%/lib/class/flag.class.php
-%%WWWDIR%%/lib/class/localplay.abstract.php
+%%WWWDIR%%/lib/class/graph.class.php
+%%WWWDIR%%/lib/class/json_data.class.php
+%%WWWDIR%%/lib/class/label.class.php
+%%WWWDIR%%/lib/class/ldap.class.php
+%%WWWDIR%%/lib/class/library_item.interface.php
+%%WWWDIR%%/lib/class/license.class.php
+%%WWWDIR%%/lib/class/live_stream.class.php
 %%WWWDIR%%/lib/class/localplay.class.php
+%%WWWDIR%%/lib/class/localplay_controller.abstract.php
+%%WWWDIR%%/lib/class/mailer.class.php
 %%WWWDIR%%/lib/class/media.interface.php
+%%WWWDIR%%/lib/class/memory_object.class.php
+%%WWWDIR%%/lib/class/movie.class.php
+%%WWWDIR%%/lib/class/openid.class.php
+%%WWWDIR%%/lib/class/personal_video.class.php
+%%WWWDIR%%/lib/class/playable_item.interface.php
 %%WWWDIR%%/lib/class/playlist.class.php
+%%WWWDIR%%/lib/class/playlist_object.abstract.php
 %%WWWDIR%%/lib/class/plugin.class.php
+%%WWWDIR%%/lib/class/podcast.class.php
+%%WWWDIR%%/lib/class/podcast_episode.class.php
 %%WWWDIR%%/lib/class/preference.class.php
+%%WWWDIR%%/lib/class/privatemsg.class.php
 %%WWWDIR%%/lib/class/query.class.php
-%%WWWDIR%%/lib/class/radio.class.php
 %%WWWDIR%%/lib/class/random.class.php
 %%WWWDIR%%/lib/class/rating.class.php
+%%WWWDIR%%/lib/class/recommendation.class.php
 %%WWWDIR%%/lib/class/registration.class.php
 %%WWWDIR%%/lib/class/scrobbler.class.php
+%%WWWDIR%%/lib/class/scrobbler_async.class.php
+%%WWWDIR%%/lib/class/search.class.php
+%%WWWDIR%%/lib/class/session.class.php
+%%WWWDIR%%/lib/class/share.class.php
 %%WWWDIR%%/lib/class/shoutbox.class.php
+%%WWWDIR%%/lib/class/slideshow.class.php
 %%WWWDIR%%/lib/class/song.class.php
+%%WWWDIR%%/lib/class/song_preview.class.php
 %%WWWDIR%%/lib/class/stats.class.php
 %%WWWDIR%%/lib/class/stream.class.php
+%%WWWDIR%%/lib/class/stream_playlist.class.php
+%%WWWDIR%%/lib/class/stream_url.class.php
+%%WWWDIR%%/lib/class/subsonic_api.class.php
+%%WWWDIR%%/lib/class/subsonic_xml_data.class.php
 %%WWWDIR%%/lib/class/tag.class.php
-%%WWWDIR%%/lib/class/tmpplaylist.class.php
+%%WWWDIR%%/lib/class/tmp_playlist.class.php
+%%WWWDIR%%/lib/class/tvshow.class.php
+%%WWWDIR%%/lib/class/tvshow_episode.class.php
+%%WWWDIR%%/lib/class/tvshow_season.class.php
+%%WWWDIR%%/lib/class/ui.class.php
 %%WWWDIR%%/lib/class/update.class.php
+%%WWWDIR%%/lib/class/upload.class.php
+%%WWWDIR%%/lib/class/upnp_api.class.php
 %%WWWDIR%%/lib/class/user.class.php
+%%WWWDIR%%/lib/class/useractivity.class.php
+%%WWWDIR%%/lib/class/userflag.class.php
 %%WWWDIR%%/lib/class/vainfo.class.php
-%%WWWDIR%%/lib/class/vauth.class.php
 %%WWWDIR%%/lib/class/video.class.php
-%%WWWDIR%%/lib/class/xmldata.class.php
-%%WWWDIR%%/lib/class/xmlrpcclient.class.php
-%%WWWDIR%%/lib/class/xmlrpcserver.class.php
+%%WWWDIR%%/lib/class/wanted.class.php
+%%WWWDIR%%/lib/class/waveform.class.php
+%%WWWDIR%%/lib/class/webdav_auth.class.php
+%%WWWDIR%%/lib/class/webdav_catalog.class.php
+%%WWWDIR%%/lib/class/webdav_directory.class.php
+%%WWWDIR%%/lib/class/webdav_file.class.php
+%%WWWDIR%%/lib/class/webplayer.class.php
+%%WWWDIR%%/lib/class/xml_data.class.php
+%%WWWDIR%%/lib/components/bootstrap/bootstrap-built.js
+%%WWWDIR%%/lib/components/bootstrap/css/bootstrap-theme.css
+%%WWWDIR%%/lib/components/bootstrap/css/bootstrap-theme.css.map
+%%WWWDIR%%/lib/components/bootstrap/css/bootstrap-theme.min.css
+%%WWWDIR%%/lib/components/bootstrap/css/bootstrap-theme.min.css.map
+%%WWWDIR%%/lib/components/bootstrap/css/bootstrap.css
+%%WWWDIR%%/lib/components/bootstrap/css/bootstrap.css.map
+%%WWWDIR%%/lib/components/bootstrap/css/bootstrap.min.css
+%%WWWDIR%%/lib/components/bootstrap/css/bootstrap.min.css.map
+%%WWWDIR%%/lib/components/bootstrap/fonts/glyphicons-halflings-regular.eot
+%%WWWDIR%%/lib/components/bootstrap/fonts/glyphicons-halflings-regular.svg
+%%WWWDIR%%/lib/components/bootstrap/fonts/glyphicons-halflings-regular.ttf
+%%WWWDIR%%/lib/components/bootstrap/fonts/glyphicons-halflings-regular.woff
+%%WWWDIR%%/lib/components/bootstrap/fonts/glyphicons-halflings-regular.woff2
+%%WWWDIR%%/lib/components/bootstrap/js/affix.js
+%%WWWDIR%%/lib/components/bootstrap/js/alert.js
+%%WWWDIR%%/lib/components/bootstrap/js/bootstrap.js
+%%WWWDIR%%/lib/components/bootstrap/js/bootstrap.min.js
+%%WWWDIR%%/lib/components/bootstrap/js/button.js
+%%WWWDIR%%/lib/components/bootstrap/js/carousel.js
+%%WWWDIR%%/lib/components/bootstrap/js/collapse.js
+%%WWWDIR%%/lib/components/bootstrap/js/dropdown.js
+%%WWWDIR%%/lib/components/bootstrap/js/modal.js
+%%WWWDIR%%/lib/components/bootstrap/js/npm.js
+%%WWWDIR%%/lib/components/bootstrap/js/popover.js
+%%WWWDIR%%/lib/components/bootstrap/js/scrollspy.js
+%%WWWDIR%%/lib/components/bootstrap/js/tab.js
+%%WWWDIR%%/lib/components/bootstrap/js/tooltip.js
+%%WWWDIR%%/lib/components/bootstrap/js/transition.js
+%%WWWDIR%%/lib/components/bootstrap/less/alerts.less
+%%WWWDIR%%/lib/components/bootstrap/less/badges.less
+%%WWWDIR%%/lib/components/bootstrap/less/bootstrap.less
+%%WWWDIR%%/lib/components/bootstrap/less/breadcrumbs.less
+%%WWWDIR%%/lib/components/bootstrap/less/button-groups.less
+%%WWWDIR%%/lib/components/bootstrap/less/buttons.less
+%%WWWDIR%%/lib/components/bootstrap/less/carousel.less
+%%WWWDIR%%/lib/components/bootstrap/less/close.less
+%%WWWDIR%%/lib/components/bootstrap/less/code.less
+%%WWWDIR%%/lib/components/bootstrap/less/component-animations.less
+%%WWWDIR%%/lib/components/bootstrap/less/dropdowns.less
+%%WWWDIR%%/lib/components/bootstrap/less/forms.less
+%%WWWDIR%%/lib/components/bootstrap/less/glyphicons.less
+%%WWWDIR%%/lib/components/bootstrap/less/grid.less
+%%WWWDIR%%/lib/components/bootstrap/less/input-groups.less
+%%WWWDIR%%/lib/components/bootstrap/less/jumbotron.less
+%%WWWDIR%%/lib/components/bootstrap/less/labels.less
+%%WWWDIR%%/lib/components/bootstrap/less/list-group.less
+%%WWWDIR%%/lib/components/bootstrap/less/media.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/alerts.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/background-variant.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/border-radius.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/buttons.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/center-block.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/clearfix.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/forms.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/gradients.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/grid-framework.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/grid.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/hide-text.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/image.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/labels.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/list-group.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/nav-divider.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/nav-vertical-align.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/opacity.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/pagination.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/panels.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/progress-bar.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/reset-filter.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/reset-text.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/resize.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/responsive-visibility.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/size.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/tab-focus.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/table-row.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/text-emphasis.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/text-overflow.less
+%%WWWDIR%%/lib/components/bootstrap/less/mixins/vendor-prefixes.less
+%%WWWDIR%%/lib/components/bootstrap/less/modals.less
+%%WWWDIR%%/lib/components/bootstrap/less/navbar.less
+%%WWWDIR%%/lib/components/bootstrap/less/navs.less
+%%WWWDIR%%/lib/components/bootstrap/less/normalize.less
+%%WWWDIR%%/lib/components/bootstrap/less/pager.less
+%%WWWDIR%%/lib/components/bootstrap/less/pagination.less
+%%WWWDIR%%/lib/components/bootstrap/less/panels.less
+%%WWWDIR%%/lib/components/bootstrap/less/popovers.less
+%%WWWDIR%%/lib/components/bootstrap/less/print.less
+%%WWWDIR%%/lib/components/bootstrap/less/progress-bars.less
+%%WWWDIR%%/lib/components/bootstrap/less/responsive-embed.less
+%%WWWDIR%%/lib/components/bootstrap/less/responsive-utilities.less
+%%WWWDIR%%/lib/components/bootstrap/less/scaffolding.less
+%%WWWDIR%%/lib/components/bootstrap/less/tables.less
+%%WWWDIR%%/lib/components/bootstrap/less/theme.less
+%%WWWDIR%%/lib/components/bootstrap/less/thumbnails.less
+%%WWWDIR%%/lib/components/bootstrap/less/tooltip.less
+%%WWWDIR%%/lib/components/bootstrap/less/type.less
+%%WWWDIR%%/lib/components/bootstrap/less/utilities.less
+%%WWWDIR%%/lib/components/bootstrap/less/variables.less
+%%WWWDIR%%/lib/components/bootstrap/less/wells.less
+%%WWWDIR%%/lib/components/datetimepicker/datetimepicker-built.css
+%%WWWDIR%%/lib/components/datetimepicker/datetimepicker-built.js
+%%WWWDIR%%/lib/components/datetimepicker/jquery.datetimepicker.css
+%%WWWDIR%%/lib/components/datetimepicker/jquery.datetimepicker.js
+%%WWWDIR%%/lib/components/jQuery-Knob/jQuery-Knob-built.js
+%%WWWDIR%%/lib/components/jQuery-Knob/js/jquery.knob.js
+%%WWWDIR%%/lib/components/jQuery-contextMenu/dist/jquery.contextMenu.css
+%%WWWDIR%%/lib/components/jQuery-contextMenu/dist/jquery.contextMenu.js
+%%WWWDIR%%/lib/components/jQuery-contextMenu/dist/jquery.contextMenu.min.css
+%%WWWDIR%%/lib/components/jQuery-contextMenu/dist/jquery.contextMenu.min.css.map
+%%WWWDIR%%/lib/components/jQuery-contextMenu/dist/jquery.contextMenu.min.js
+%%WWWDIR%%/lib/components/jQuery-contextMenu/dist/jquery.contextMenu.min.js.map
+%%WWWDIR%%/lib/components/jQuery-contextMenu/jQuery-contextMenu-built.css
+%%WWWDIR%%/lib/components/jQuery-contextMenu/jQuery-contextMenu-built.js
+%%WWWDIR%%/lib/components/jplayer/dist/jplayer/jquery.jplayer.js
+%%WWWDIR%%/lib/components/jplayer/jplayer-built.js
+%%WWWDIR%%/lib/components/jquery-cookie/jquery-cookie-built.js
+%%WWWDIR%%/lib/components/jquery-cookie/jquery.cookie.js
+%%WWWDIR%%/lib/components/jquery-qrcode/jquery-qrcode-built.js
+%%WWWDIR%%/lib/components/jquery-qrcode/src/jquery.qrcode.js
+%%WWWDIR%%/lib/components/jquery-qrcode/src/qrcode.js
+%%WWWDIR%%/lib/components/jquery-ui/jquery-ui-built.js
+%%WWWDIR%%/lib/components/jquery-ui/jquery-ui.js
+%%WWWDIR%%/lib/components/jquery-ui/jquery-ui.min.js
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/accordion.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/all.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/autocomplete.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/base.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/button.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/checkboxradio.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/controlgroup.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/core.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/datepicker.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/dialog.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/draggable.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/images/ui-icons_444444_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/images/ui-icons_555555_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/images/ui-icons_777620_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/images/ui-icons_777777_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/menu.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/progressbar.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/resizable.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/selectable.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/selectmenu.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/slider.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/sortable.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/spinner.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/tabs.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/base/tooltip.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-icons_4ca300_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-icons_bbbbbb_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-icons_ededed_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-icons_ffcf29_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/black-tie/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/images/ui-icons_004276_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/images/ui-icons_cc0000_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/blitzer/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-icons_2694e8_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-icons_2e83ff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-icons_3d80b3_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-icons_72a7cf_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/cupertino/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-icons_a83300_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-icons_cccccc_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/dark-hive/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-icons_00498f_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-icons_98d2fb_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/dot-luv/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-icons_454545_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-icons_734d99_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-icons_8d78a5_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-icons_a8a3ae_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-icons_ebccce_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/eggplant/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-icons_0a82eb_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-icons_0b54d5_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/excite-bike/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/flick/images/ui-icons_0073ea_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/flick/images/ui-icons_454545_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/flick/images/ui-icons_666666_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/flick/images/ui-icons_ff0084_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/flick/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/flick/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/flick/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/flick/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-icons_454545_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-icons_88a206_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-icons_c02669_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/hot-sneaks/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-icons_c47a23_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-icons_cb672b_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-icons_f08000_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-icons_f35f07_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-icons_ff7519_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/humanity/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-icons_4eb305_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-icons_72b42d_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/le-frog/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-icons_9bcc60_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-icons_add978_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-icons_f1fd86_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/mint-choc/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-icons_3383bb_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-icons_454545_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-icons_70b2e1_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-icons_999999_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/images/ui-icons_fbc856_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/overcast/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-icons_b83400_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/pepper-grinder/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-icons_217bc0_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-icons_2e83ff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-icons_469bdd_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-icons_6da8d5_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-icons_d8e7f3_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/images/ui-icons_f9bd01_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/redmond/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/smoothness/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-icons_808080_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-icons_847e71_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-icons_8DC262_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-icons_eeeeee_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/south-street/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-bg_glass_45_0078ae_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-icons_0078ae_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-icons_056b93_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-icons_d8e7f3_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-icons_e0fdff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-icons_f5e175_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-icons_f7a50d_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/start/images/ui-icons_fcd113_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/start/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/start/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/start/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-icons_3d3d3d_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-icons_bd7b00_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-icons_d19405_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-icons_eb990f_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-icons_ed9f26_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-icons_fadc7a_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/images/ui-icons_ffe180_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/sunny/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-icons_070603_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-icons_efec9f_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/images/ui-icons_ff7519_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/swanky-purse/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-icons_000000_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-icons_1f1f1f_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-icons_9fda58_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-icons_b8ec79_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/trontastic/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-icons_a83300_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-icons_cccccc_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-darkness/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/jquery-ui.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/jquery-ui.min.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/ui-lightness/theme.css
+%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-icons_666666_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-icons_aaaaaa_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-icons_bbbbbb_256x240.png
+%%WWWDIR%%/lib/components/jquery-ui/themes/vader/images/ui-icons_c98000_256x240.png

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102072036.117KaQM5023926>