<!DOCTYPE html> <html lang="en"> <head> <title>Mite Work</title> <?php echo Mite::style(); ?> <style type=""> .main {margin: 0 auto; width: 600px; background-color: #ececec;padding: 10px;} </style> <?php echo Mite::style(); ?> </head> <body> <div class="main"> <div class="dp100"> <div style="font-family: monospace; font-size: 1.4em;"> <hr/> <h1>MITE</h1> <hr/> ./___\.........___ _................................. .)O.o(...|\/|.o.|.|_.....BE small.................... <br/> .\_^_/...|..|.|.|.|_.....be STRONG................... <br/> .."."................................................ <hr/> <center>A Rapid Prototyping Micro Framework</center> <hr/> </div> </div> <div class="dp100"> <a href="#">Home</a> | <a href="#">Documentation</a> <hr/> </div> <div class="dp100"> <b>MITE</b> is a tiny php framework library designed to enble developers to rapidly prototype out <b>micro ideas</b>. <br/><br/> What are <b>Micro Ideas</b>? <br/><br/> <b>Micro Ideas</b> are things like the developer logging tool <a href="#">logr</a>, or the simple issue tracker <a href="#">taskd</a> <br/><br/> And, just for fun;) </div> <div class="dp100"> <h3>Features</h3> <ul> <li>Tiny (under 15k)</li> <li>Portable (single file)</li> <li>Dynamic Named Routes</li> <li>Debugging Profiler</li> <li>Includes a tiny CSS Library</li> </ul> </div> <div class="dp100"> <h3>Requirements</h3> <ul> <li>PHP 5.2.x or beyond</li> </ul> </div> <div class="dp100"> <h3>Code!</h3> <div style="padding: 10px; background-color: #FFFFFF; border: 1px dashed dimgray;"> include 'mite.php'; </div> </div> <div class="dp100"><h3><a href="http://code.negative9.net/geoff/mite/raw/master/src/mite.php" target="_NEW">Download!</a></h3></div> <div class="dp100"> <hr/> <center>©2011 Mite. All rights reserved.</center> <hr/> </div> </div> </body> </html> s