From 77968c7dc7498a5c471a114f2b5ed5d42643cd56 Mon Sep 17 00:00:00 2001 From: Harvie Date: Mon, 2 Aug 2010 22:58:14 +0200 Subject: [PATCH] TODO: nice URLs --- .htaccess | 8 ++++++++ README.md | 1 + 2 files changed, 9 insertions(+) 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... -- 2.30.2