Name | Modified | Size | Downloads / Week |
---|---|---|---|
LICENCE | 2011-03-06 | 31.8 kB | |
README | 2011-03-06 | 706 Bytes | |
docml-viewer-v1.0.zip | 2011-03-06 | 17.2 kB | |
Totals: 3 Items | 49.8 kB | 0 |
DocML Viewer http://www.docml.org/viewer Copyright (c) 2010-2011 James Watts (SOLFENIX) http://www.solfenix.com This is FREE software, licensed under the GNU/GPL http://www.gnu.org/licenses/gpl.html The DocML Viewer lets you browse a DocML file with a PHP/HTML interface similar to Javadoc. This allows development teams to easily access documentation across a network or from a website. Styles can be applied to the viewer from a single CSS file. To use the DocML viewer simply include the class and create a new instance with the path to the file containing your documentation. <?php include 'DocML.class.php'; new DocML('path/to/docs.xml'); ?> For more info visit http://www.docml.org