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
1
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
3e04af4e2335180205f02ba6028cc6eb54058c15 to 8a3bd269b75db11856be042f6d31e83ef7563a7b
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
8a3bd269b75db11856be042f6d31e83ef7563a7b
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
3e04af4e2335180205f02ba6028cc6eb54058c15
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
no translations yet for vlmc
· c22c0fa8
Christoph Miebach
authored
8 years ago
c22c0fa8
Don't build the wa pages
· 8a3bd269
Christoph Miebach
authored
8 years ago
8a3bd269
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
www.videolan.org/Makefile.inc
+0
-1
0 additions, 1 deletion
www.videolan.org/Makefile.inc
www.videolan.org/vlc/Makefile.inc
+0
-1
0 additions, 1 deletion
www.videolan.org/vlc/Makefile.inc
www.videolan.org/vlmc/index.php
+2
-3
2 additions, 3 deletions
www.videolan.org/vlmc/index.php
with
2 additions
and
5 deletions
www.videolan.org/Makefile.inc
View file @
8a3bd269
...
...
@@ -121,7 +121,6 @@ locales: index.af.php \
index.ur.php
\
index.uz.php
\
index.vi.php
\
index.wa.php
\
index.zh.php
\
index.zh-TW.php
\
include/header.php
This diff is collapsed.
Click to expand it.
www.videolan.org/vlc/Makefile.inc
View file @
8a3bd269
...
...
@@ -79,7 +79,6 @@ PHP_FILES := index features libvlc screenshots skineditor skineditor_update \
index.ur download-windows.ur download-macosx.ur
\
index.uz download-windows.uz download-macosx.uz
\
index.vi download-windows.vi download-macosx.vi
\
index.wa download-windows.wa download-macosx.wa
\
index.zh download-windows.zh download-macosx.zh
\
index.zh-TW download-windows.zh-TW download-macosx.zh-TW
\
download-windows download-macosx
...
...
This diff is collapsed.
Click to expand it.
www.videolan.org/vlmc/index.php
View file @
8a3bd269
...
...
@@ -2,13 +2,12 @@
$language
=
""
;
$title
=
_
(
"VLMC, open source video editor"
);
$new_design
=
true
;
$additional_js
=
array
(
"/js/slimbox2.js"
,
"/js/slick-init.js"
,
"/js/slick.min.js"
);
$additional_css
=
array
(
"/js/css/slimbox2.css"
,
"/style/slick.min.css"
);
require
(
$_SERVER
[
"DOCUMENT_ROOT"
]
.
"/include/language.php"
);
require
(
$_SERVER
[
"DOCUMENT_ROOT"
]
.
"/include/header.php"
);
function
vlmcscreenshot
(
$img
,
$thumb
,
$desc
)
{
echo
"<div class='screenshot-4-3-responsive screenshot-small'><a href='http://images.videolan.org/vlmc/screenshots/
$img
' rel='lightbox-vlc'><img
src='//images.videolan.org/vlmc/screenshots/
$thumb
' alt='VLMC -
$desc
' /></a>
...
...
This diff is collapsed.
Click to expand it.