TODO: nice URLs
authorHarvie <tomas@mudrunka.cz>
Mon, 2 Aug 2010 20:58:14 +0000 (22:58 +0200)
committerHarvie <tomas@mudrunka.cz>
Mon, 2 Aug 2010 20:58:14 +0000 (22:58 +0200)
.htaccess
README.md

index a6765587b3fbbc391acaee4eb2344ce21afba060..61b7018ec9e53a1cc734456842c510019543bc27 100755 (executable)
--- a/.htaccess
+++ b/.htaccess
@@ -3,3 +3,11 @@ Options -Indexes
 IndexIgnore *
 #Kill that stupid magic quotes!
 php_flag magic_quotes_gpc off
+
+<IfModule mod_rewrite.c>
+       #RewriteEngine On
+       #RewriteBase /
+       #RewriteCond %{REQUEST_URI} _music/(.*)?(.*)
+       #RewriteRule ^_music/([^\?]*)$ ?dir=$1
+       #RewriteRule ^_music/(.*)$ ?dir=$1
+</IfModule>
index 4809ac7613195e8662e5b7aa9fc7270ee1f279ba..dbab1589c05932f5c29ba72f074ca034f376a1ea 100755 (executable)
--- 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...
This page took 0.132803 seconds and 4 git commands to generate.