<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>phpManta - Home</title> <link href="style/manta.css" rel="stylesheet" type="text/css" /> </head> <body> <h1>phpManta suite </h1> <p>The phpManta suite is released under the <a href="license.php">BSD license</a> (<a href="license.txt">text version</a>) which is much more relax than the popular GNU GPL license (and one can use the phpManta suite in GNU GPL-licensed projects). </p> <p>--> Download the whole phpManta suite or a single package below (not available yet).</p> <h2>Mdoc</h2> <p>--> Download Mdoc package (not available yet). </p> <p>Mdoc class is now available in PHP4 version and runs on PHP5 with error reporting set to E_ALL. </p> <p><a href="Mdoc/auto-documentation.php">View Mdoc in action on itself.</a></p> <p>Regression tests: </p> <ul> <li><a href="Mdoc/test-suite.php">Pass Mdoc test suite</a></li> </ul> <p>Learn more about Mdoc internals:</p> <ul><li><a href="Mdoc/technical-reference.php">Mdoc technical reference</a></li> <li><a href="Mdoc/template-reference.php">Mdoc template reference</a></li> <li><a href="Mdoc/view-parsing.php?file=Class1">Example of documentation tree structure</a></li> <li><a href="Mdoc/samples">Index of Mdoc samples folder</a> </li> </ul> <p><a href="Mdoc/browse-documentation.php">View Mdoc class in action: browse Mdoc class and library samples:</a> </p> <ul> <li>Class sample: <a href="Mdoc/browse-documentation.php?class=Abstract1">abstract</a>, <a href="Mdoc/browse-documentation.php?class=Interface1">interface</a>, <a href="Mdoc/browse-documentation.php?class=Final1">final class </a>, <a href="Mdoc/browse-documentation.php?class=Class1">class</a>, <a href="Mdoc/browse-documentation.php?class=Class1&method=mpbyref">method</a>, <a href="Mdoc/browse-documentation.php?class=Class1&property=multi">property</a>, <a href="Mdoc/browse-documentation.php?class=Class3&constant=Class3::START">constant</a>, <a href="Mdoc/browse-documentation.php?class=Class3&constant_group=1">constant_group</a>, <a href="Mdoc/browse-documentation.php?class=Class3&constants">all constants</a></li> <li>Library sample: <a href="Mdoc/browse-documentation.php?lib=Lib1">library</a>, <a href="Mdoc/browse-documentation.php?lib=Lib1&function=f3param">function</a>, <a href="Mdoc/browse-documentation.php?lib=Lib1&constant=LIBT_ERRMSG_1">constant</a>, <a href="Mdoc/browse-documentation.php?lib=Lib1&constant_group=1">constant_group</a>, <a href="Mdoc/browse-documentation.php?lib=Lib1&constants">all constants</a></li> </ul> <p>Example files used for Mdoc test suite and as "how-to document your own code":</p> <ul> <li><a href="Mdoc/view-sourcecode.php?file=Abstract1">Abstract1.php</a> <a href="Mdoc/view-sourcecode.php?file=Abstract1" target="_blank"><img src="Mdoc/nw.gif" width="11" height="11" border="0" /></a></li> <li><a href="Mdoc/view-sourcecode.php?file=Class1">Class1.php</a> <a href="Mdoc/view-sourcecode.php?file=Class1" target="_blank"><img src="Mdoc/nw.gif" width="11" height="11" border="0" /></a></li> <li><a href="Mdoc/view-sourcecode.php?file=Class2">Class2.php</a> <a href="Mdoc/view-sourcecode.php?file=Class2" target="_blank"><img src="Mdoc/nw.gif" width="11" height="11" border="0" /></a></li> <li><a href="Mdoc/view-sourcecode.php?file=Class3">Class3.php</a> <a href="Mdoc/view-sourcecode.php?file=Class3" target="_blank"><img src="Mdoc/nw.gif" width="11" height="11" border="0" /></a></li> <li><a href="Mdoc/view-sourcecode.php?file=Class4">Class4.php</a> <a href="Mdoc/view-sourcecode.php?file=Class4" target="_blank"><img src="Mdoc/nw.gif" width="11" height="11" border="0" /></a></li> <li><a href="Mdoc/view-sourcecode.php?file=Class5">Class5.php</a> <a href="Mdoc/view-sourcecode.php?file=Class5" target="_blank"><img src="Mdoc/nw.gif" width="11" height="11" border="0" /></a></li> <li><a href="Mdoc/view-sourcecode.php?file=Class6">Class6.php</a> <a href="Mdoc/view-sourcecode.php?file=Class6" target="_blank"><img src="Mdoc/nw.gif" width="11" height="11" border="0" /></a></li> <li><a href="Mdoc/view-sourcecode.php?file=Class7">Class7.php</a> <a href="Mdoc/view-sourcecode.php?file=Class7" target="_blank"><img src="Mdoc/nw.gif" width="11" height="11" border="0" /></a></li> <li><a href="Mdoc/view-sourcecode.php?file=Final1">Final1.php</a> <a href="Mdoc/view-sourcecode.php?file=Final1" target="_blank"><img src="Mdoc/nw.gif" width="11" height="11" border="0" /></a></li> <li><a href="Mdoc/view-sourcecode.php?file=Interface1">Interface1.php</a> <a href="Mdoc/view-sourcecode.php?file=Interface1" target="_blank"><img src="Mdoc/nw.gif" width="11" height="11" border="0" /></a></li> <li><a href="Mdoc/view-sourcecode.php?file=Lib1">Lib1.php</a> <a href="Mdoc/view-sourcecode.php?file=Lib1" target="_blank"><img src="Mdoc/nw.gif" width="11" height="11" border="0" /></a></li> </ul> <p>View Mdoc internal documentation tree:</p> <ul> <li><a href="Mdoc/view-internals.php?file=Abstract1">View Abstract1 documentation internals (reference PHP5 abstract class)</a></li> <li><a href="Mdoc/view-internals.php?file=Class1">View Class1 documentation internals (reference PHP5 class)</a></li> <li><a href="Mdoc/view-internals.php?file=Class2&branch=cvs">View Class2 documentation <em>cvs</em> branch (CVS keywords parsing test)</a></li> <li><a href="Mdoc/view-internals.php?file=Class3&branch=constant">View Class3 documentation <em>constant</em> branch (constants parsing test)</a></li> <li><a href="Mdoc/view-internals.php?file=Class3&branch=constant_group">View Class3 documentation <em>constant_group</em> branch (constant groups parsing test)</a></li> <li><a href="Mdoc/view-internals.php?file=Class4&branch=method">View Class4 documentation <em>method</em> branch (methods parsing test)</a></li> <li><a href="Mdoc/view-internals.php?file=Class5&branch=property">View Class5 documentation <em>property</em> branch (PHP5 properties parsing test)</a></li> <li><a href="Mdoc/view-internals.php?file=Class6&branch=property">View Class6 documentation <em>property</em> branch (PHP4 properties parsing test)</a></li> <li><a href="Mdoc/view-internals.php?file=Class7">View Class7 documentation internals (reference PHP4 class)</a></li> <li><a href="Mdoc/view-internals.php?file=Final1">View Final1 documentation internals (reference PHP5 final class)</a></li> <li><a href="Mdoc/view-internals.php?file=Interface1">View Interface1 documentation internals (reference PHP5 interface)</a></li> <li><a href="Mdoc/view-internals.php?file=Lib1">View Lib1 documentation internals (reference PHP library) </a></li> <li><a href="Mdoc/view-internals.php?file=Lib1&branch=function">View Lib1 documentation <em>function</em> branch (functions parsing test) </a></li> </ul> <h2>Mtest</h2> <p>--> Download Mtest (experimental) package (not available yet). </p> <p> </p> <p> </p> </body> </html>