From: Harvie Date: Mon, 2 Aug 2010 20:58:14 +0000 (+0200) Subject: TODO: nice URLs X-Git-Url: http://git.harvie.cz/?p=mirrors%2FJukeBox.git;a=commitdiff_plain;h=77968c7dc7498a5c471a114f2b5ed5d42643cd56 TODO: nice URLs --- diff --git a/.htaccess b/.htaccess index a676558..61b7018 100755 --- a/.htaccess +++ b/.htaccess @@ -3,3 +3,11 @@ Options -Indexes IndexIgnore * #Kill that stupid magic quotes! php_flag magic_quotes_gpc off + + + #RewriteEngine On + #RewriteBase / + #RewriteCond %{REQUEST_URI} _music/(.*)?(.*) + #RewriteRule ^_music/([^\?]*)$ ?dir=$1 + #RewriteRule ^_music/(.*)$ ?dir=$1 + diff --git a/README.md b/README.md index 4809ac7..dbab158 100755 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Zjednodušeně je aplikace lehce použitelná, lehce se instaluje, vše se dá n ##TODO * Turn jukebox into universal filelisting with plugins for playing music, videos, documents,... * Use HTML5 for playback instead of flash (when browsers will be ready) + * Nice URLs so Juke!Box will be traversable using lftp and similar tools (mod_rewrite?) * VLC plugin to browse, search and stream using JuKe!Box on server side * Documentation ( reuse old one: http://code.google.com/p/h-jukebox/wiki/AboutHelp ) * Comment source a bit...