[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Debianダウンロードページのリンク切れ修正
黒瀬です。
Debian JPのクイックダウンロードページのリンクが切れていたので
修正しました。src/using/index.tt2 へのパッチを添付しています。
http://www.debian.or.jp/using/
なるべく、[% stable_version %]などのサイト定義用マクロを使って
記述しましたが、今後のファイル/フォルダへの命名規則によっては
またリンク切れになる可能性があります。
その他、ファイルサイズ等の表記の修正を行いました。
パッチ内容を確認の上、適用をよろしくお願いします。
========================
kurokuro / kurose Shushi
Email : md81bird@xxxxxxxxxx
========================
Index: src/using/index.tt2
===================================================================
--- src/using/index.tt2 (リビジョン 846)
+++ src/using/index.tt2 (作業コピー)
@@ -4,32 +4,32 @@
<table style="margin-left:auto;margin-right:auto;width:600px;text-align:center;">
<tr>
<td>
-<a href="http://cdimage.debian.org/debian-cd/[% stable_version %]_r[% stable_revision %]/multi-arch/iso-cd/debian-40r[% stable_revision %]-i386-amd64-powerpc-NETINST-1.iso">
-<img src="../image/media-optical.png" alt="PC/Mac netinst CDե" height="32" wight="32"></a>
+<a href="http://cdimage.debian.org/debian-cd/[% stable_version %].[% stable_revision %]/multi-arch/iso-cd/debian-50[% stable_revision %]-amd64-i386-powerpc-netinst.iso">
+<img src="../image/media-optical.png" alt="PC/Mac netinst CDե" height="32" width="32"></a>
<!-- image taken from "gnome-icon-theme" package -->
</td>
<td>
-<a href="http://cdimage.debian.org/debian-cd/[% stable_version %]_r[% stable_revision %]/multi-arch/iso-dvd/debian-40r[% stable_revision %]-i386-amd64-powerpc-source-DVD-1.iso">
-<img src="../image/media-optical.png" alt="PC/Mac netinst DVDե" height="32" wight="32"></a>
+<a href="http://cdimage.debian.org/debian-cd/[% stable_version %].[% stable_revision %]/multi-arch/iso-dvd/debian-50[% stable_revision %]-i386-amd64-source-DVD-1.iso">
+<img src="../image/media-optical.png" alt="PC DVDե" height="32" width="32"></a>
<!-- image taken from "gnome-icon-theme" package -->
</td>
<td>
-<a href="http://cdimage.debian.org/cdimage/lenny_live_beta2/i386/iso-cd/debian-live-lenny-i386-gnome-desktop.iso">
-<img src="../image/media-optical.png" alt="Live DVD" height="32" wight="32"></a>
+<a href="http://cdimage.debian.org/debian-cd/[% stable_version %].[% stable_revision %]-live/i386/iso-cd/debian-live-50[% stable_revision %]-i386-gnome-desktop.iso">
+<img src="../image/media-optical.png" alt="Live DVDե" height="32" width="32"></a>
<!-- image taken from "gnome-icon-theme" package -->
</td>
</tr>
<tr>
<td>
-<a href="http://cdimage.debian.org/debian-cd/[% stable_version %]_r[% stable_revision %]/multi-arch/iso-cd/debian-40r[% stable_revision %]-i386-amd64-powerpc-NETINST-1.iso">ȡCD (570MB)</a>
+<a href="http://cdimage.debian.org/debian-cd/[% stable_version %].[% stable_revision %]/multi-arch/iso-cd/debian-50[% stable_revision %]-amd64-i386-powerpc-netinst.iso">ȡCD (470MB)</a>
</td>
<td>
-<a href="http://cdimage.debian.org/debian-cd/[% stable_version %]_r[% stable_revision %]/multi-arch/iso-dvd/debian-40r[% stable_revision %]-i386-amd64-powerpc-source-DVD-1.iso">ȡDVD (4.1GB)</a>
+<a href="http://cdimage.debian.org/debian-cd/[% stable_version %].[% stable_revision %]/multi-arch/iso-dvd/debian-50[% stable_revision %]-i386-amd64-source-DVD-1.iso">ȡDVD (4.4GB)</a>
</td>
<td>
-<a href="http://cdimage.debian.org/cdimage/lenny_live_beta2/i386/iso-cd/debian-live-lenny-i386-gnome-desktop.iso"> Live DVD<br>
-(Lenny Live Beta2, 730MB)</a>
+<a href="http://cdimage.debian.org/debian-cd/[% stable_version %].[% stable_revision %]-live/i386/iso-cd/debian-live-50[% stable_revision %]-i386-gnome-desktop.iso"> Live DVD<br>
+(Lenny Live, 690MB)</a>
</td>
</tr>
</table>