[vlc-devel] commit: Removed references to the old HTTP interface removed by commit [ ad16fc374f913a87dd725f93adf7d3759349ba2f] (Vicente Jimenez Aguilar )
git version control
git at videolan.org
Mon Jun 15 11:38:59 CEST 2009
vlc | branch: 1.0-bugfix | Vicente Jimenez Aguilar <googuy at gmail.com> | Mon Jun 15 12:00:47 2009 +0200| [1e32da0ce7d234657eb8496b6e3969ec1c6218de] | committer: Derk-Jan Hartman
Removed references to the old HTTP interface removed by commit [ad16fc374f913a87dd725f93adf7d3759349ba2f]
Signed-off-by: Derk-Jan Hartman <hartman at videolan.org>
(cherry picked from commit 4ef9c9fdd3ba4fe18b67005e1776ff82d3d29f82)
Signed-off-by: Derk-Jan Hartman <hartman at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1e32da0ce7d234657eb8496b6e3969ec1c6218de
---
share/http/index.html | 3 +--
share/lua/http/index.html | 10 +---------
2 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/share/http/index.html b/share/http/index.html
index 03e91f6..4e526b3 100644
--- a/share/http/index.html
+++ b/share/http/index.html
@@ -47,8 +47,7 @@
<noscript>
<hr/>
<p>
- Warning: Your browser doesn't support javascript.
- You should use the <a href="old/">old http interface</a>.
+ Warning: Your browser doesn't support JavaScript.
</p>
<hr/>
</noscript>
diff --git a/share/lua/http/index.html b/share/lua/http/index.html
index 717f799..8dd4207 100644
--- a/share/lua/http/index.html
+++ b/share/lua/http/index.html
@@ -42,16 +42,8 @@
<noscript>
<hr/>
<p>
- Warning: Your browser doesn't support javascript.
- You shouldn't use the lua HTTP interface.
+ Warning: Your browser doesn't support JavaScript.
</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