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

[email protected] Thu, 25 Aug 2005 20:50:20 +0400 (MSD)
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2005-08-25 20:50:14 +0400 (Thu, 25 Aug 2005)
New Revision: 993

Modified:
   trunk/packs.matroska.org/data/helper.php
   trunk/packs.matroska.org/data/index.php.pt
Log:
content: the torrent link is direct (easier)

Modified: trunk/packs.matroska.org/data/helper.php
===================================================================
--- trunk/packs.matroska.org/data/helper.php	2005-08-25 16:43:09 UTC (rev 992)
+++ trunk/packs.matroska.org/data/helper.php	2005-08-25 16:50:14 UTC (rev 993)
@@ -11,6 +11,9 @@
 $ed2klink["1.1.1"]["Matroska_Pack_Full"] = "3576044|94A26FC79C630616FBDB89AACFC881C7|h=NDQRFTBXCZN3BFOAFK7254M2Z5DG4XCF";
 $ed2klink["1.1.1"]["Matroska_Pack_Lite"] = "1491550|C26549030F49679D9ADEE401F24FE232|h=NL3GGH5USTCYJXHMCFMDJCZRXTEA5FV3";
 
+$torrentlink["1.1.1"]["Matroska_Pack_Full"] = "http://packs.matroska.org/packs/Matroska_Pack_Full_v1.1.1.exe.torrent";
+$torrentlink["1.1.1"]["Matroska_Pack_Lite"] = "http://packs.matroska.org/packs/Matroska_Pack_Lite_v1.1.1.exe.torrent";
+
 $filesize["1.1.1"]["Matroska_Pack_Full"] = 3576990;
 $filesize["1.1.1"]["Matroska_Pack_Lite"] = 1491263;
 

Modified: trunk/packs.matroska.org/data/index.php.pt
===================================================================
--- trunk/packs.matroska.org/data/index.php.pt	2005-08-25 16:43:09 UTC (rev 992)
+++ trunk/packs.matroska.org/data/index.php.pt	2005-08-25 16:50:14 UTC (rev 993)
@@ -31,7 +31,7 @@
 
 <div id="content">
 <h2><strong>Matroska Pack Full v<? echo $latest; ?> (<? echo $release[$latest]; ?>)</strong></h2>
-  <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> / <a title="eMule / eDonkey" href="ed2k://|file|Matroska_Pack_Full_v<?php echo $latest; ?>.exe|<?php echo $ed2klink[$latest]["Matroska_Pack_Full"] ?>|/">ed2k</a> / <a href="/<?php echo $latest; ?>/Matroska_Pack_Full.exe.torrent">torrent</a><br/>
+  <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> / <a title="eMule / eDonkey" href="ed2k://|file|Matroska_Pack_Full_v<?php echo $latest; ?>.exe|<?php echo $ed2klink[$latest]["Matroska_Pack_Full"] ?>|/">ed2k</a> / <a href="<?php echo $torrentlink[$latest]["Matroska_Pack_Full"] ?>">torrent</a><br/>
   <div class="tiny">Downloads até agora: 
   <!-- counter --> <? echo number_format(totalCount("Matroska_Pack_Full")); ?>
   (this version only: <? echo number_format($download[$latest]["Matroska_Pack_Full"])?> desde <? echo $release[$latest]; ?>)</div>
@@ -63,7 +63,7 @@
   <h3><a href="Matroska_Pack_Full_v<? echo $latest; ?>_ReadMe.html">List of components</a> of this pack.</h3>
   
   <h2><strong>Matroska Pack Lite v<? echo $latest; ?> (<? echo $release[$latest]; ?>)</strong></h2>
-  <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> / <a title="eMule / eDonkey" href="ed2k://|file|Matroska_Pack_Lite_v<?php echo $latest; ?>.exe|<?php echo $ed2klink[$latest]["Matroska_Pack_Lite"] ?>|/">ed2k</a> / <a href="/<?php echo $latest; ?>/Matroska_Pack_Lite.exe.torrent">torrent</a><br/>
+  <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> / <a title="eMule / eDonkey" href="ed2k://|file|Matroska_Pack_Lite_v<?php echo $latest; ?>.exe|<?php echo $ed2klink[$latest]["Matroska_Pack_Lite"] ?>|/">ed2k</a> / <a href="<?php echo $torrentlink[$latest]["Matroska_Pack_Lite"] ?>">torrent</a><br/>
   <div class="tiny">Downloads até agora: 
   <!-- counter --> <? echo number_format(totalCount("Matroska_Pack_Lite")); ?>
   (this version only: <? echo number_format($download[$latest]["Matroska_Pack_Lite"])?> desde <? echo $release[$latest]; ?>)</div>