Author: robux4
Date: 2005-01-13 17:13:04 +0300 (Thu, 13 Jan 2005)
New Revision: 861
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/index.php.nl
trunk/packs.matroska.org/data/index.php.pt
Log:
content: use the correct release date to count the packs
Modified: trunk/packs.matroska.org/data/index.php.de
===================================================================
--- trunk/packs.matroska.org/data/index.php.de 2005-01-09 10:38:31 UTC (rev 860)
+++ trunk/packs.matroska.org/data/index.php.de 2005-01-13 14:13:04 UTC (rev 861)
@@ -34,7 +34,7 @@
<a href="/latest/Matroska_Pack_Full.exe">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 2004-04-01 (this version only: <? echo $download[$latest]["Matroska_Pack_Full"]?>)</div>
+ since <? echo $release[$latest]; ?> (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
@@ -74,7 +74,7 @@
<a href="/latest/Matroska_Pack_Lite.exe">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 2004-04-01 (this version only: <? echo $download[$latest]["Matroska_Pack_Lite"]?>)</div>
+ since <? echo $release[$latest]; ?> (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
@@ -90,7 +90,7 @@
<a href="/latest/Matroska_Pack_MPEG4.exe">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 2004-04-01 (this version only: <? echo $download[$latest]["Matroska_Pack_MPEG4"]?>)</div>
+ since <? echo $release[$latest]; ?> (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:
Modified: trunk/packs.matroska.org/data/index.php.en
===================================================================
--- trunk/packs.matroska.org/data/index.php.en 2005-01-09 10:38:31 UTC (rev 860)
+++ trunk/packs.matroska.org/data/index.php.en 2005-01-13 14:13:04 UTC (rev 861)
@@ -34,7 +34,7 @@
<a href="/latest/Matroska_Pack_Full.exe">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 2004-04-01 (this version only: <? echo $download[$latest]["Matroska_Pack_Full"]?>)</div>
+ since <? echo $release[$latest]; ?> (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
@@ -67,7 +67,7 @@
<a href="/latest/Matroska_Pack_Lite.exe">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 2004-04-01 (this version only: <? echo $download[$latest]["Matroska_Pack_Lite"]?>)</div>
+ since <? echo $release[$latest]; ?> (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
@@ -82,7 +82,7 @@
<a href="/latest/Matroska_Pack_MPEG4.exe">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 2004-04-01 (this version only: <? echo $download[$latest]["Matroska_Pack_MPEG4"]?>)</div>
+ since <? echo $release[$latest]; ?> (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>
Modified: trunk/packs.matroska.org/data/index.php.fr
===================================================================
--- trunk/packs.matroska.org/data/index.php.fr 2005-01-09 10:38:31 UTC (rev 860)
+++ trunk/packs.matroska.org/data/index.php.fr 2005-01-13 14:13:04 UTC (rev 861)
@@ -34,7 +34,7 @@
<a href="/latest/Matroska_Pack_Full.exe">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 2004-04-01 (seulement cette version: <? echo $download[$latest]["Matroska_Pack_Full"]?>)</div>
+ depuis le <? echo $release[$latest]; ?> (seulement cette version: <? 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
@@ -65,7 +65,7 @@
<a href="/latest/Matroska_Pack_Lite.exe">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 2004-04-01 (seulement cette version: <? echo $download[$latest]["Matroska_Pack_Lite"]?>)</div>
+ depuis le <? echo $release[$latest]; ?> (seulement cette version: <? 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.
@@ -78,7 +78,7 @@
<a href="/latest/Matroska_Pack_MPEG4.exe">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 2004-04-01 (seulement cette version: <? echo $download[$latest]["Matroska_Pack_MPEG4"]?>)</div>
+ depuis le <? echo $release[$latest]; ?> (seulement cette version: <? 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>
Modified: trunk/packs.matroska.org/data/index.php.nl
===================================================================
--- trunk/packs.matroska.org/data/index.php.nl 2005-01-09 10:38:31 UTC (rev 860)
+++ trunk/packs.matroska.org/data/index.php.nl 2005-01-13 14:13:04 UTC (rev 861)
@@ -34,7 +34,7 @@
<a href="/latest/Matroska_Pack_Full.exe">Download</a> (<? printFileSize($latest,"Matroska_Pack_Full"); ?>) - <a href="/<?php echo $latest; ?>/Matroska_Pack_Full.exe">permalink</a><br/>
<div class="tiny">Downloads tot nu toe:
<!-- counter --> <? echo totalCount("Matroska_Pack_Full"); ?>
- sinds 2004-04-01 (alleen deze versie: <? echo $download[$latest]["Matroska_Pack_Full"]?>)</div>
+ sinds <? echo $release[$latest]; ?> (alleen deze versie: <? echo $download[$latest]["Matroska_Pack_Full"]?>)</div>
<p>De beroemde full pack maakt het niet alleen mogelijk om Matroska media files (.mkv en .mka) af te spelen, maar het speelt ook de meest moderne videoformaten af op elke DirectShow speler, zelfs met WMP 6.4/7/8/9 (Windows Mediaplayer). Hierdoor heeft de Matroska Full Pack de aandacht getrokken van de videocompressie scene, en zich gevestigd als een licht en intelligent alternatief voor de meestal overvolle codec packs die beschikbaar zijn. Het meeste zware werk wordt gedaan door de <strong>ffdshow
decoder Filter</strong> welke is gebasseerd op FFMPEG en de mogelijkheid heeft het volgende af te spelen</p>
@@ -65,7 +65,7 @@
<a href="/latest/Matroska_Pack_Lite.exe">Download</a> (<? printFileSize($latest,"Matroska_Pack_Lite"); ?>) - <a href="/<?php echo $latest; ?>/Matroska_Pack_Lite.exe">permalink</a><br/>
<div class="tiny">Downloads tot nu toe:
<!-- counter --> <? echo totalCount("Matroska_Pack_Lite"); ?>
- sinds 2004-04-01 (alleen deze versie: <? echo $download[$latest]["Matroska_Pack_Lite"]?>)</div>
+ sinds <? echo $release[$latest]; ?> (alleen deze versie: <? echo $download[$latest]["Matroska_Pack_Lite"]?>)</div>
<p>Deze pack is tot het uiterste verkleind, en bevat alleen de absolute <strong>basis bestanden welke nodig zijn voor het afspelen
van matroska bestanden</strong> met Vorbis audio en Ondertitels op DirectShow spelers, dus voor het afspelen van al je bestanden moet je al de juiste video en audio decoders geïnstalleerd hebben. De lite pack bevat ook de matroska muxer filter, welke het mogelijk maakt om matroska bestanden te maken van muxing en capture applicaties gebasseerd op DirectShow, zoals <a href="http://mikecrash.wz.cz/atv2000/atv2000.htm">ATV2000</a> of <a href="http://sourceforge.net/projects/virtualdubmod">VirtualVCR_matroska</a>.</p>
@@ -75,7 +75,7 @@
<a href="/latest/Matroska_Pack_MPEG4.exe">Download</a> (<? printFileSize($latest,"Matroska_Pack_MPEG4"); ?>) - <a href="/<?php echo $latest; ?>/Matroska_Pack_MPEG4.exe">permalink</a><br/>
<div class="tiny">Downloads tot nu toe:
<!-- counter --> <? echo totalCount("Matroska_Pack_MPEG4"); ?>
- sinds 2004-04-01 (alleen deze versie: <? echo $download[$latest]["Matroska_Pack_MPEG4"]?>)</div>
+ sinds <? echo $release[$latest]; ?> (alleen deze versie: <? echo $download[$latest]["Matroska_Pack_MPEG4"]?>)</div>
<p>Deze pack is gebasseerd op de full pack, maar bevat geen onderdelen die niet nodig zijn voor het afspelen van normale DivX/XviD MKV bestanden, de volgende decoders worden bijgeleverd</p><ul>
<li><a href="http://www.divx.com/">DivX 3/4/5</a> (ffdshow)</li>
Modified: trunk/packs.matroska.org/data/index.php.pt
===================================================================
--- trunk/packs.matroska.org/data/index.php.pt 2005-01-09 10:38:31 UTC (rev 860)
+++ trunk/packs.matroska.org/data/index.php.pt 2005-01-13 14:13:04 UTC (rev 861)
@@ -34,7 +34,7 @@
<a href="/latest/Matroska_Pack_Full.exe">Download</a> (<? printFileSize($latest,"Matroska_Pack_Full"); ?>) - <a href="/<?php echo $latest; ?>/Matroska_Pack_Full.exe">permalink</a><br/>
<div class="tiny">Downloads até agora:
<!-- counter --> <? echo totalCount("Matroska_Pack_Full"); ?>
- desde 2004-04-01 (this version only: <? echo $download[$latest]["Matroska_Pack_Full"]?>)</div>
+ desde <? echo $release[$latest]; ?> (this version only: <? echo $download[$latest]["Matroska_Pack_Full"]?>)</div>
<p>O famoso pacote completo não vai apenas possibilitar que se vejam ficheiros Matroska (.mkv e .mka), como
também vai vai permitir a visualização dos formatos de vídeo mais modernos em qualquer Leitor que
@@ -66,7 +66,7 @@
<a href="/latest/Matroska_Pack_Lite.exe">Download</a> (<? printFileSize($latest,"Matroska_Pack_Lite"); ?>) - <a href="/<?php echo $latest; ?>/Matroska_Pack_Lite.exe">permalink</a><br/>
<div class="tiny">Downloads até agora:
<!-- counter --> <? echo totalCount("Matroska_Pack_Lite"); ?>
- desde 2004-04-01 (this version only: <? echo $download[$latest]["Matroska_Pack_Lite"]?>)</div>
+ desde <? echo $release[$latest]; ?> (this version only: <? echo $download[$latest]["Matroska_Pack_Lite"]?>)</div>
<p>Reduzido ao máximo, este pacote contém só o básico necessário para ler ficheiros Matroska
com audio Vorbis e Legendas em qualquer leitor que use "DirectShow", mas para ver todos os seus
@@ -80,7 +80,7 @@
<a href="/latest/Matroska_Pack_MPEG4.exe">Download</a> (<? printFileSize($latest,"Matroska_Pack_MPEG4"); ?>) - <a href="/<?php echo $latest; ?>/Matroska_Pack_MPEG4.exe">permalink</a><br/>
<div class="tiny">Downloads até agora:
<!-- counter --> <? echo totalCount("Matroska_Pack_MPEG4"); ?>
- desde 2004-04-01 (this version only: <? echo $download[$latest]["Matroska_Pack_MPEG4"]?>)</div>
+ desde <? echo $release[$latest]; ?> (this version only: <? echo $download[$latest]["Matroska_Pack_MPEG4"]?>)</div>
<p>Este pacote é baseado no full pack, mas foi-lhe retirado tudo o que não é necessário para ler os ficheiros
tipicos DivX/XviD em Matrsoka (MKV), providenciando descodificadores para</p><ul>
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.