Portal:Platform
From Joomla! Documentation
(Difference between revisions)
(→Key Links) |
(→Platform Basics) |
||
| Line 23: | Line 23: | ||
*[http://developer.joomla.org/coverage/ Test Coverage] | *[http://developer.joomla.org/coverage/ Test Coverage] | ||
*[http://developer.joomla.org/contributor-agreements.html Joomla! Contributor Agreement] | *[http://developer.joomla.org/contributor-agreements.html Joomla! Contributor Agreement] | ||
| + | |||
| + | </div> | ||
| + | <div style="left: right; width:45%; vertical-align:top; border:1px solid #abd5f5; background-color: #f1f5fc;margin-top: 30px"> | ||
==Platform Basics== | ==Platform Basics== | ||
| Line 28: | Line 31: | ||
Documentation is in three main places, [http://api.joomla.org api.joomla.org], the [https://github.com/joomla/joomla-platform/tree/master/docs docs folder at github] and this wiki. All of these are works in progress and your contributions to improving them are welcome. | Documentation is in three main places, [http://api.joomla.org api.joomla.org], the [https://github.com/joomla/joomla-platform/tree/master/docs docs folder at github] and this wiki. All of these are works in progress and your contributions to improving them are welcome. | ||
| − | |||
| − | |||
| − | |||
| − | |||
==Contributing to the Platform== | ==Contributing to the Platform== | ||
Revision as of 07:48, 27 August 2011
Joomla! Platform Portal
The Joomla! Platform provides a toolbench for PHP developers to build web and command line applications.
You can download the platform at github
Platform Basics
Building a Simple Platform Application
Documentation is in three main places, api.joomla.org, the docs folder at github and this wiki. All of these are works in progress and your contributions to improving them are welcome.