From 7a75b2996362b7cb5e4c415baaf111c9ada046e7 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Mon, 21 Apr 2014 08:56:37 +0200 Subject: permissions --- README | 0 cgi-bin/Globals.pm | 0 cgi-bin/abcmanager.plx | 0 cgi-bin/artist.plx | 0 cgi-bin/front.plx | 0 cgi-bin/hosts.plx | 0 cgi-bin/news.plx | 0 cgi-bin/playlists/album.pm | 0 cgi-bin/playlists/artistlist.pm | 0 cgi-bin/playlists/extm3u.pm | 0 cgi-bin/playlists/extpls.pm | 0 cgi-bin/playlists/extrmp.pm | 0 cgi-bin/playlists/extwvx.pm | 0 cgi-bin/playlists/playlist.pm | 0 cgi-bin/playlists/tracks.pm | 0 cgi-bin/search.plx | 0 cgi-bin/searchplugin.plx | 0 cgi-bin/servernews.plx | 0 cgi-bin/settings.plx | 0 cgi-bin/trawler.plx | 0 data/distroplat.conf.example | 0 data/news.txt.example | 0 data/servers.txt.example | 0 data/users.txt.example | 0 html/emptyAlbum.html | 0 html/img/audioRocketman.gif | Bin html/img/banner.png | Bin html/img/bars.png | Bin html/img/black.png | Bin html/img/editbutton.png | Bin html/img/filebutton_s.png | Bin html/img/infobutton.png | Bin html/img/linkbutton.png | Bin html/img/logo.gif | Bin html/img/playbutton.png | Bin html/img/playbutton_s.png | Bin html/img/searchplugin.png | Bin 453 -> 607 bytes html/img/shatner.gif | Bin html/img/videoRocketman.gif | Bin html/loading.html | 0 html/platter.css | 0 templates/album.template | 0 templates/albumnarrow.template | 0 templates/artist.template | 0 templates/artistnarrow.template | 0 templates/error.template | 0 templates/front.template | 10 +++++----- templates/hosts.template | 0 templates/news.template | 0 templates/search.template | 0 templates/searchplugin.template | 0 templates/servernews.template | 0 templates/settings.template | 0 templates/trawl.template | 0 54 files changed, 5 insertions(+), 5 deletions(-) mode change 100644 => 100755 README mode change 100644 => 100755 cgi-bin/Globals.pm mode change 100644 => 100755 cgi-bin/abcmanager.plx mode change 100644 => 100755 cgi-bin/artist.plx mode change 100644 => 100755 cgi-bin/front.plx mode change 100644 => 100755 cgi-bin/hosts.plx mode change 100644 => 100755 cgi-bin/news.plx mode change 100644 => 100755 cgi-bin/playlists/album.pm mode change 100644 => 100755 cgi-bin/playlists/artistlist.pm mode change 100644 => 100755 cgi-bin/playlists/extm3u.pm mode change 100644 => 100755 cgi-bin/playlists/extpls.pm mode change 100644 => 100755 cgi-bin/playlists/extrmp.pm mode change 100644 => 100755 cgi-bin/playlists/extwvx.pm mode change 100644 => 100755 cgi-bin/playlists/playlist.pm mode change 100644 => 100755 cgi-bin/playlists/tracks.pm mode change 100644 => 100755 cgi-bin/search.plx mode change 100644 => 100755 cgi-bin/searchplugin.plx mode change 100644 => 100755 cgi-bin/servernews.plx mode change 100644 => 100755 cgi-bin/settings.plx mode change 100644 => 100755 cgi-bin/trawler.plx mode change 100644 => 100755 data/distroplat.conf.example mode change 100644 => 100755 data/news.txt.example mode change 100644 => 100755 data/servers.txt.example mode change 100644 => 100755 data/users.txt.example mode change 100644 => 100755 html/emptyAlbum.html mode change 100644 => 100755 html/img/audioRocketman.gif mode change 100644 => 100755 html/img/banner.png mode change 100644 => 100755 html/img/bars.png mode change 100644 => 100755 html/img/black.png mode change 100644 => 100755 html/img/editbutton.png mode change 100644 => 100755 html/img/filebutton_s.png mode change 100644 => 100755 html/img/infobutton.png mode change 100644 => 100755 html/img/linkbutton.png mode change 100644 => 100755 html/img/logo.gif mode change 100644 => 100755 html/img/playbutton.png mode change 100644 => 100755 html/img/playbutton_s.png mode change 100644 => 100755 html/img/searchplugin.png mode change 100644 => 100755 html/img/shatner.gif mode change 100644 => 100755 html/img/videoRocketman.gif mode change 100644 => 100755 html/loading.html mode change 100644 => 100755 html/platter.css mode change 100644 => 100755 templates/album.template mode change 100644 => 100755 templates/albumnarrow.template mode change 100644 => 100755 templates/artist.template mode change 100644 => 100755 templates/artistnarrow.template mode change 100644 => 100755 templates/error.template mode change 100644 => 100755 templates/front.template mode change 100644 => 100755 templates/hosts.template mode change 100644 => 100755 templates/news.template mode change 100644 => 100755 templates/search.template mode change 100644 => 100755 templates/searchplugin.template mode change 100644 => 100755 templates/servernews.template mode change 100644 => 100755 templates/settings.template mode change 100644 => 100755 templates/trawl.template diff --git a/README b/README old mode 100644 new mode 100755 diff --git a/cgi-bin/Globals.pm b/cgi-bin/Globals.pm old mode 100644 new mode 100755 diff --git a/cgi-bin/abcmanager.plx b/cgi-bin/abcmanager.plx old mode 100644 new mode 100755 diff --git a/cgi-bin/artist.plx b/cgi-bin/artist.plx old mode 100644 new mode 100755 diff --git a/cgi-bin/front.plx b/cgi-bin/front.plx old mode 100644 new mode 100755 diff --git a/cgi-bin/hosts.plx b/cgi-bin/hosts.plx old mode 100644 new mode 100755 diff --git a/cgi-bin/news.plx b/cgi-bin/news.plx old mode 100644 new mode 100755 diff --git a/cgi-bin/playlists/album.pm b/cgi-bin/playlists/album.pm old mode 100644 new mode 100755 diff --git a/cgi-bin/playlists/artistlist.pm b/cgi-bin/playlists/artistlist.pm old mode 100644 new mode 100755 diff --git a/cgi-bin/playlists/extm3u.pm b/cgi-bin/playlists/extm3u.pm old mode 100644 new mode 100755 diff --git a/cgi-bin/playlists/extpls.pm b/cgi-bin/playlists/extpls.pm old mode 100644 new mode 100755 diff --git a/cgi-bin/playlists/extrmp.pm b/cgi-bin/playlists/extrmp.pm old mode 100644 new mode 100755 diff --git a/cgi-bin/playlists/extwvx.pm b/cgi-bin/playlists/extwvx.pm old mode 100644 new mode 100755 diff --git a/cgi-bin/playlists/playlist.pm b/cgi-bin/playlists/playlist.pm old mode 100644 new mode 100755 diff --git a/cgi-bin/playlists/tracks.pm b/cgi-bin/playlists/tracks.pm old mode 100644 new mode 100755 diff --git a/cgi-bin/search.plx b/cgi-bin/search.plx old mode 100644 new mode 100755 diff --git a/cgi-bin/searchplugin.plx b/cgi-bin/searchplugin.plx old mode 100644 new mode 100755 diff --git a/cgi-bin/servernews.plx b/cgi-bin/servernews.plx old mode 100644 new mode 100755 diff --git a/cgi-bin/settings.plx b/cgi-bin/settings.plx old mode 100644 new mode 100755 diff --git a/cgi-bin/trawler.plx b/cgi-bin/trawler.plx old mode 100644 new mode 100755 diff --git a/data/distroplat.conf.example b/data/distroplat.conf.example old mode 100644 new mode 100755 diff --git a/data/news.txt.example b/data/news.txt.example old mode 100644 new mode 100755 diff --git a/data/servers.txt.example b/data/servers.txt.example old mode 100644 new mode 100755 diff --git a/data/users.txt.example b/data/users.txt.example old mode 100644 new mode 100755 diff --git a/html/emptyAlbum.html b/html/emptyAlbum.html old mode 100644 new mode 100755 diff --git a/html/img/audioRocketman.gif b/html/img/audioRocketman.gif old mode 100644 new mode 100755 diff --git a/html/img/banner.png b/html/img/banner.png old mode 100644 new mode 100755 diff --git a/html/img/bars.png b/html/img/bars.png old mode 100644 new mode 100755 diff --git a/html/img/black.png b/html/img/black.png old mode 100644 new mode 100755 diff --git a/html/img/editbutton.png b/html/img/editbutton.png old mode 100644 new mode 100755 diff --git a/html/img/filebutton_s.png b/html/img/filebutton_s.png old mode 100644 new mode 100755 diff --git a/html/img/infobutton.png b/html/img/infobutton.png old mode 100644 new mode 100755 diff --git a/html/img/linkbutton.png b/html/img/linkbutton.png old mode 100644 new mode 100755 diff --git a/html/img/logo.gif b/html/img/logo.gif old mode 100644 new mode 100755 diff --git a/html/img/playbutton.png b/html/img/playbutton.png old mode 100644 new mode 100755 diff --git a/html/img/playbutton_s.png b/html/img/playbutton_s.png old mode 100644 new mode 100755 diff --git a/html/img/searchplugin.png b/html/img/searchplugin.png old mode 100644 new mode 100755 index 0d62658..24346cf Binary files a/html/img/searchplugin.png and b/html/img/searchplugin.png differ diff --git a/html/img/shatner.gif b/html/img/shatner.gif old mode 100644 new mode 100755 diff --git a/html/img/videoRocketman.gif b/html/img/videoRocketman.gif old mode 100644 new mode 100755 diff --git a/html/loading.html b/html/loading.html old mode 100644 new mode 100755 diff --git a/html/platter.css b/html/platter.css old mode 100644 new mode 100755 diff --git a/templates/album.template b/templates/album.template old mode 100644 new mode 100755 diff --git a/templates/albumnarrow.template b/templates/albumnarrow.template old mode 100644 new mode 100755 diff --git a/templates/artist.template b/templates/artist.template old mode 100644 new mode 100755 diff --git a/templates/artistnarrow.template b/templates/artistnarrow.template old mode 100644 new mode 100755 diff --git a/templates/error.template b/templates/error.template old mode 100644 new mode 100755 diff --git a/templates/front.template b/templates/front.template old mode 100644 new mode 100755 index c66249f..19da2b1 --- a/templates/front.template +++ b/templates/front.template @@ -30,7 +30,7 @@ Content-Type:text/html - Headlines: +
Headlines: %HEADLINES%

Welcome

@@ -42,13 +42,13 @@ Content-Type:text/html   - + %IFRAME% - - +
+

Search

@@ -153,7 +153,7 @@ Content-Type:text/html
%CUSTOM% -
+
Version: %VERSION%
User: %USER%
Mobile
diff --git a/templates/hosts.template b/templates/hosts.template old mode 100644 new mode 100755 diff --git a/templates/news.template b/templates/news.template old mode 100644 new mode 100755 diff --git a/templates/search.template b/templates/search.template old mode 100644 new mode 100755 diff --git a/templates/searchplugin.template b/templates/searchplugin.template old mode 100644 new mode 100755 diff --git a/templates/servernews.template b/templates/servernews.template old mode 100644 new mode 100755 diff --git a/templates/settings.template b/templates/settings.template old mode 100644 new mode 100755 diff --git a/templates/trawl.template b/templates/trawl.template old mode 100644 new mode 100755 -- cgit v1.2.3