[www] r986 - trunk/packs.matroska.org/data
[email protected] Thu, 25 Aug 2005 04:12:55 +0400 (MSD)
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2005-08-25 04:12:51 +0400 (Thu, 25 Aug 2005)
New Revision: 986
Modified:
trunk/packs.matroska.org/data/helper.php
trunk/packs.matroska.org/data/index.php.pt
Log:
content: try adding an ed2k link to the downloads
Modified: trunk/packs.matroska.org/data/helper.php
===================================================================
--- trunk/packs.matroska.org/data/helper.php 2005-08-24 23:54:43 UTC (rev 985)
+++ trunk/packs.matroska.org/data/helper.php 2005-08-25 00:12:51 UTC (rev 986)
@@ -8,6 +8,9 @@
$links["1.1.1"]["Matroska_Pack_Full"] = "http://packs.matroska.org/packs/Matroska_Pack_Full_v1.1.1.exe";
$links["1.1.1"]["Matroska_Pack_Lite"] = "http://packs.matroska.org/packs/Matroska_Pack_Lite_v1.1.1.exe";
+$ed2klink["1.1.1"]["Matroska_Pack_Full"] = "3576044|94A26FC79C630616FBDB89AACFC881C7|h=NDQRFTBXCZN3BFOAFK7254M2Z5DG4XCF";
+$ed2klink["1.1.1"]["Matroska_Pack_Lite"] = "1491550|C26549030F49679D9ADEE401F24FE232|h=NL3GGH5USTCYJXHMCFMDJCZRXTEA5FV3";
+
$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-24 23:54:43 UTC (rev 985)
+++ trunk/packs.matroska.org/data/index.php.pt 2005-08-25 00:12:51 UTC (rev 986)
@@ -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><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 href="ed2k://|file|Matroska_Pack_Full_v<?php echo $latest; ?>.exe|<?php echo $ed2klink[$latest]["Matroska_Pack_Full"] ?>|/">ed2k</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><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 href="ed2k://|file|Matroska_Pack_Lite_v<?php echo $latest; ?>.exe|<?php echo $ed2klink[$latest]["Matroska_Pack_Lite"] ?>|/">ed2k</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>