Go to the documentation of this file.00001 <?php
00002 ini_set('default_charset', 'UTF-8');
00003
00004 require './include.inc';
00005 require './local/en.inc';
00006
00007 common_header('Dev Zone');
00008 ?>
00009
00010 <p>
00011 This program is open-source and is licensed under the <a href="/lgpl.txt">LGPL license</a>.
00012 It is powered by PHP 5 and HTML tidy.
00013 </p>
00014
00015 <p>Our current TODO list includes:</p>
00016 <ul>
00017 <li>Localize the messages to a lot more languages</li>
00018 <li>Implement a link checker bot</li>
00019 <li>Implement a CSS validator and repairer (we need to find out if there is some library usable)</li>
00020 <li>Help the HTML tidy project to localize their messages (with our translators database)</li>
00021 </ul>
00022
00023 <p>
00024 We would like also to receive any feedback about improvements that could be done (providing
00025 patch or not), security bugs (very important to us), interface suggestions, etc.. All the
00026 feedback should go into our <a href="http://sourceforge.net/tracker/?group_id=143995">tracker</a>.
00027 </p>
00028
00029 <p>
00030 The <a href="http://sourceforge.net/project/showfiles.php?group_id=143995">source code</a>
00031 is freely available for downloading.
00032 </p>
00033
00034 <p>
00035 If you are interested in translating this program or you are a mainter of a current translation,
00036 please check the <a href="/translators.php">Translators page</a>.
00037 </p>
00038
00039 <p>
00040 The <a href="http://sourceforge.net/projects/htmlchecker/">project facilities</a> are hosted at
00041 <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>
00042 and the PHP 5 hosting is provided by <a href="http://www.aborla.net">Aborla.net</a>.
00043 </p>
00044
00045 <p style="text-align: right">
00046 <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>
00047 </p>
00048
00049 <?php common_footer(); ?>