Author: tille
Date: 2008-11-05 07:38:34 +0000 (Wed, 05 Nov 2008)
New Revision: 2620

Removed:
   trunk/community/website/tasks.tmpl
   trunk/community/website/tasks_idx.tmpl
Modified:
   trunk/community/website/index.php
Log:
Bugs are now rendered with python and according to the meta packages (see 
announcement I'll post later)
Renamed CDD to Blend
Removed unused tasks templates


Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php   2008-11-04 22:10:00 UTC (rev 2619)
+++ trunk/community/website/index.php   2008-11-05 07:38:34 UTC (rev 2620)
@@ -39,9 +39,9 @@
                        <div class="sectionTop"></div>
                        <div class="row">
                                <ul>
-                                       <li><a href="/tasks/"><?=_("Tasks of 
our CDD")?></a></li>
+                                       <li><a href="/tasks/"><?=_("Tasks of 
our Blend")?></a></li>
+                                       <li><a 
href="/bugs/"><?=_("Bugs")?></a></li>
                                        <li><a 
href="/docs/policy.html"><?=_("Group policy")?></a></li>
-                                       <li><a 
href="/bugs.php"><?=_("Bugs")?></a></li>
                                        <li><a 
href="/cgi-bin/qareport.cgi"><?=_("Quality Assurance")?></a></li>
                                        <li><a href="/ddtp.php"><?=_("Debian 
Description Translation Project")?></a></li>
                                        <li><a 
href="http://svn.debian.org/wsvn/debian-med/trunk/";><?=_("SVN 
repository")?></a></li>

Deleted: trunk/community/website/tasks.tmpl
===================================================================
--- trunk/community/website/tasks.tmpl  2008-11-04 22:10:00 UTC (rev 2619)
+++ trunk/community/website/tasks.tmpl  2008-11-05 07:38:34 UTC (rev 2620)
@@ -1,113 +0,0 @@
-<?php
-ini_set("include_path", ini_get("include_path").":../");
-require_once("inc/header.inc.php");
-?>
-<div node="-con:CDD"></div>
-<table class="columns">
-<tr>
-       <td class="left">
-               <span class="section"><?=_("summary")?></span>
-               <div class="section">
-                       <div class="sectionTop"></div>
-                       <div class="row">
-                               <strong node="con:task"></strong><br />
-                               <em node="con:shortdesc"></em><br />
-                               <p node="con:longdesc"></p>
-                       </div>
-                       <div class="row">
-                               <p>
-                                       <?=sprintf(_("The list to the right 
includes various software projects which are of some interest for %s."), $CDD)?>
-                                       <?=_("Currently, only a few of them are 
available as Debian packages.")?>
-                                       <?=sprintf(_("It is our goal, however, 
to include all software in %s, which can sensibly add to a high quality Custom 
Debian Distribution."), $CDD) ?>
-                               </p>
-                               <p>
-                                       <?=_("For a better overview of the 
project's availability as a Debian package, each head row has a color code 
according to this scheme:")?>
-                               </p>
-                               <ul>
-                                       <li><?= sprintf(_("Green: The project 
is %savailable as an official Debian package%s"), '<a href="#official-debs">', 
'</a>'); ?></li>
-                                       <li><?= sprintf(_("Yellow: The project 
is %savailable as an unofficial Debian package%s"), '<a 
href="#unofficial-debs">', '</a>'); ?></li>
-                                       <li><?= sprintf(_("Red: The project is 
%snot (yet) available as a Debian package%s"), '<a 
href="#debs-not-available">', '</a>'); ?></li>
-                               </ul>
-                               <p>
-                                       <?=sprintf(_("If you discover a project 
which looks like a good candidate for %s to you, or if you have prepared an 
unofficial Debian package, please do not hesitate to send a description of that 
project to the %s%s mailing list%s."), $CDD, sprintf('<a href="mailto:%s";>', 
$CDDmail), $CDD, '</a>') ?>
-                               </p>
-                       </div>
-               </div>
-       </td>
-       <td class="main">
-               <div class="pageBody">
-                       <h1><p node="-con:heading"></p></h1>
-                       <p node="-con:official_head"></p>
-                       <h1 node="con:task"></h1>
-                       <div node="-rep:official"><p node="-con:project"></p>
-                               <tbody>
-                                       <tr class="deb-official">
-                                               <td class="project-name">
-                                                       <a node="con:anchor" 
name="" id=""></a>
-                                                       <strong 
node="con:name"></strong><br />
-                                                       <em 
node="con:shortdesc"></em><br />
-                                                       <a node="con:url" 
href=""></a><br />
-                                                       <?=_("Maintainer")?>: 
<p node="-con:responsible"></p>
-                                               </td>
-                                               <td class="project-license">
-                                                       <em 
node="con:version"></em><br />
-                                                       <em 
node="con:license"></em><br />
-                                                       <a node="con:pkgurl" 
href=""></a> &mdash; <a node="con:deburl" href=""></a>
-                                               </td>
-                                       </tr>
-                                       <tr>
-                                               <td node="con:longdesc" 
class="project-description" colspan="2"></td>
-                                       </tr>
-                               </tbody>
-                       </table></div>
-                       <p node="-con:unofficial_head"></p>
-                       <div node="-rep:unofficial"><p node="-con:project"></p>
-                               <tbody>
-                                       <tr class="deb-unofficial">
-                                               <td class="project-name">
-                                                       <a node="con:anchor" 
name="" id=""></a>
-                                                       <strong 
node="con:name"></strong><p node="-con:wnpp"></p><br />
-                                                       <em 
node="con:shortdesc"></em><br />
-                                                       <a node="con:url" 
href=""></a><br />
-                                                       <?=_("Responsible")?>: 
<p node="-con:responsible"></p>
-                                               </td>
-                                               <td class="project-license">
-                                                       <em 
node="con:version"></em><br />
-                                                       <em 
node="con:license"></em><br />
-                                                       <a node="con:pkgurl" 
href=""></a>
-                                               </td>
-                                       </tr>
-                                       <tr>
-                                               <td node="con:longdesc" 
class="project-description" colspan="2"></td>
-                                       </tr>
-                               </tbody>
-                       </table></div>
-                       <p node="-con:unavailable_head"></p>
-                       <div node="-rep:unavailable"><p node="-con:project"></p>
-                               <tbody>
-                                       <tr class="deb-not-available">
-                                               <td class="project-name">
-                                                       <a node="con:anchor" 
name="" id=""></a>
-                                                       <strong 
node="con:name"></strong><p node="-con:wnpp"></p><br />
-                                                       <em 
node="con:shortdesc"></em><br />
-                                                       <a node="con:url" 
href=""></a><br />
-                                                       <?=_("Responsible")?>: 
<p node="-con:responsible"></p>
-                                               </td>
-                                               <td class="project-license">
-                                                       <em 
node="con:license"></em><br />
-                                                       <?=_("Debian package 
not available")?>
-                                               </td>
-                                       </tr>
-                                       <tr>
-                                               <td node="con:longdesc" 
class="project-description" colspan="2"></td>
-                                       </tr>
-                               </tbody>
-                       </table></div>
-               </div>
-       </td>
-</tr>
-</table>
-<address><?=_("Last update")?>: <div node="-con:date"></div></address>
-<?php
-require_once("inc/footer.inc.php");
-?>

Deleted: trunk/community/website/tasks_idx.tmpl
===================================================================
--- trunk/community/website/tasks_idx.tmpl      2008-11-04 22:10:00 UTC (rev 
2619)
+++ trunk/community/website/tasks_idx.tmpl      2008-11-05 07:38:34 UTC (rev 
2620)
@@ -1,31 +0,0 @@
-<?php
-ini_set("include_path", ini_get("include_path").":../");
-require_once("inc/header.inc.php");
-?>
-<div node="-con:CDD"></div>
-<table class="columns">
-<tr>
-       <td class="left">
-               <span class="section"><?=_("summary")?></span>
-               <div class="section">
-                       <div class="sectionTop"></div>
-                       <div class="row">
-                               <strong><?=_("Tasks page")?></strong>
-                       </div>
-               </div>
-       </td>
-       <td class="main">
-               <div class="pageBody">
-                       <h1><?=_("Tasks page")?></h1>
-                       <p><?=sprintf(_("This is a list of the Tasks %s is made 
of:"), $CDD)?></p>
-                       <ul>
-                               <div node="-rep:tasks"><li><p 
node="-con:task"></p></li></div>
-                       </ul>
-               </div>
-       </td>
-</tr>
-</table>
-<address><?=_("Last update")?>: <div node="-con:date"></div></address>
-<?php
-require_once("inc/footer.inc.php");
-?>


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to