2 ini_set(
'default_charset',
'UTF-8');
4 require
'./include.inc';
5 require
'./local/en.inc';
7 common_header(
'Dev Zone');
11 This program is open-source and is licensed under the <a href=
"/lgpl.txt">LGPL license</a>.
12 It is powered by PHP 5 and HTML tidy.
15 <p>Our current TODO list includes:</p>
17 <li>Localize the messages to a lot more languages</li>
18 <li>Implement a link checker bot</li>
19 <li>Implement a CSS validator and repairer (we need to find out
if there is some library usable)</li>
20 <li>Help the HTML tidy project to localize their messages (with our translators database)</li>
24 We would like also to receive any feedback about improvements that could be done (providing
25 patch or not), security bugs (very important to us),
interface suggestions, etc.. All the
26 feedback should go into our <a href=
"http://sourceforge.net/tracker/?group_id=143995">tracker</a>.
30 The <a href=
"http://sourceforge.net/project/showfiles.php?group_id=143995">source code</a>
31 is freely available
for downloading.
35 If you are interested in translating
this program or you are a mainter of a current translation,
36 please check the <a href=
"/translators.php">Translators page</a>.
40 The <a href=
"http://sourceforge.net/projects/htmlchecker/">project facilities</a> are hosted at
41 <a href=
"http://sourceforge.net"><img src=
"http://sourceforge.net/sflogo.php?group_id=143995&type=1" width=
"88" height=
"31" alt=
"SourceForge.net" /></a>
42 and the PHP 5 hosting is provided by <a href=
"http://www.aborla.net">Aborla.net</a>.
45 <p style=
"text-align: right">
46 <a href=
"http://sourceforge.net/donate/index.php?group_id=143995"><img src=
"http://images.sourceforge.net/images/project-support.jpg" width=
"88" height=
"32" alt=
"Support this Project" /> </a>
49 <?php common_footer(); ?>