Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
5704a71b
Commit
5704a71b
authored
Jan 28, 2006
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move old HTTP interface to http/old so it can be used by ppl without JS. Todo: use <noscript> :)
parent
30dd9701
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
7 additions
and
7 deletions
+7
-7
share/http/old/.hosts
share/http/old/.hosts
+0
-0
share/http/old/admin/.access
share/http/old/admin/.access
+0
-0
share/http/old/admin/browse.html
share/http/old/admin/browse.html
+1
-1
share/http/old/admin/dboxfiles.html
share/http/old/admin/dboxfiles.html
+0
-0
share/http/old/admin/index.html
share/http/old/admin/index.html
+0
-0
share/http/old/cone_minus.png
share/http/old/cone_minus.png
+0
-0
share/http/old/cone_plus.png
share/http/old/cone_plus.png
+0
-0
share/http/old/favicon.ico
share/http/old/favicon.ico
+0
-0
share/http/old/index.html
share/http/old/index.html
+1
-1
share/http/old/info.html
share/http/old/info.html
+0
-0
share/http/old/style.css
share/http/old/style.css
+0
-0
share/http/old/vlm/edit.html
share/http/old/vlm/edit.html
+1
-1
share/http/old/vlm/index.html
share/http/old/vlm/index.html
+1
-1
share/http/old/vlm/new.html
share/http/old/vlm/new.html
+1
-1
share/http/old/vlm/show.html
share/http/old/vlm/show.html
+1
-1
share/http/old/webcam.html
share/http/old/webcam.html
+1
-1
No files found.
share/http
-
old/.hosts
→
share/http
/
old/.hosts
View file @
5704a71b
File moved
share/http
-
old/admin/.access
→
share/http
/
old/admin/.access
View file @
5704a71b
File moved
share/http
-
old/admin/browse.html
→
share/http
/
old/admin/browse.html
View file @
5704a71b
<html>
<head>
<title>
VLC media player - Browser
</title>
<link
href=
"/style.css"
title=
"Default"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"
..
/style.css"
title=
"Default"
rel=
"stylesheet"
type=
"text/css"
/>
<vlc
id=
"if"
param1=
"'control' url_extract strlen"
/>
<meta
http-equiv=
"refresh"
content=
"0;URL=/admin/browse.html?dir=<vlc id="
value
"
param1=
"'dir' url_extract"
/>
" />
...
...
share/http
-
old/admin/dboxfiles.html
→
share/http
/
old/admin/dboxfiles.html
View file @
5704a71b
File moved
share/http
-
old/admin/index.html
→
share/http
/
old/admin/index.html
View file @
5704a71b
File moved
share/http
-
old/cone_minus.png
→
share/http
/
old/cone_minus.png
View file @
5704a71b
File moved
share/http
-
old/cone_plus.png
→
share/http
/
old/cone_plus.png
View file @
5704a71b
File moved
share/http
-
old/favicon.ico
→
share/http
/
old/favicon.ico
View file @
5704a71b
File moved
share/http
-
old/index.html
→
share/http
/
old/index.html
View file @
5704a71b
...
...
@@ -7,7 +7,7 @@
<head>
<title>
VLC media player
</title>
<link
href=
"
/
style.css"
title=
"Default"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"style.css"
title=
"Default"
rel=
"stylesheet"
type=
"text/css"
/>
<!-- Work around. should be done in the code -->
<vlc
id=
"if"
param1=
"url_param"
/>
<meta
http-equiv=
"Refresh"
content=
"0;url=/"
/>
...
...
share/http
-
old/info.html
→
share/http
/
old/info.html
View file @
5704a71b
File moved
share/http
-
old/style.css
→
share/http
/
old/style.css
View file @
5704a71b
File moved
share/http
-
old/vlm/edit.html
→
share/http
/
old/vlm/edit.html
View file @
5704a71b
...
...
@@ -4,7 +4,7 @@
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"en"
>
<head>
<title>
VLC media player
</title>
<link
href=
"/style.css"
title=
"Default"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"
..
/style.css"
title=
"Default"
rel=
"stylesheet"
type=
"text/css"
/>
<vlc
id=
"control"
param1=
"vlm_setup,vlm_new,vlm_del,vlm_play,vlm_pause,vlm_stop,vlm_seek,vlm_save,vlm_load"
/>
...
...
share/http
-
old/vlm/index.html
→
share/http
/
old/vlm/index.html
View file @
5704a71b
...
...
@@ -4,7 +4,7 @@
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"en"
>
<head>
<title>
VLC media player
</title>
<link
href=
"/style.css"
title=
"Default"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"
..
/style.css"
title=
"Default"
rel=
"stylesheet"
type=
"text/css"
/>
<vlc
id=
"if"
param1=
"url_param"
/>
<meta
http-equiv=
"refresh"
content=
"0;URL=/vlm/"
/>
...
...
share/http
-
old/vlm/new.html
→
share/http
/
old/vlm/new.html
View file @
5704a71b
...
...
@@ -4,7 +4,7 @@
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"en"
>
<head>
<title>
VLC media player
</title>
<link
href=
"/style.css"
title=
"Default"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"
..
/style.css"
title=
"Default"
rel=
"stylesheet"
type=
"text/css"
/>
<vlc
id=
"control"
param1=
"vlm_setup,vlm_new,vlm_del,vlm_play,vlm_pause,vlm_stop,vlm_seek,vlm_save,vlm_load"
/>
...
...
share/http
-
old/vlm/show.html
→
share/http
/
old/vlm/show.html
View file @
5704a71b
...
...
@@ -4,7 +4,7 @@
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"en"
>
<head>
<title>
VLC media player
</title>
<link
href=
"/style.css"
title=
"Default"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"
..
/style.css"
title=
"Default"
rel=
"stylesheet"
type=
"text/css"
/>
<vlc
id=
"control"
param1=
"vlm_setup,vlm_new,vlm_del,vlm_play,vlm_pause,vlm_stop,vlm_seek,vlm_save,vlm_load"
/>
...
...
share/http
-
old/webcam.html
→
share/http
/
old/webcam.html
View file @
5704a71b
...
...
@@ -4,7 +4,7 @@
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"en"
>
<head>
<title>
VideoLAN browser output
</title>
<link
href=
"
/
style.css"
title=
"Default"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"style.css"
title=
"Default"
rel=
"stylesheet"
type=
"text/css"
/>
</head>
<body>
<p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment