[med-svn] r507 - in trunk/community/website: . img inc
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Tue Oct 2 13:08:49 UTC 2007
Author: hanska-guest
Date: 2007-10-02 13:08:49 +0000 (Tue, 02 Oct 2007)
New Revision: 507
Added:
trunk/community/website/img/
trunk/community/website/img/bullet.png
trunk/community/website/img/folder.png
Modified:
trunk/community/website/inc/style.css
trunk/community/website/index.php
Log:
still more adjustments
Added: trunk/community/website/img/bullet.png
===================================================================
(Binary files differ)
Property changes on: trunk/community/website/img/bullet.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/community/website/img/folder.png
===================================================================
(Binary files differ)
Property changes on: trunk/community/website/img/folder.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/community/website/inc/style.css
===================================================================
--- trunk/community/website/inc/style.css 2007-10-02 13:02:24 UTC (rev 506)
+++ trunk/community/website/inc/style.css 2007-10-02 13:08:49 UTC (rev 507)
@@ -38,13 +38,13 @@
}
ul{
- list-style-image:url(/images/bullet.png);
+ list-style-image:url(/img/bullet.png);
padding:0em 0em 0em 3em;
margin:0em;
}
li.directory{
- list-style-image:url(/images/folder.png);
+ list-style-image:url(/img/folder.png);
}
li{
Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php 2007-10-02 13:02:24 UTC (rev 506)
+++ trunk/community/website/index.php 2007-10-02 13:08:49 UTC (rev 507)
@@ -71,7 +71,7 @@
<td><?=$item["pubDate"]?></td>
<td>debian-med</td>
<td><?=html_entity_decode($item["description"])?></td>
- <td><a href="<?=$item["link"]?>">&rquote;</a></td>
+ <td><a href="<?=$item["link"]?>">»</a></td>
</tr>
<?php
}
@@ -83,27 +83,6 @@
</td>
</tr>
</table>
-<p>
-Please, take a look at our current <a href="http://wiki.debian.org/DebianMed">homepage</a>
-</p>
-<hr width="50%" align="center" />
-<?php
- include_once("inc/lastRSS.php");
-
- $rss = new lastRSS;
- $rss->cache_dir = "./cache";
- $rss->cache_time = 3600;
-
- if ($rs = $rss->get("http://cia.vc/stats/project/Debian-Med/.rss")) {
- foreach ($rs["items"] as $item)
- {
- echo html_entity_decode($item["description"]);
- }
- }
- else {
- echo "Error: can't get RSS feed from CIA.vc.<br />";
- }
-?>
<hr />
<small>Please, note that this is a SVN export of our website. It might break during
SVN commits.</small>
More information about the debian-med-commit
mailing list