[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Debian JP master SVN www commits (rev.920)
=======================================================
Repository: /org/svn.debian.or.jp/repos
Revision: 920
Commiter: henrich
Date: 2009-08-23 16:20:50 +0900 (日, 23 8月 2009)
=======================================================
Log:
henrich: workaround to remove DSA rss
=======================================================
Changed:
U www/trunk/include/rightsidebar
Modified: www/trunk/include/rightsidebar
===================================================================
--- www/trunk/include/rightsidebar 2009-08-22 23:44:51 UTC (rev 919)
+++ www/trunk/include/rightsidebar 2009-08-23 07:20:50 UTC (rev 920)
@@ -26,17 +26,4 @@
<a href="[% WPATH %]community/bugreport.html" title="bugreport">»(もっと詳しく)</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">»(もっと詳しく)</a>
- </p>
</div>