Files
homepage/source/webui/templates/projects/sihnon-framework.tpl
2012-02-05 23:26:49 +00:00

40 lines
1.6 KiB
Smarty

<h2>Sihnon Framework</h2>
<p>
Sihnon Framework is a PHP framework for rapid development of commandline or web applications.
This framework has been used for a number of projects listed on this site, and this site itself.
</p>
<div class="container">
<div class="row">
<div class="span7 column">
<h3>Features</h3>
<ul>
<li>Database abstraction</li>
<li>Pluggable configuration store (including Database and flat file)</li>
<li>Pluggable authentication (including Database and flat file)</li>
<li>Pluggable logging engine (including Database, Files, Console and Syslog)</li>
<li>Caching (In memory or on disk)</li>
<li>URL request parser for web applications</li>
<li>Session management for web applications</li>
<li>Input Validation</li>
</ul>
</div>
<div class="span5 column">
<img class="span5" src="{$base_uri}images/sihnon-framework/overview.png" alt="SihnonFramework Overview" />
</div>
</div>
<div class="row">
<div class="span12">
<h3>Source</h3>
<p>
View or clone a copy of the Git repositories from one of the mirrors listed below:
</p>
<ul>
<li><a href="https://git.sihnon.net/cgit.cgi/sihnon-php-lib.git/" title="Sihnon Mirror">Sihnon Mirror</a></li>
<li><a href="https://github.com/optiz0r/sihnon-php-lib/" title="GitHub Mirror">GitHub Mirror</a></li>
</ul>
</div>
</div>
</div>