Hi Nelson, this has fixed the first problem. Now another one surfaced. See http://stackoverflow.com/questions/209193/special-characters-in-xml Thanks Steffen
XML Parsing Error: undefined entity Location: http://debian-med.alioth.debian.org/ Line Number 122, Column 75: <td><a href="http://cia.vc/stats/project/Debian-Med/.message/1d118c">»</a></td> -------------------------------------------------------------------------------------------------------------^ -------- Original Message -------- Subject: [med-svn] r4993 - trunk/community/website Date: Fri, 2 Jul 2010 16:25:40 +0000 From: Nelson A. de Oliveira <[email protected]> To: [email protected] Author: naoliv Date: 2010-07-02 16:25:38 +0000 (Fri, 02 Jul 2010) New Revision: 4993 Modified: trunk/community/website/index.php Log: Remove unneeded ellipsis entries Modified: trunk/community/website/index.php =================================================================== --- trunk/community/website/index.php 2010-07-02 15:24:16 UTC (rev 4992) +++ trunk/community/website/index.php 2010-07-02 16:25:38 UTC (rev 4993) @@ -52,7 +52,6 @@ <li><a href="/projects.xml"><?=_("Projects")?></a></li> <li><a href="/support.xml"><?=_("Support")?></a></li> <li><a href="/organisations.xml"><?=_("Organisations")?></a></li> - <li>…</li> </ul> </div> </div> @@ -186,7 +185,6 @@ <ul> <li>upload status;</li> <li>buildd status;</li> - <li>…</li> </ul></li> <li>use a general backend for retrieving information (i.e. do not put retrieving code directly into index.php);</li> @@ -194,12 +192,10 @@ <li>localization support: <ul> <li>automatize .po generation (and compilation);</li> - <li>…</li> </ul></li> <li>make this TO-DO list dynamic;</li> <li>add parsing scripts under SVN control;</li> <li>add a "BuildD page" parsing <a href="http://people.debian.org/~igloo/status.php">http://people.debian.org/~igloo/status.php</a>;</li> - <li>…</li> </ul> </div> </div> _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

