[www-doc] [Git][VideoLAN.org/websites][master] vlc: add download page for OS/2 as we are hosting the binaries now

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Sun Dec 21 12:38:44 UTC 2025



Felix Paul Kühne pushed to branch master at VideoLAN organization / websites


Commits:
47174c11 by Felix Paul Kühne at 2025-12-21T13:38:07+01:00
vlc: add download page for OS/2 as we are hosting the binaries now

- - - - -


2 changed files:

- + www.videolan.org/vlc/download-os2.php
- www.videolan.org/vlc/index.php


Changes:

=====================================
www.videolan.org/vlc/download-os2.php
=====================================
@@ -0,0 +1,63 @@
+<?php
+   $title = "VLC media player for OS/2";
+   $lang = "en";
+   $menu = array( "vlc", "download" );
+   require($_SERVER["DOCUMENT_ROOT"]."/include/header.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 OS/2
+                    </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="left">
+
+  <ul><li>
+    <?php pkgitem("Latest OS/2 package (3.0.21)",
+                  "3.0.21/os2","vlc-3.0.21.zip","vlc"); ?>
+  </li></ul>
+
+  <h2>Older versions</h2>
+   <?php browse_old( "vlc" );?>
+
+</div>
+<div id="right">
+
+  <h2>Source code</h2>
+
+  <p>If you want, you can download the
+  <a href="download-sources.html">source code</a> of VLC media player.</p>
+</div>
+
+<div id="right">
+<?php panel_start( "orange" ); ?>
+<h1>Patches and Bug tracker</h1>
+
+<p>Patches needed to compile for the OS/2 platform and a bug tracker are available on the <a
+href="https://github.com/komh/vlc-os2">developer's website</a>. </p>
+<?php panel_end(); ?>
+
+<?php
+  footer('$Id$');
+?>


=====================================
www.videolan.org/vlc/index.php
=====================================
@@ -173,7 +173,7 @@
                     addos( "OpenBSD", "openbsd", "download-sources.html" );
                     addos( "Solaris", "solaris", "download-sources.html" );
                     addos( "QNX", "qnx", "download-sources.html" );
-                    addos( "OS/2", "os2", "https://hobbes.nmsu.edu/?search=vlc&stype=any&sort=date&dir=%2F" );
+                    addos( "OS/2", "os2", "download-os2.html" );
                 ?>
             </div>
         </div>



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/47174c1189e56376f4c28beb8a5ecdd2de87a83c

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


VideoLAN code repository instance


More information about the www-doc mailing list