=_("information")?>
=_("The Debian-Med project presents packages that are associated with - medicine
- pre-clinical research
- life science.
Its developments are mostly focused on three areas for the moment: - medical practice
- imaging
- bioinformatics.
")?>
=_("members")?>
=_("pages")?>
=_("UTC time")?>
=date("r", time())?>
=strftime("%c", time())?>
=_("Badges")?>
|
=_("recent activity")?>
| =_("date")?> |
=_("author")?> |
=_("content")?> |
=_("link")?> |
cache_dir = "./cache";
$rss->cache_time = 3600;
if ($rs = $rss->get("http://cia.vc/stats/project/Debian-Med/.rss")) {
// we show only the last 10 commits by default
for ($i = 0; $i < 9; $i++) {
$desc = html_entity_decode($rs["items"][$i]["description"]);
preg_match("/(Commit by.*)(.*)<\/strong>/", $desc, $matches);
$author = $matches[2];
$desc = preg_replace("/(Commit by.*.*<\/strong>.*)/", "", $desc);
?>
| =$rs["items"][$i]["pubDate"]?> |
=$author?> |
=$desc?> |
">» |
=_("todo")?>
- use AJAX to make the commit feed "live";
- add Packages information:
- bug reports (w/AJAX);
- upload status;
- distributions versions;
- buildd status;
- …
- use a general backend for retrieving information (i.e. do not put retrieving code directly
into index.php);
dynamically generate members list from
http://alioth.debian.org/project/memberlist.php?group_id=30063 — it also has links to
personal pages and usernames!
- bugs retrieval from Debian BTS;

- …
|