information
The Debian-Med project presents packages that are
associated with medicine, pre-clinical research, and
life science. Its developments are mostly focused on
three areas for the moment: medical practice, imaging
and bioinformatics.
related
UTC time
|
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[1];
$desc = preg_replace("/(Commit by.*)(.*)<\/strong>.*::/", "", $desc);
// "\\1\\2",
// $desc);
?>
| =$rs["items"][$i]["pubDate"]?> |
=$author?> |
=$desc?> |
">» |
|