Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
websites
Manage
Activity
Members
Labels
Plan
Issues
25
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN organization
websites
Compare revisions
22c9df0272fc30928fe15ef3a353a64f929dd612 to 586d64017a118fac2b4ba63fd5c1a95f31c505b5
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
VideoLAN.org/websites
Select target project
No results found
586d64017a118fac2b4ba63fd5c1a95f31c505b5
Select Git revision
Swap
Target
VideoLAN.org/websites
Select target project
VideoLAN.org/websites
Freso/websites
ePirat/websites
DimStar77/websites
lemourin/websites
kwizart/websites
cmassiot/websites
fcartegnie/websites
mfkl/websites
chouquette/websites
maybesamuel43/websites
xslidian/websites
realRojSerbest/websites
Aza/websites
azchohfi/websites
VegaMex/websites
m/websites
fkuehne/websites
Roman-Gemini95/websites
Jamesguru/websites
dillmo71/websites
anodsaod/websites
jill/websites
Garf/websites
atas70835/websites
mahdiabdolahi01234/websites
pbo-linaro/websites
OctopusET/websites
28 results
22c9df0272fc30928fe15ef3a353a64f929dd612
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
3.0.12 update is only relevant to windows updates
· f30b3f55
François Cartegnie
authored
3 years ago
f30b3f55
fix 3.0.13 update english breadcrumb link
· 586d6401
François Cartegnie
authored
3 years ago
586d6401
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
www.videolan.org/vlc/releases/3.0.12-update.php
+4
-90
4 additions, 90 deletions
www.videolan.org/vlc/releases/3.0.12-update.php
with
4 additions
and
90 deletions
www.videolan.org/vlc/releases/3.0.12-update.php
View file @
586d6401
...
...
@@ -49,6 +49,8 @@ function make_elements(&$documents, $language)
{
if
(
!
isset
(
$documents
[
$language
])
||
$language
==
$key
)
$elements
[]
=
"<b>"
.
$value
[
"lang"
]
.
"</b>"
;
else
if
(
$key
==
"en"
)
$elements
[]
=
"<a href=
\"
3.0.12-update.html
\"
>"
.
$value
[
"lang"
]
.
"</a>"
;
else
$elements
[]
=
"<a href=
\"
3.0.12-update."
.
$key
.
".html
\"
>"
.
$value
[
"lang"
]
.
"</a>"
;
}
...
...
@@ -119,37 +121,13 @@ $additional_inline_css = array("
?>
</div>
<div
class=
"container"
>
<div
class=
"row col-md-offset-4 col-md-4"
>
<a
id=
'downloadButton'
href=
'#download'
style=
"margin-top: 0px;"
>
<img
style=
'position: absolute; top: -10px; left: -10px;'
src=
'/images/downloadVLC.png'
alt=
'Download VLC icon'
/>
<span
class=
'downloadText'
>
<?php
echo
_
(
"Get VLC now!"
);
?>
</span>
<span
id=
'downloadDetails'
style=
'font-size: 12px; color: white;'
>
Version
<span
id=
'downloadVersion'
>
3.0
</span>
</span>
</a>
<script>
$
(
document
).
ready
(
function
()
{
$
(
"
#downloadButton
"
).
removeAttr
(
'
href
'
);
});
$
(
"
#downloadButton
"
).
click
(
function
()
{
$
(
'
html, body
'
).
animate
({
scrollTop
:
$
(
"
#getit
"
).
offset
().
top
},
2000
);
});
</script>
</div>
</div>
<!-- Downloads -->
<div
class=
"container"
>
<a
name=
"download"
id=
"getit"
></a>
<h1>
Download VLC
</h1>
<h1>
Download Updated VLC
</h1>
<div
class=
"row"
>
<div
class=
"col-md-6"
style=
"padding: 20px;"
><div>
<h2>
Windows
</h2>
<div
class=
"col-md-12"
><div>
<p>
<a
id=
'downloadButton'
href=
'
<?php
echo
getDownloadLink
(
"vlc"
,
$win32version
,
"win32/vlc-
$win32version
-win32.exe"
);
?>
'
>
<img
style=
'position: absolute; top: -10px; left: -10px;'
src=
'/images/downloadVLC.png'
alt=
'Download VLC icon'
/>
...
...
@@ -160,70 +138,6 @@ $additional_inline_css = array("
</p>
</div></div>
<div
class=
"col-md-6"
style=
"padding: 20px;"
>
<h2>
macOS
</h2>
<p>
<a
id=
'downloadButton'
href=
'
<?php
echo
getDownloadLink
(
"vlc"
,
$macosxversion
,
"macosx/vlc-
$macosxversion
-intel64.dmg"
);
?>
'
>
<img
style=
'position: absolute; top: -10px; left: -10px;'
src=
'/images/downloadVLC.png'
alt=
'Download VLC icon'
/>
<span
class=
'downloadText'
>
<?php
echo
_
(
"VLC for macOS"
);
?>
</span>
<span
style=
'font-size: 12px; color: white;'
>
Version
<span>
<?php
echo
$macosxversion
?>
</span></span>
</a>
</p>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
style=
"padding: 20px;"
>
<h2>
Android
</h2>
<p>
<a
href=
"https://play.google.com/store/apps/details?id=org.videolan.vlc"
><img
src=
"/images/get_it_on_play_logo_large.png"
border=
"0"
/></a>
</p>
</div>
<div
class=
"col-md-6"
style=
"padding: 20px;"
>
<h2>
iOS
</h2>
<p>
<a
href=
"http://itunes.apple.com/app/vlc-ios/id650377962"
><img
src=
"/images/appstoredownload-en.png"
/></a>
</p>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
style=
"padding: 20px;"
>
<h2>
Windows Store and UWP
</h2>
<p>
<a
href=
"https://www.microsoft.com/en-US/store/p/vlc/9nblggh4vvnh"
><img
src=
"/images/badges/WS_green.png"
/></a>
</p>
</div>
<div
class=
"col-md-6"
style=
"padding: 20px;"
>
<h2>
Windows Phone
</h2>
<p>
<a
href=
"http://www.windowsphone.com/s?appid=44fa83f7-a98d-4647-b9d4-c35ed729d0c9"
><img
src=
"/images/badges/WPS_cyan.png"
/></a>
</p>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<h2>
Sources
</h2>
<p>
<a
href=
"/vlc/download-sources.html"
>
Get the source!
</a>
</p>
</div>
<div
class=
"col-md-6"
>
<h2>
Linux
</h2>
<p>
Ask your favorite packager for VLC 3.0!
</p>
</div>
</div>
<div
class=
"row"
>
...
...
This diff is collapsed.
Click to expand it.