[www-doc] [Git][VideoLAN.org/websites][master] 3 commits: donload-freebsd: use instructions from this millenia
Konstantin Pavlov
gitlab at videolan.org
Wed Apr 15 19:24:42 CEST 2020
Konstantin Pavlov pushed to branch master at VideoLAN organization / websites
Commits:
c288cdba by Konstantin Pavlov at 2020-04-15T20:20:03+03:00
donload-freebsd: use instructions from this millenia
- - - - -
ab40e5e8 by Konstantin Pavlov at 2020-04-15T20:23:07+03:00
Removed Syllable OS page
- - - - -
556ee58e by Konstantin Pavlov at 2020-04-15T20:24:29+03:00
Updated OS/2 redirect
- - - - -
4 changed files:
- www.videolan.org/vlc/Makefile.inc
- www.videolan.org/vlc/download-freebsd.php
- − www.videolan.org/vlc/download-syllable.php
- www.videolan.org/vlc/index.php
Changes:
=====================================
www.videolan.org/vlc/Makefile.inc
=====================================
@@ -3,7 +3,7 @@ SUBDIR = contest releases stats
PHP_FILES := index features libvlc screenshots skineditor skineditor_update \
skins skins_upload 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-syllable download-ubuntu download-wince download-windows download-windowsphone \
+ 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 \
index.an download-windows.an download-macosx.an \
=====================================
www.videolan.org/vlc/download-freebsd.php
=====================================
@@ -44,7 +44,7 @@
<p>VLC is included in the <a href="http://www.freebsd.org/ports/index.html">Ports Collection</a> of the <a
href="http://www.freebsd.org/">FreeBSD</a> operating system.
-So you can simply install VLC with <i>pkg_add</i>.</p>
+So you can simply install VLC with <i>pkg install vlc</i>.</p>
<p>However you will get a very bare-bone version of VLC. We recommend you to compile it with the following command:
</p>
<p><pre>
=====================================
www.videolan.org/vlc/download-syllable.php deleted
=====================================
@@ -1,68 +0,0 @@
-<?php
- $title = "VLC media player for Syllable";
- $new_design = true;
- $lang = "en";
- $menu = array( "vlc", "download" );
-
- $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", "/style/panels.css");
- require($_SERVER["DOCUMENT_ROOT"]."/include/header.php");
- include($_SERVER["DOCUMENT_ROOT"]."/include/os-specific.php");
- include($_SERVER["DOCUMENT_ROOT"]."/include/package.php");
-?>
-
-<div class="container">
- <section class="download-wrapper">
- <div class="row reorder-xs">
- <div class="hidden-xs v-align col-sm-5">
- <?php image('largeVLC.png', 'Large Orange VLC media player Traffic Cone Logo', 'big-vlc-img img-responsive'); ?>
- </div>
- <div class="v-align col-sm-5">
- <div class="center-font-xs">
- <?php image('largeVLC.png', 'Large Orange VLC media player Traffic Cone Logo', 'big-vlc-img img-responsive visible-xs-inline-block v-align'); ?>
- <h1 class="v-align bigtitle">
- VLC media player for <a href="http://www.syllable.org/">Syllable</a>
- </h1>
- </div>
- <div class="projectDescription hidden-sm hidden-xs">
- <?php echo
- _("VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols."); ?>
- </div>
- <div class="projectDescription visible-xs visible-sm center-font-xs">
- <?php echo
- _("VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols."); ?>
- </div>
- </div>
- </div>
- </section>
-
-<div id="fullwidth">
-
-<h2>Packages</h2>
-
-<p>You can use the package from
-<a href="http://web.syllable.org/Syllable/resources.html#vlc">Syllable resources</a>.
-Just download it and then run:
-</p>
-
-<blockquote>
-<pre>
-unzip name-version.resource -d /usr
-package register name
-</pre>
-</blockquote>
-
-<h2>Through Builder (for experienced users ONLY)</h2>
-<p>You can get VLC on Syllable via the Building system called Builder.
-From the terminal, just run:</p>
-<blockquote>
-<pre>
-build vlc-0.8.6f
-su
-build install vlc-0.8.6f
-</pre>
-</blockquote>
-
-</div>
-</div>
-<?php footer('$Id$'); ?>
=====================================
www.videolan.org/vlc/index.php
=====================================
@@ -173,8 +173,7 @@
addos( "OpenBSD", "openbsd", "download-sources.html" );
addos( "Solaris", "solaris", "download-sources.html" );
addos( "QNX", "qnx", "download-sources.html" );
- addos( "Syllable", "syllable", "download-syllable.html" );
- addos( "OS/2", "os2", "http://hobbes.nmsu.edu/h-search.php?sh=1&button=Search&key=vlc&stype=all&sort=date&dir=%2Fpub%2Fos2%2Fapps%2Fmmedia%2Fvideo%2Fplayers" );
+ addos( "OS/2", "os2", "https://hobbes.nmsu.edu/?search=vlc&stype=any&sort=date&dir=%2F" );
?>
</div>
</div>
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/3a0b37444171079808482b6584a716dc2cb67b00...556ee58e8511d0f26dd77c787321897375b9b24f
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/3a0b37444171079808482b6584a716dc2cb67b00...556ee58e8511d0f26dd77c787321897375b9b24f
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list