Author: robux4
Date: 2004-08-22 11:38:26 +0400 (Sun, 22 Aug 2004)
New Revision: 492
Modified:
trunk/packs.matroska.org/data/index.php.de
trunk/packs.matroska.org/data/index.php.en
trunk/packs.matroska.org/data/index.php.fr
Log:
generalise Toff's changes
Modified: trunk/packs.matroska.org/data/index.php.de
===================================================================
--- trunk/packs.matroska.org/data/index.php.de 2004-08-22 02:17:15 UTC (rev 491)
+++ trunk/packs.matroska.org/data/index.php.de 2004-08-22 07:38:26 UTC (rev 492)
@@ -30,10 +30,10 @@
<div id="content">
<h2><strong>Matroska Pack Full v<? echo $latest; ?></strong></h2>
- <a href="/latest/Matroska_Pack_Full.exe" target="_self">Download</a> ( 3.37 MB / 3'416'305 Bytes ) - <a href="/<?php echo $latest; ?>/Matroska_Pack_Full.exe">permalink</a><br/>
+ <a href="/latest/Matroska_Pack_Full.exe" target="_self">Download</a> (<? printFileSize($latest,"Matroska_Pack_Full"); ?>) - <a href="/<?php echo $latest; ?>/Matroska_Pack_Full.exe">permalink</a><br/>
<div class="tiny">Downloads so far:
- <!-- counter --> <? echo ($download[$latest]["Matroska_Pack_Full"] + $download["1.0.2"]["Matroska_Pack_Full"]); ?>
- since 1st April 2004</div>
+ <!-- counter --> <? echo totalCount("Matroska_Pack_Full"); ?>
+ since 1st April 2004 (this version only: <? echo $download[$latest]["Matroska_Pack_Full"]?>)</div>
<p>Das bekannte Full Pack erlaubt nicht nur das Abspielen von Matroska-Dateien (.mkv und .mka),
sondern auch das Abspielen der meisten modernen Videoformate, auf jedem DirectShow-Player, sogar
@@ -70,10 +70,10 @@
<br/>
<h2><strong>Matroska Pack Lite v<? echo $latest; ?></strong></h2>
- <a href="/latest/Matroska_Pack_Lite.exe" target="_self">Download</a> (0.75 MB / 768'931 Bytes) - <a href="/<?php echo $latest; ?>/Matroska_Pack_Lite.exe">permalink</a><br/>
+ <a href="/latest/Matroska_Pack_Lite.exe" target="_self">Download</a> (<? printFileSize($latest,"Matroska_Pack_Lite"); ?>) - <a href="/<?php echo $latest; ?>/Matroska_Pack_Lite.exe">permalink</a><br/>
<div class="tiny">Downloads so far:
- <!-- counter --> <? echo ($download[$latest]["Matroska_Pack_Lite"] + $download["1.0.2"]["Matroska_Pack_Lite"]); ?>
- since 1st April 2004</div>
+ <!-- counter --> <? echo totalCount("Matroska_Pack_Lite"); ?>
+ since 1st April 2004 (this version only: <? echo $download[$latest]["Matroska_Pack_Lite"]?>)</div>
<p>Dieses Matroska-Pack enthält nur das Notwendigste, was zum Abspielen von Matroska-Dateien
mit Vorbis-Audio und Untertiteln mit DirectShow-Playern notwendig ist. Um alle Matroska-Dateien
@@ -86,10 +86,10 @@
<br/>
<h2><strong>Matroska Pack MPEG4 v<? echo $latest; ?></strong></h2>
- <a href="/latest/Matroska_Pack_MPEG4.exe" target="_self">Download</a> (2.18 MB / 2'235'499 Bytes) - <a href="/<?php echo $latest; ?>/Matroska_Pack_MPEG4.exe">permalink</a><br/>
+ <a href="/latest/Matroska_Pack_MPEG4.exe" target="_self">Download</a> (<? printFileSize($latest,"Matroska_Pack_MPEG4"); ?>) - <a href="/<?php echo $latest; ?>/Matroska_Pack_MPEG4.exe">permalink</a><br/>
<div class="tiny">Downloads so far:
- <!-- counter --> <? echo ($download[$latest]["Matroska_Pack_MPEG4"] + $download["1.0.2"]["Matroska_Pack_MPEG4"]); ?>
- since 1st April 2004</div>
+ <!-- counter --> <? echo totalCount("Matroska_Pack_MPEG4"); ?>
+ since 1st April 2004 (this version only: <? echo $download[$latest]["Matroska_Pack_MPEG4"]?>)</div>
<p>Dieses Pack basiert auf dem Full Pack, aber alles, was nicht zum Abspielen von typischen DivX/XVid Matroska-Dateien
benötigt wird, wurde entfernt. Folgende Decoder sind enthalten:
@@ -111,8 +111,20 @@
<h1>Ältere versionen:</h1>
<ul>
-<li>v1.0.2 : <a href="/1.0.2/Matroska_Pack_Full.exe">Full</a>, <a href="/1.0.2/Matroska_Pack_MPEG4.exe">MPEG4</a>, <a href="/1.0.2/Matroska_Pack_Lite.exe">Lite</a>, </li>
-<li>v1.0.1 : <a href="/1.0.1/Matroska_Pack_Full.exe">Full</a>, <a href="/1.0.1/Matroska_Pack_MPEG4.exe">MPEG4</a>, <a href="/1.0.1/Matroska_Pack_RealMedia.exe">RealVideo/RealAudio</a>, </li>
+<?
+ foreach($links as $versionKey => $versionArray) {
+ if ($versionKey <> $latest) {
+ echo "<li>v$versionKey : <ul>";
+ foreach($versionArray as $linkKey => $linkValue) {
+ echo "<li><a href=\"/$versionKey/".$linkKey.".exe\">".str_replace('_', ' ', $linkKey)."</a>";
+ echo "<div class=\"tiny\"> (";
+ printFileSizeShort($versionKey,$linkKey);
+ echo ", " . $download[$versionKey][$linkKey] . " downloads)</div></li>";
+ }
+ echo "</ul></li>";
+ }
+ }
+?>
</ul>
</div>
</body>
Modified: trunk/packs.matroska.org/data/index.php.en
===================================================================
--- trunk/packs.matroska.org/data/index.php.en 2004-08-22 02:17:15 UTC (rev 491)
+++ trunk/packs.matroska.org/data/index.php.en 2004-08-22 07:38:26 UTC (rev 492)
@@ -112,12 +112,6 @@
}
}
?>
-
-<!--
-<li>v1.0.2 : <a href="/1.0.2/Matroska_Pack_Full.exe">Full</a>, <a href="/1.0.2/Matroska_Pack_MPEG4.exe">MPEG4</a>, <a href="/1.0.2/Matroska_Pack_Lite.exe">Lite</a>, </li>
-<li>v1.0.1 : <a href="/1.0.1/Matroska_Pack_Full.exe">Full</a>, <a href="/1.0.1/Matroska_Pack_MPEG4.exe">MPEG4</a>, <a href="/1.0.1/Matroska_Pack_RealMedia.exe">RealVideo/RealAudio</a>, </li>
--->
-
</ul>
</div>
</body>
Modified: trunk/packs.matroska.org/data/index.php.fr
===================================================================
--- trunk/packs.matroska.org/data/index.php.fr 2004-08-22 02:17:15 UTC (rev 491)
+++ trunk/packs.matroska.org/data/index.php.fr 2004-08-22 07:38:26 UTC (rev 492)
@@ -30,10 +30,10 @@
<div id="content">
<h2><strong>Matroska Pack Complet v<? echo $latest; ?></strong></h2>
- <a href="/latest/Matroska_Pack_Full.exe" target="_self">Téléchargement</a> (3,37 Mo / 3.416.305 Octets) - <a href="/<?php echo $latest; ?>/Matroska_Pack_Full.exe">permalink</a><br/>
+ <a href="/latest/Matroska_Pack_Full.exe" target="_self">Téléchargement</a> (<? printFileSize($latest,"Matroska_Pack_Full"); ?>) - <a href="/<?php echo $latest; ?>/Matroska_Pack_Full.exe">permalink</a><br/>
<div class="tiny">Chargements jusqu'à présent:
- <!-- counter --> <? echo ($download[$latest]["Matroska_Pack_Full"] + $download["1.0.2"]["Matroska_Pack_Full"]); ?>
- depuis le 1er Avril 2004</div>
+ <!-- counter --> <? echo totalCount("Matroska_Pack_Full"); ?>
+ depuis le 1er Avril 2004 (cette version seulement: <? echo $download[$latest]["Matroska_Pack_Full"]?>)</div>
<p>Le pack complet pourra jouer non seulement les fichiers Matroska (.mkv et .mka),
mais aussi la plupart des formats récents dans les lecteurs DirectShow, même WMP 6.4/7/8/9
@@ -60,10 +60,10 @@
<br/>
<h2><strong>Matroska Pack Lite v<? echo $latest; ?></strong></h2>
- <a href="/latest/Matroska_Pack_Lite.exe" target="_self">Téléchargement</a> (0,75 MB / 768.931 Octets) - <a href="/<?php echo $latest; ?>/Matroska_Pack_Lite.exe">permalink</a><br/>
+ <a href="/latest/Matroska_Pack_Lite.exe" target="_self">Téléchargement</a> (<? printFileSize($latest,"Matroska_Pack_Lite"); ?>) - <a href="/<?php echo $latest; ?>/Matroska_Pack_Lite.exe">permalink</a><br/>
<div class="tiny">Chargements jusqu'à présent:
- <!-- counter --> <? echo ($download[$latest]["Matroska_Pack_Lite"] + $download["1.0.2"]["Matroska_Pack_Lite"]); ?>
- depuis le 1er Avril 2004</div>
+ <!-- counter --> <? echo totalCount("Matroska_Pack_Lite"); ?>
+ depuis le 1er Avril 2004 (cette version seulement: <? echo $download[$latest]["Matroska_Pack_Lite"]?>)</div>
<p>Réduit à sa plus simple expression, ce pack contient le <strong>minimum nécessaire pour lire un fichier matroska</strong> avec du Vorbis et des sous-titres et un lecteur DirectShow.
Donc pour pouvoir lire d'autres codecs, il vous faudra installer les décodeurs audio et vidéo correspondants.
@@ -73,10 +73,10 @@
<br/>
<h2><strong>Matroska Pack MPEG4 v<? echo $latest; ?></strong></h2>
- <a href="/latest/Matroska_Pack_MPEG4.exe" target="_self">Téléchargement</a> (2,18 MB / 2.235.499 Octets) - <a href="/<?php echo $latest; ?>/Matroska_Pack_MPEG4.exe">permalink</a><br/>
+ <a href="/latest/Matroska_Pack_MPEG4.exe" target="_self">Téléchargement</a> (<? printFileSize($latest,"Matroska_Pack_MPEG4"); ?>) - <a href="/<?php echo $latest; ?>/Matroska_Pack_MPEG4.exe">permalink</a><br/>
<div class="tiny">Chargements jusqu'à présent:
- <!-- counter --> <? echo ($download[$latest]["Matroska_Pack_MPEG4"] + $download["1.0.2"]["Matroska_Pack_MPEG4"]); ?>
- depuis le 1er Avril 2004</div>
+ <!-- counter --> <? echo totalCount("Matroska_Pack_MPEG4"); ?>
+ depuis le 1er Avril 2004 (cette version seulement: <? echo $download[$latest]["Matroska_Pack_MPEG4"]?>)</div>
<p>Ce pack est basé sur le pack complet mais sans les filtres non nécessaires à la lecture d'un fichier typique contenant du DivX/XviD. Il contient les décodeurs suivants</p><ul>
<li><a href="http://www.divx.com/">DivX 3/4/5</a></li>
@@ -93,8 +93,20 @@
<h1>Vous pouvez aussi charger d'anciennes versions:</h1>
<ul>
-<li>v1.0.2 : <a href="/1.0.2/Matroska_Pack_Full.exe">Complet</a>, <a href="/1.0.2/Matroska_Pack_MPEG4.exe">MPEG4</a>, <a href="/1.0.2/Matroska_Pack_Lite.exe">Lite</a>, </li>
-<li>v1.0.1 : <a href="/1.0.1/Matroska_Pack_Full.exe">Complet</a>, <a href="/1.0.1/Matroska_Pack_MPEG4.exe">MPEG4</a>, <a href="/1.0.1/Matroska_Pack_RealMedia.exe">Realvidéo/RealAudio</a>, </li>
+<?
+ foreach($links as $versionKey => $versionArray) {
+ if ($versionKey <> $latest) {
+ echo "<li>v$versionKey : <ul>";
+ foreach($versionArray as $linkKey => $linkValue) {
+ echo "<li><a href=\"/$versionKey/".$linkKey.".exe\">".str_replace('_', ' ', $linkKey)."</a>";
+ echo "<div class=\"tiny\"> (";
+ printFileSizeShort($versionKey,$linkKey);
+ echo ", " . $download[$versionKey][$linkKey] . " downloads)</div></li>";
+ }
+ echo "</ul></li>";
+ }
+ }
+?>
</ul>
</div>
</body>
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.