Install
Let's say we want to `install' the plugin db-mdb2.
- RTFM! http://okapi.pipework.ch/ext/html/namespacedb__mdb2.html
- Add as an external:
Code Block pear install mdb2 cd myproject/ext svn propset svn:externals 'db-mdb2 https://svn.liip.ch/repos/public/okapi/ext/db-mdb2/trunk/inc/' . svn up
- Voila
Write your own
- Checkout the example
Code Block svn co https://svn.liip.ch/repos/public/okapi/ext/ext-example my-ext
- Name your extension to something useful with `category'-`extension' if you would like to integrate it into the ext-svn

- CODE! CARPE NOCTEM!!! HACK THE SUNLIGHT OUT OF PHP!!! (and write some tests..
)