[www] r493 - trunk/packs.matroska.org/data

[email protected]
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2004-08-22 11:44:07 +0400 (Sun, 22 Aug 2004)
New Revision: 493

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
   trunk/packs.matroska.org/data/links.txt
Log:
More date handling

Modified: trunk/packs.matroska.org/data/index.php.de
===================================================================
--- trunk/packs.matroska.org/data/index.php.de	2004-08-22 07:38:26 UTC (rev 492)
+++ trunk/packs.matroska.org/data/index.php.de	2004-08-22 07:44:07 UTC (rev 493)
@@ -29,11 +29,11 @@
 </div>
 
 <div id="content">
-<h2><strong>Matroska Pack Full v<? echo $latest; ?></strong></h2>
+<h2><strong>Matroska Pack Full v<? echo $latest; ?> - <? echo $release[$latest]; ?></strong></h2>
   <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 totalCount("Matroska_Pack_Full"); ?>
-  since 1st April 2004 (this version only: <? echo $download[$latest]["Matroska_Pack_Full"]?>)</div>
+  since 2004-04-01 (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
@@ -69,11 +69,11 @@
   </ul>
   <br/>
   
-  <h2><strong>Matroska Pack Lite v<? echo $latest; ?></strong></h2>
+  <h2><strong>Matroska Pack Lite v<? echo $latest; ?> - <? echo $release[$latest]; ?></strong></h2>
   <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 totalCount("Matroska_Pack_Lite"); ?>
-  since 1st April 2004 (this version only: <? echo $download[$latest]["Matroska_Pack_Lite"]?>)</div>
+  since 2004-04-01 (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
@@ -85,11 +85,11 @@
 </p>
   <br/>
 
-  <h2><strong>Matroska Pack MPEG4 v<? echo $latest; ?></strong></h2>
+  <h2><strong>Matroska Pack MPEG4 v<? echo $latest; ?> - <? echo $release[$latest]; ?></strong></h2>
   <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 totalCount("Matroska_Pack_MPEG4"); ?> 
-  since 1st April 2004 (this version only: <? echo $download[$latest]["Matroska_Pack_MPEG4"]?>)</div>
+  since 2004-04-01 (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:
@@ -114,7 +114,7 @@
 <?
   foreach($links as $versionKey => $versionArray) {
   	if ($versionKey <> $latest) {
-  		echo "<li>v$versionKey : <ul>";
+  		echo "<li>v$versionKey  - ".$release[$latest]." : <ul>";
   		foreach($versionArray as $linkKey => $linkValue) {
   		  echo "<li><a href=\"/$versionKey/".$linkKey.".exe\">".str_replace('_', ' ', $linkKey)."</a>";
   		  echo "<div class=\"tiny\"> (";

Modified: trunk/packs.matroska.org/data/index.php.en
===================================================================
--- trunk/packs.matroska.org/data/index.php.en	2004-08-22 07:38:26 UTC (rev 492)
+++ trunk/packs.matroska.org/data/index.php.en	2004-08-22 07:44:07 UTC (rev 493)
@@ -29,11 +29,11 @@
 </div>
 
 <div id="content">
-<h2><strong>Matroska Pack Full v<? echo $latest; ?></strong></h2>
+<h2><strong>Matroska Pack Full v<? echo $latest; ?> - <? echo $release[$latest]; ?></strong></h2>
   <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 totalCount("Matroska_Pack_Full"); ?>
-  since 1st April 2004 (this version only: <? echo $download[$latest]["Matroska_Pack_Full"]?>)</div>
+  since 2004-04-01 (this version only: <? echo $download[$latest]["Matroska_Pack_Full"]?>)</div>
 
 <p>The famous full pack will not only allow playing matroska media files (.mkv and .mka), but it will also allow playback 
   of most modern video formats on any DirectShow player, even with WMP 6.4/7/8/9 
@@ -61,11 +61,11 @@
   </ul>
   <br/>
   
-  <h2><strong>Matroska Pack Lite v<? echo $latest; ?></strong></h2>
+  <h2><strong>Matroska Pack Lite v<? echo $latest; ?> - <? echo $release[$latest]; ?></strong></h2>
   <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 totalCount("Matroska_Pack_Lite"); ?>
-  since 1st April 2004 (this version only: <? echo $download[$latest]["Matroska_Pack_Lite"]?>)</div>
+  since 2004-04-01 (this version only: <? echo $download[$latest]["Matroska_Pack_Lite"]?>)</div>
 
 <p>Reduced to the max, this pack contains only the very <strong>basic stuff needed to play matroska 
   files</strong> with Vorbis audio and Subtitles on DirectShow players, so in 
@@ -76,11 +76,11 @@
   <a href="http://sourceforge.net/projects/virtualdubmod">VirtualVCR_matroska</a>.</p>
   <br/>
 
-  <h2><strong>Matroska Pack MPEG4 v<? echo $latest; ?></strong></h2>
+  <h2><strong>Matroska Pack MPEG4 v<? echo $latest; ?> - <? echo $release[$latest]; ?></strong></h2>
   <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 totalCount("Matroska_Pack_MPEG4"); ?> 
-  since 1st April 2004 (this version only: <? echo $download[$latest]["Matroska_Pack_MPEG4"]?>)</div>
+  since 2004-04-01 (this version only: <? echo $download[$latest]["Matroska_Pack_MPEG4"]?>)</div>
 
 <p>This pack is based on the full pack, but has all the stuff removed which is not necessary for playback 
   of a typical DivX/XviD MKV file, delivering decoders for</p><ul>
@@ -101,7 +101,7 @@
 <?
   foreach($links as $versionKey => $versionArray) {
   	if ($versionKey <> $latest) {
-  		echo "<li>v$versionKey : <ul>";
+  		echo "<li>v$versionKey  - ".$release[$latest]." : <ul>";
   		foreach($versionArray as $linkKey => $linkValue) {
   		  echo "<li><a href=\"/$versionKey/".$linkKey.".exe\">".str_replace('_', ' ', $linkKey)."</a>";
   		  echo "<div class=\"tiny\"> (";

Modified: trunk/packs.matroska.org/data/index.php.fr
===================================================================
--- trunk/packs.matroska.org/data/index.php.fr	2004-08-22 07:38:26 UTC (rev 492)
+++ trunk/packs.matroska.org/data/index.php.fr	2004-08-22 07:44:07 UTC (rev 493)
@@ -29,11 +29,11 @@
 </div>
 
 <div id="content">
-<h2><strong>Matroska Pack Complet v<? echo $latest; ?></strong></h2>
+<h2><strong>Matroska Pack Complet v<? echo $latest; ?> - <? echo $release[$latest]; ?></strong></h2>
   <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 totalCount("Matroska_Pack_Full"); ?>
-  depuis le 1er Avril 2004 (cette version seulement: <? echo $download[$latest]["Matroska_Pack_Full"]?>)</div>
+  depuis le 2004-04-01 (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 
@@ -59,11 +59,11 @@
   </ul>
   <br/>
   
-  <h2><strong>Matroska Pack Lite v<? echo $latest; ?></strong></h2>
+  <h2><strong>Matroska Pack Lite v<? echo $latest; ?> - <? echo $release[$latest]; ?></strong></h2>
   <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 totalCount("Matroska_Pack_Lite"); ?>
-  depuis le 1er Avril 2004 (cette version seulement: <? echo $download[$latest]["Matroska_Pack_Lite"]?>)</div>
+  depuis le 2004-04-01 (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.
@@ -72,11 +72,11 @@
   <a href="http://sourceforge.net/projects/virtualdubmod">VirtualVCR_matroska</a>.</p>
 <br/>
 
-  <h2><strong>Matroska Pack MPEG4 v<? echo $latest; ?></strong></h2>
+  <h2><strong>Matroska Pack MPEG4 v<? echo $latest; ?> - <? echo $release[$latest]; ?></strong></h2>
   <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 totalCount("Matroska_Pack_MPEG4"); ?> 
-  depuis le 1er Avril 2004 (cette version seulement: <? echo $download[$latest]["Matroska_Pack_MPEG4"]?>)</div>
+  depuis le 2004-04-01 (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>
@@ -96,7 +96,7 @@
 <?
   foreach($links as $versionKey => $versionArray) {
   	if ($versionKey <> $latest) {
-  		echo "<li>v$versionKey : <ul>";
+  		echo "<li>v$versionKey  - ".$release[$latest]." : <ul>";
   		foreach($versionArray as $linkKey => $linkValue) {
   		  echo "<li><a href=\"/$versionKey/".$linkKey.".exe\">".str_replace('_', ' ', $linkKey)."</a>";
   		  echo "<div class=\"tiny\"> (";

Modified: trunk/packs.matroska.org/data/links.txt
===================================================================
--- trunk/packs.matroska.org/data/links.txt	2004-08-22 07:38:26 UTC (rev 492)
+++ trunk/packs.matroska.org/data/links.txt	2004-08-22 07:44:07 UTC (rev 493)
@@ -13,6 +13,8 @@
 $filesize["1.0.3"]["Matroska_Pack_Lite"] = 768931;
 $filesize["1.0.3"]["Matroska_Pack_MPEG4"] = 2235499;
 
+$release["1.0.3"] = "2004-08-21";
+
 // ----- 1.0.2 -----
 
 $links["1.0.2"]["Matroska_Pack_Full"] = "http://christian.hj.wiesner.bei.t-online.de/packs/Matroska_Pack_Full_v1.0.2.exe";
@@ -23,6 +25,8 @@
 $filesize["1.0.2"]["Matroska_Pack_Lite"] = 749170;
 $filesize["1.0.2"]["Matroska_Pack_MPEG4"] = 1498652;
 
+$release["1.0.2"] = "2004-04-01";
+
 // ----- 1.0.1 -----
 
 $links["1.0.1"]["Matroska_Pack_Full"] = "/packs/Matroska_Pack_Full_v1.0.1.exe";
@@ -33,6 +37,8 @@
 $filesize["1.0.1"]["Matroska_Pack_MPEG4"] = 1442829;
 $filesize["1.0.1"]["Matroska_Pack_RealMedia"] = 984972;
 
+$release["1.0.1"] = "2004-01-01";
+
 // ----- Some helper functions -----
 
 	function totalCount($packname) {
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.