diff --git a/public/images/sihnon-framework/overview.png b/public/images/sihnon-framework/overview.png new file mode 100644 index 0000000..eb71d7d Binary files /dev/null and b/public/images/sihnon-framework/overview.png differ diff --git a/source/webui/templates/navigation.tpl b/source/webui/templates/navigation.tpl index 2b08c1a..3d1f25e 100644 --- a/source/webui/templates/navigation.tpl +++ b/source/webui/templates/navigation.tpl @@ -16,6 +16,7 @@
  • Sihnon Wiki
  • Gentoo Overlay
  • Sabayon Community Repos
  • +
  • Sihnon Framework
  • RippingCluster
  • StatusBoard
  • Third Year Project
  • diff --git a/source/webui/templates/projects.tpl b/source/webui/templates/projects.tpl index 0ec9636..e09d74b 100644 --- a/source/webui/templates/projects.tpl +++ b/source/webui/templates/projects.tpl @@ -8,6 +8,9 @@
    Sabayon Entropy Community Repositories
    Personally developed software, or miscellaneous packages for Sabayon Linux that can't be found in the main repositories.
    + +
    Sihnon Framework
    +
    PHP Framework for rapid web application development.
    RippingCluster WebUI
    Web-based UI for transcoding DVDs on a cluster of multiple nodes.
    diff --git a/source/webui/templates/projects/sihnon-framework.tpl b/source/webui/templates/projects/sihnon-framework.tpl new file mode 100644 index 0000000..e03552d --- /dev/null +++ b/source/webui/templates/projects/sihnon-framework.tpl @@ -0,0 +1,40 @@ +

    Sihnon Framework

    + +

    + 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. +

    + +
    +
    +
    +

    Features

    +
      +
    • Database abstraction
    • +
    • Pluggable configuration store (including Database and flat file)
    • +
    • Pluggable authentication (including Database and flat file)
    • +
    • Pluggable logging engine (including Database, Files, Console and Syslog)
    • +
    • Caching (In memory or on disk)
    • +
    • URL request parser for web applications
    • +
    • Session management for web applications
    • +
    • Input Validation
    • +
    +
    +
    + SihnonFramework Overview +
    +
    + +
    +
    +

    Source

    +

    + View or clone a copy of the Git repositories from one of the mirrors listed below: +

    + +
    +
    +
    \ No newline at end of file