[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Debian JP master SVN www commits (rev.921)



=======================================================
Repository: /org/svn.debian.or.jp/repos
  Revision: 921
  Commiter: kmuto
      Date: 2009-08-24 09:04:34 +0900 (月, 24  8月 2009)
=======================================================
Log:

revert dsa

=======================================================
Changed:

U   www/trunk/include/rightsidebar

Modified: www/trunk/include/rightsidebar
===================================================================
--- www/trunk/include/rightsidebar	2009-08-23 07:20:50 UTC (rev 920)
+++ www/trunk/include/rightsidebar	2009-08-24 00:04:34 UTC (rev 921)
@@ -26,4 +26,18 @@
 	<a href="[% WPATH %]community/bugreport.html" title="bugreport">&raquo;(もっと詳しく)</a>
 	</p>
 
+        <h2>最近のセキュリティ修正情報</h2>
+        <ul>
+[% USE dsa = XML.RSS(dsafile) %]
+[% FOREACH item = dsa.items %]
+          <li>
+  <strong><a href="[% item.link %]">[% item.title %]</a></strong> -
+  [% item.description FILTER iconv("utf-8", "euc-jp") %]
+          </li>
+[% LAST IF loop.count > 9 %]
+[% END %]
+        </ul>
+        <p><a href="[% wwworg %]/security/" title="security advisory">&raquo;(も
+っと詳しく)</a>
+        </p>
 </div>