[www-doc] [Git][VideoLAN.org/websites][master] 8 commits: Removed .htaccess files

Konstantin Pavlov gitlab at videolan.org
Wed Apr 15 19:12:22 CEST 2020



Konstantin Pavlov pushed to branch master at VideoLAN organization / websites


Commits:
94685890 by Konstantin Pavlov at 2020-04-15T20:09:12+03:00
Removed .htaccess files

Those are long unused

- - - - -
f52fb562 by Konstantin Pavlov at 2020-04-15T20:09:13+03:00
Removed dangling maemo download page and install file

- - - - -
28ae61ed by Konstantin Pavlov at 2020-04-15T20:09:13+03:00
Updated gitignore

- - - - -
7f8bcb26 by Konstantin Pavlov at 2020-04-15T20:09:13+03:00
Ubuntu download page: drop 14.04

- - - - -
c5387f13 by Konstantin Pavlov at 2020-04-15T20:09:13+03:00
download-debian: fixed stable name

- - - - -
e190fa04 by Konstantin Pavlov at 2020-04-15T20:09:13+03:00
download-suse: updated supported versions

- - - - -
987373f4 by Konstantin Pavlov at 2020-04-15T20:09:13+03:00
download-slackware: removed non-working links

- - - - -
3a0b3744 by Konstantin Pavlov at 2020-04-15T20:09:13+03:00
downloads: removed outdated altlinux page

- - - - -


18 changed files:

- www.videolan.org/.gitignore
- − www.videolan.org/bin/.htaccess
- − www.videolan.org/doc/.htaccess
- − www.videolan.org/images/.htaccess
- − www.videolan.org/include/.htaccess
- − www.videolan.org/locale/.htaccess
- − www.videolan.org/private/.htaccess
- www.videolan.org/vlc/Makefile.inc
- − www.videolan.org/vlc/download-altlinux.php
- www.videolan.org/vlc/download-debian.php
- − www.videolan.org/vlc/download-maemo.php
- www.videolan.org/vlc/download-slackware.php
- www.videolan.org/vlc/download-suse.php
- www.videolan.org/vlc/download-ubuntu.php
- www.videolan.org/vlc/index.php
- − www.videolan.org/vlc/maemo/.htaccess
- − www.videolan.org/vlc/maemo/vlc.install
- − www.videolan.org/vlc/releases/.htaccess


Changes:

=====================================
www.videolan.org/.gitignore
=====================================
@@ -1,3 +1,12 @@
 style/style*.css
 style/bootstrap*.css
 cache/
+locale/**/*.mo
+*.html
+index.*.php
+vlc/download-*.php
+developers/i18n/images/*.png
+videolan/mirrors.txt
+js/slick.min.js
+style/slick.css
+style/slick.min.css


=====================================
www.videolan.org/bin/.htaccess deleted
=====================================
@@ -1,2 +0,0 @@
-Deny from all
-


=====================================
www.videolan.org/doc/.htaccess deleted
=====================================
@@ -1 +0,0 @@
-Redirect permanent /doc/faq/ http://www.videolan.org/support/faq.html?


=====================================
www.videolan.org/images/.htaccess deleted
=====================================
@@ -1,6 +0,0 @@
-RewriteEngine on
-RewriteRule ^buttons/(.*)$ /images/goodies/buttons_getVLC/$1 [R=permanent,L]
-
-RewriteCond %{HTTP_USER_AGENT} !^CoralWebPrx
-RewriteCond %{QUERY_STRING} !^coral-no-serve
-RewriteRule ^/(.*)$ http://www.videolan.org.nyud.net:8090/$1 [R,L]


=====================================
www.videolan.org/include/.htaccess deleted
=====================================
@@ -1,2 +0,0 @@
-Deny from all
-


=====================================
www.videolan.org/locale/.htaccess deleted
=====================================
@@ -1,2 +0,0 @@
-Deny from all
-


=====================================
www.videolan.org/private/.htaccess deleted
=====================================
@@ -1,8 +0,0 @@
-AuthName "Private pages: Skins/Stats"
-AuthUserFile /var/www/local/.htpasswd.videolan
-AuthGroupFile /dev/null
-AuthType Basic
-
-<limit POST GET>
-require valid-user
-</Limit>


=====================================
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-altlinux 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-maemo 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-syllable 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-altlinux.php deleted
=====================================
@@ -1,79 +0,0 @@
-<?php
-   $title = "VLC media player for ALT Linux";
-   $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">
-	<?php
-	$screenshots = getScreenshots("linux");
-	$defaultDetail = getOS("linux");
-	?>
-    <section class="download-wrapper">
-        <div class="row reorder-xs">
-            <?php drawScreenshots($screenshots); ?>
-            <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.altlinux.com/">ALT Linux</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>ALT Linux Sisyphus (unstable)</h2>
-<p>Sisyphus packages repository always contains one of the latest versions
-of VLC (stable branch or svn trunk, depending on trunk usability/state).</p>
-<p>In order to acquire it you should have those lines in your /etc/apt/sources.list:</p>
-<pre>
-   rpm [alt] ftp://ftp.altlinux.com/pub/distributions/ALTLinux/Sisyphus i586 classic
-   rpm [alt] ftp://ftp.altlinux.com/pub/distributions/ALTLinux/Sisyphus noarch classic
-</pre>
-<p>If your arch is x86_64, substitute i586 to x86_64 in a corresponding line.</p>
-<p>For a normal install, including support for reading almost all audio/video formats, 
-dvd playback and X11 video output do the following:</p>
-<pre>
-   # apt-get update
-   # apt-get install vlc
-</pre>
-<p>or for full install with all possible plugins:</p>
-<pre>
-   # apt-get install vlc-maxi
-</pre>
-
-<h2>Current stable distributions</h2>
-<h3>4.0</h3>
-<p><b>Server</b> distribution does not have vlc package in 'main' component.</p>
-<p>In order to install vlc, one should enable 'classic' component and perform the following:</p>
-<pre>
-  # apt-get update
-  # apt-get install vlc
-</pre>
-
-<h2>Older distributions</h2>
-<p>Master 2.4 and Compact 3.0 contain outdated 0.7.2 version of VLC. There are no official
- backports done by ALT Linux Team, so you're encouraged to update if you want recent VLC.</p>
-
-</div>
-</div>
-
-<?php footer('$Id$'); ?>


=====================================
www.videolan.org/vlc/download-debian.php
=====================================
@@ -42,7 +42,7 @@
 
 <h2> Debian stable (buster) and testing (bullseye)</h2>
 
-<p> Debian stretch and bullseye follow the 3.0.x release branch of <a href="/vlc/">VLC</a>.<br />
+<p> Debian buster and bullseye follow the 3.0.x release branch of <a href="/vlc/">VLC</a>.<br />
 
 
 <h2> Debian oldstable (stretch)</h2>


=====================================
www.videolan.org/vlc/download-maemo.php deleted
=====================================
@@ -1,28 +0,0 @@
-<?php
-   $title = "VLC media player for Maemo";
-   $lang = "en";
-   $menu = array( "vlc", "download" );
-   require($_SERVER["DOCUMENT_ROOT"]."/include/header.php");
-?>
-
-<h1 class="bigtitle"> VLC media player for <a href="http://www.maemo.org/">Maemo</a></h1>
-
-<h2> Maemo 6 </h2>
-
-<p> Not available (yet). </p>
-
-<h2> Maemo 5 (Nokia N900) </h2>
-
-<p> VLC 1.1 is available for Maemo 5 with the VLC Hildon interface.
-</p>
-
-<p><a href="maemo/vlc.install"
- >Click here to install VLC with the Maemo package manager</a>.</p>
-
-<h2> Maemo 4 </h2>
-
-<p> Older Maemo versions are not supported. </p>
-
-<?php
-  footer('$Id$');
-?>


=====================================
www.videolan.org/vlc/download-slackware.php
=====================================
@@ -48,19 +48,9 @@
 
     <p>Instructions for building a package from source are available on the <a href="https://wiki.videolan.org/Slackware">VideoLAN Wiki</a></p>
 
-    <h2> Packages on slacky.eu </h2>
-
-    <p>For 32-bit Slackware only. They can be found in the repository of the
-    <a href="http://slacky.eu/aadm/pkgs/index.php?sear=vlc">Italian Slackware Community</a>. Be sure to install the large list of dependencies which you can find in the <i>slack-required</i> file!</p>
-
-    <h2> Packages on slackware.opennix.com </h2>
-
-    <p>Another source of 32-bit Slackware packages is at
-    <a href="http://slackware.opennix.com/?slackversion=13.1&name=vlc">Opennix.com</a>. A full list of additional (dependency) packages which you are required to install is available on the package page.</p>
-
     <h2>Packages on SlackPack</h2>
 
-    <p>You can also find 32-bit Slackware packages on
+    <p>You can also find Slackware packages on
     <a href="http://sotirov-bg.net/slackpack/search.cgi?q=vlc">SlackPack</a>.
     The package is a dynamic build and all of the dependencies are
     available from the same site.</p>


=====================================
www.videolan.org/vlc/download-suse.php
=====================================
@@ -38,10 +38,13 @@
 			    <div class="inner center-xs">
 			        <div class="btn-group">
                         <div class="installbtn" style="float: left;">
-                          <a href="https://download.videolan.org/pub/vlc/SuSE/Leap_42.3/vlc.ymp">VLC for Leap 42.3</a>
+                          <a href="https://download.videolan.org/pub/vlc/SuSE/Leap_15.0/vlc.ymp">VLC for Leap 15.0</a>
                         </div>
                         <div class="installbtn" style="float: left;">
-                          <a href="https://download.videolan.org/pub/vlc/SuSE/Leap_15.0/vlc.ymp">VLC for Leap 15.0</a>
+                          <a href="https://download.videolan.org/pub/vlc/SuSE/Leap_15.1/vlc.ymp">VLC for Leap 15.1</a>
+                        </div>
+                        <div class="installbtn" style="float: left;">
+                          <a href="https://download.videolan.org/pub/vlc/SuSE/Leap_15.2/vlc.ymp">VLC for Leap 15.2</a>
                         </div>
                         <div class="installbtn" style="float: left;">
                           <a href="https://download.videolan.org/pub/vlc/SuSE/Tumbleweed/vlc.ymp">VLC for Tumbleweed</a>
@@ -72,8 +75,9 @@ Directory: /pub/videolan/vlc/SuSE/<SUSE Version>
 Version. Supported at this time are :</p>
 <p class="projectDescription">
 <ul class="bullets">
-<li>Leap_42.3</li>
 <li>Leap_15.0</li>
+<li>Leap_15.1</li>
+<li>Leap_15.2</li>
 <li>Tumbleweed</li>
 <li>SLE12</li>
 <li>SLE15</li>
@@ -111,7 +115,7 @@ sudo zypper in vlc
 </pre>
 </p>
 
-<p class="projectDescription"><SUSE version> can be Leap_42.3, Leap_15.0, Tumbleweed, SLE12, SLE15</p>
+<p class="projectDescription"><SUSE version> can be Leap_15.0, Leap_15.1, Leap_15.2, Tumbleweed, SLE12, SLE15</p>
 
 </div>
 


=====================================
www.videolan.org/vlc/download-ubuntu.php
=====================================
@@ -52,7 +52,6 @@
 <h2>Supported releases</h2>
 <p class="projectDescription">Ubuntu 18.04 <span style='font-size: smaller'>“Bionic Beaver”</span><br />
 Ubuntu 16.04 <span style='font-size: smaller'>“Xenial Xerus”</span><br />
-Ubuntu 14.04 LTS <span style='font-size: smaller'>“Trusty Tahr”</span><br />
 </p>
 
 <h2>Installation the Graphical way</h2>


=====================================
www.videolan.org/vlc/index.php
=====================================
@@ -159,7 +159,6 @@
                     addos( "Fedora", "fedora", "download-fedora.html" );
                     addos( "Arch Linux", "archlinux", "download-archlinux.html" );
                     addos( "Slackware Linux", "slackware", "download-slackware.html" );
-                    addos( "ALT Linux", "altlinux", "download-altlinux.html" );
                     addos( "Red Hat Enterprise Linux", "redhat", "download-redhat.html" );
                 ?>
             </div>


=====================================
www.videolan.org/vlc/maemo/.htaccess deleted
=====================================
@@ -1 +0,0 @@
-AddType application/x-install-instructions .install


=====================================
www.videolan.org/vlc/maemo/vlc.install deleted
=====================================
@@ -1,11 +0,0 @@
-[install]
-catalogues = videolan
-package = vlc
-
-[videolan]
-name = VideoLAN.org catalog
-name[en_GB] = VideoLAN.org catalogue
-name[de_DE] = VideoLAN.org Katalog
-name[fr_FR] = Catalogue VideoLAN.org
-uri = http://download.videolan.org/pub/videolan/maemo/
-components = free


=====================================
www.videolan.org/vlc/releases/.htaccess deleted
=====================================
@@ -1 +0,0 @@
-ErrorDocument 404 /vlc/#download



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/719f0dbc5ab43294e6cf00bf35d6b21e23ea3885...3a0b37444171079808482b6584a716dc2cb67b00

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




More information about the www-doc mailing list