This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Octoms"

From OWASP
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<table style="width:100%;"><tr>
 
<table style="width:100%;"><tr>
 
<td width=50%>__TOC__</td>
 
<td width=50%>__TOC__</td>
<td width=50%>[http://www.octoms.com http://www.octoms.com/_assets/img/logo-medium.jpg]</td>
+
<td width=50%>[http://www.octoms.com http://www.octoms.com/octoms-logo-medium.png]</td>
 
</tr></table>
 
</tr></table>
 
=About=
 
=About=
OctoMS is a PHP framework and a Project Management Tool.
+
 
 +
OctoMS is a general-use lightweight PHP framework and a Project Management Tool.
  
 
=Goals=
 
=Goals=
 
   * Better application debugging
 
   * Better application debugging
<syntaxhighlight lang="php">
+
<code>
 
   // The "wizard" loads on error:
 
   // The "wizard" loads on error:
 
   trigger_error("String",123);
 
   trigger_error("String",123);
Line 20: Line 21:
 
   # The browser thus loads an AJAX interface instead of the normal output,  
 
   # The browser thus loads an AJAX interface instead of the normal output,  
 
   # which serves debugging information and project mgmt. tools.
 
   # which serves debugging information and project mgmt. tools.
</syntaxhighlight>
+
</code>
 
   * Self-documentation: the framework reads its sourcecode in search of user-provided keywords
 
   * Self-documentation: the framework reads its sourcecode in search of user-provided keywords
 
   * Online support through the wizard interface
 
   * Online support through the wizard interface
Line 26: Line 27:
  
 
=Status=
 
=Status=
OctoMS is still in private Beta.
+
OctoMS is in public Beta.
 +
 
 +
=Demo=
 +
You can access a demo of the [http://octoms.com/framework/?debug:[email protected] "Wizard" interface here].
  
 
=Links=
 
=Links=
Line 34: Line 38:
  
 
This is the list of projects developed with the OctoMS framework so far:
 
This is the list of projects developed with the OctoMS framework so far:
   * [http://code.google.com/p/fervoare Fervoare - The Startup Tool]
+
   * [http://code.google.com/p/fervoare-cms Fervoare - The Startup Tool]
   * [http://code.google.com/p/fluviu Fluviu - The E-Commerce Framework]
+
   * [http://code.google.com/p/designjotter DesignJotter - WordPress theme framework]
 +
 
 +
=Project About=
 +
{{:Projects/OWASP_OctoMS}}
 +
 
 +
[[Category:OWASP Project]]

Latest revision as of 06:58, 15 August 2013

octoms-logo-medium.png

About

OctoMS is a general-use lightweight PHP framework and a Project Management Tool.

Goals

 * Better application debugging

 // The "wizard" loads on error:
 trigger_error("String",123);
 // Or on an uncaught exception:
 throw new Exception("Foo",1);
 // Or on call anywhere inside your controller:
 help("Search term");
 $this->__invoke("Search term"); # if the current class extends octoms{}
 $this("Search term"); # same as above; available from PHP 5.3+
 // Or by adding ?debug:{user email} on any page you wish to debug
 # The browser thus loads an AJAX interface instead of the normal output, 
 # which serves debugging information and project mgmt. tools.

 * Self-documentation: the framework reads its sourcecode in search of user-provided keywords
 * Online support through the wizard interface
 * _more to come_

Status

OctoMS is in public Beta.

Demo

You can access a demo of the "Wizard" interface here.

Links

The OctoMS PHP Framework's source code can be viewed at

 * OctoMS PHP Framework Google Code page
 * OctoMS PHP Framework Home page

This is the list of projects developed with the OctoMS framework so far:

 * Fervoare - The Startup Tool
 * DesignJotter - WordPress theme framework

Project About

PROJECT INFO
What does this OWASP project offer you?
RELEASE(S) INFO
What releases are available for this project?
what is this project?
Name: OWASP OctoMS (home page)
Purpose: OctoMS is a free open-source PHP Framework designed on the MVC pattern that focuses on delivering useful debugging information and both offline & online documentation inside the application that is being developed through an intuitive AJAX interface.
License: Creative Commons Attribution ShareAlike 3.0 License
who is working on this project?
Project Leader(s):
  • Valentino-Jivko Radosavlevici @
how can you learn more?
Project Pamphlet: Not Yet Created
Project Presentation:
Mailing list: Mailing List Archives
Project Roadmap: View
Key Contacts
  • Contact Valentino-Jivko Radosavlevici @ to contribute to this project
  • Contact Valentino-Jivko Radosavlevici @ to review or sponsor this project
current release
Not Yet Published
last reviewed release
Not Yet Reviewed


other releases