From gitlab at videolan.org Tue Dec 1 17:42:51 2020 From: gitlab at videolan.org (Konstantin Pavlov) Date: Tue, 01 Dec 2020 17:42:51 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] Get rid of skins_upload mentions Message-ID: <5fc6728bd0279_8a783fb9bcb6767c1148475@gitlab.mail> Konstantin Pavlov pushed to branch master at VideoLAN organization / websites Commits: 0f3de9d1 by Konstantin Pavlov at 2020-12-01T19:42:29+03:00 Get rid of skins_upload mentions - - - - - 2 changed files: - www.videolan.org/vlc/Makefile.inc - www.videolan.org/vlc/skins.php Changes: ===================================== www.videolan.org/vlc/Makefile.inc ===================================== @@ -1,8 +1,8 @@ -PHP_IGNORES = download-skins2 download-skins2-go skins skins_upload skins_old +PHP_IGNORES = download-skins2 download-skins2-go skins skins_old SUBDIR = contest releases stats PHP_FILES := index features libvlc screenshots skineditor skineditor_update \ - skins skins_upload streaming privacy \ + skins streaming privacy \ download-android download-archlinux download-beos download-crux download-chromeos download-debian download-eyetv download-familiar download-fedora download-freebsd download-gentoo download-ios download-appletv download-winrt download-linupy download-macosx download-redhat download-skins2-go download-skins download-slackware download-sources download-suse download-ubuntu download-wince download-windows download-windowsphone \ index.af download-windows.af download-macosx.af \ index.am-ET download-windows.am-ET download-macosx.am-ET \ ===================================== www.videolan.org/vlc/skins.php ===================================== @@ -89,8 +89,7 @@ $sp_size = FormatSize( $r['size'] );

You have made a new skin and want to share it?
- Please - Upload it and fill out the form.
As soon as one webmaster has checked it, it will be displayed on this page. + Please use VLC Addons website to upload and share them.

View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/0f3de9d1a580bc8d756a70d7bae7a35a03d71ad6 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/0f3de9d1a580bc8d756a70d7bae7a35a03d71ad6 You're receiving this email because of your account on code.videolan.org. From gitlab at videolan.org Tue Dec 1 17:46:24 2020 From: gitlab at videolan.org (Konstantin Pavlov) Date: Tue, 01 Dec 2020 17:46:24 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] Make vlc/skins.html buildable Message-ID: <5fc6736061c4c_8a783fb9b546509c114864f@gitlab.mail> Konstantin Pavlov pushed to branch master at VideoLAN organization / websites Commits: b847110e by Konstantin Pavlov at 2020-12-01T19:46:09+03:00 Make vlc/skins.html buildable - - - - - 1 changed file: - www.videolan.org/vlc/Makefile.inc Changes: ===================================== www.videolan.org/vlc/Makefile.inc ===================================== @@ -1,4 +1,4 @@ -PHP_IGNORES = download-skins2 download-skins2-go skins skins_old +PHP_IGNORES = download-skins2 download-skins2-go skins_old SUBDIR = contest releases stats PHP_FILES := index features libvlc screenshots skineditor skineditor_update \ View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/b847110e32a0221fe9fba153e2c222072ed65dc9 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/b847110e32a0221fe9fba153e2c222072ed65dc9 You're receiving this email because of your account on code.videolan.org. From gitlab at videolan.org Sun Dec 13 17:07:12 2020 From: gitlab at videolan.org (Konstantin Pavlov) Date: Sun, 13 Dec 2020 17:07:12 +0100 Subject: [www-doc] [Git][VideoLAN.org/websites][master] Added meaningful installation instructions for Debian Message-ID: <5fd63c30dcb3d_42f3fc6cf14496835341@gitlab.mail> Konstantin Pavlov pushed to branch master at VideoLAN organization / websites Commits: 3a13df3e by Konstantin Pavlov at 2020-12-13T19:06:39+03:00 Added meaningful installation instructions for Debian - - - - - 1 changed file: - www.videolan.org/vlc/download-debian.php Changes: ===================================== www.videolan.org/vlc/download-debian.php ===================================== @@ -41,23 +41,40 @@

Debian stable (buster) and testing (bullseye)

- -

Debian buster and bullseye follow the 3.0.x release branch of VLC.
- +

Debian buster and bullseye follow the 3.0.x release branch of VLC.

Debian oldstable (stretch)

-Debian stretch follows the 3.0.x release branch of VLC
- +

Debian stretch follows the 3.0.x release branch of VLC

Debian oldoldstable (jessie) - -

Debian jessie follows the 2.2.x release branch of VLC.
- +

Debian jessie follows the 2.2.x release branch of VLC.

Debian unstable (sid)

-

VLC's latest packaged version is always in the official Debian unstable branch.

+

Installation the Graphical way

+

If there is an GUI front-end for APT on your system You can install via APT link

+ +

Installation the Command line way

+

+
+% sudo apt install vlc
+
+
+

+ +

Nota Bene

+

VLC for Debian and many other Linux distributions is also packaged using snap packages. +This allows us to distribute latest and greatest VLC versions directly to end +users, with security and critical bug fixes, full codec and optical media +support.
+To install via snap: +

+
+% sudo snap install vlc
+
+
+

Playing DVD

View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/3a13df3ef1bdd2334ee5cb91bca27bd97fd12db9 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/3a13df3ef1bdd2334ee5cb91bca27bd97fd12db9 You're receiving this email because of your account on code.videolan.org.