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
5026666c
Commit
5026666c
authored
Dec 09, 2007
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix charset
parent
6b822f38
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
share/http-lua/index.html
share/http-lua/index.html
+1
-1
share/http/flash.html
share/http/flash.html
+1
-1
share/http/index.html
share/http/index.html
+1
-1
share/http/mosaic.html
share/http/mosaic.html
+1
-1
share/http/requests/browse.xml
share/http/requests/browse.xml
+1
-1
share/http/requests/playlist.xml
share/http/requests/playlist.xml
+1
-1
share/http/requests/status.xml
share/http/requests/status.xml
+1
-1
share/http/requests/vlm.xml
share/http/requests/vlm.xml
+1
-1
share/http/requests/vlm_cmd.xml
share/http/requests/vlm_cmd.xml
+1
-1
share/http/vlm.html
share/http/vlm.html
+1
-1
No files found.
share/http-lua/index.html
View file @
5026666c
...
...
@@ -28,7 +28,7 @@
<head>
<title>
VLC media player - Web Interface
</title>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=<?vlc --[[
<vlc id="
value
"
param1=
"charset"
/>
]] ?>" />
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=<?vlc --[[
utf-8
]] ?>"
/>
<link
href=
"style.css"
rel=
"stylesheet"
type=
"text/css"
/>
<!--[if IE ]>
<link href="iehacks.css" rel="stylesheet" type="text/css" />
...
...
share/http/flash.html
View file @
5026666c
...
...
@@ -4,7 +4,7 @@
<head>
<title>
VLC media player - Web Interface with Flash Viewer
</title>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=
<vlc id="
value
"
param1=
"charset"
/>
" />
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=
UTF-8
"
/>
<link
href=
"style.css"
rel=
"stylesheet"
type=
"text/css"
/>
<!--[if IE ]>
<link href="iehacks.css" rel="stylesheet" type="text/css" />
...
...
share/http/index.html
View file @
5026666c
...
...
@@ -28,7 +28,7 @@
<head>
<title>
VLC media player - Web Interface
</title>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=
<vlc id="
value
"
param1=
"charset"
/>
" />
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=
UTF-8
"
/>
<link
href=
"style.css"
rel=
"stylesheet"
type=
"text/css"
/>
<!--[if IE ]>
<link href="iehacks.css" rel="stylesheet" type="text/css" />
...
...
share/http/mosaic.html
View file @
5026666c
...
...
@@ -28,7 +28,7 @@
<head>
<title>
VLC media player - Web Interface - Mosaic Wizard
</title>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=
<vlc id="
value
"
param1=
"charset"
/>
" />
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=
UTF-8
"
/>
<link
href=
"style.css"
rel=
"stylesheet"
type=
"text/css"
/>
<script
type=
"text/javascript"
src=
"js/functions.js"
></script>
<script
type=
"text/javascript"
src=
"js/vlm.js"
></script>
...
...
share/http/requests/browse.xml
View file @
5026666c
<?xml version="1.0" encoding="
<vlc id="value" param1="charset"/>
" standalone="yes" ?>
<?xml version="1.0" encoding="
UTF-8
" standalone="yes" ?>
<vlc
id=
"if"
param1=
"0"
/>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
< status.xml: VLC media player web interface
...
...
share/http/requests/playlist.xml
View file @
5026666c
<?xml version="1.0" encoding="
<vlc id="value" param1="charset"/>
" standalone="yes" ?>
<?xml version="1.0" encoding="
UTF-8
" standalone="yes" ?>
<vlc
id=
"if"
param1=
"0"
/>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
< playlist.xml: VLC media player web interface
...
...
share/http/requests/status.xml
View file @
5026666c
<?xml version="1.0" encoding="
<vlc id="value" param1="charset"/>
" standalone="yes" ?>
<?xml version="1.0" encoding="
UTF-8
" standalone="yes" ?>
<vlc
id=
"if"
param1=
"0"
/>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
< status.xml: VLC media player web interface
...
...
share/http/requests/vlm.xml
View file @
5026666c
<?xml version="1.0" encoding="
<vlc id="value" param1="charset"/>
" standalone="yes" ?>
<?xml version="1.0" encoding="
UTF-8
" standalone="yes" ?>
<vlc
id=
"if"
param1=
"0"
/>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
< vlm.xml: VLC media player web interface
...
...
share/http/requests/vlm_cmd.xml
View file @
5026666c
<?xml version="1.0" encoding="
<vlc id="value" param1="charset"/>
" standalone="yes" ?>
<?xml version="1.0" encoding="
UTF-8
" standalone="yes" ?>
<vlc
id=
"if"
param1=
"0"
/>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
< vlm_cmd.xml: VLC media player web interface
...
...
share/http/vlm.html
View file @
5026666c
...
...
@@ -28,7 +28,7 @@
<head>
<title>
VLC media player - Web Interface - VLM
</title>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=
<vlc id="
value
"
param1=
"charset"
/>
" />
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=
UTF-8
"
/>
<link
href=
"style.css"
rel=
"stylesheet"
type=
"text/css"
/>
<script
type=
"text/javascript"
src=
"js/functions.js"
></script>
<script
type=
"text/javascript"
src=
"js/vlm.js"
></script>
...
...
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