[vlc-devel] commit: Removed link to old subdirectory not present in lua http interface (Vicente Jimenez Aguilar )

git version control git at videolan.org
Sat Jan 31 16:33:04 CET 2009


vlc | branch: master | Vicente Jimenez Aguilar <googuy at gmail.com> | Fri Jan 16 20:09:02 2009 +0100| [6159c76a75ca3c318a6304c1a257ac77e2a5364c] | committer: Rémi Denis-Courmont 

Removed link to old subdirectory not present in lua http interface

Signed-off-by: Rémi Denis-Courmont <rdenis at simphalempin.com>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6159c76a75ca3c318a6304c1a257ac77e2a5364c
---

 share/lua/http/index.html |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/share/lua/http/index.html b/share/lua/http/index.html
index 5a8d606..717f799 100644
--- a/share/lua/http/index.html
+++ b/share/lua/http/index.html
@@ -43,8 +43,15 @@
   <hr/>
   <p>
   Warning: Your browser doesn't support javascript.
-  You should use the <a href="old/">old http interface</a>.
+  You shouldn't use the lua HTTP interface.
   </p>
+  <p>
+  You have 2 choices:
+  </p>
+  <ol>
+    <li>Use the very old HTTP interface implemented in C.</li>
+    <li>Port the old folder to the new lua implementation.</li>
+  </ol>
   <hr/>
 </noscript>
 




More information about the vlc-devel mailing list