Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Install

Let's say we want to `install' the plugin db-mdb2.

  1. RTFM! http://okapi.pipework.ch/ext/html/namespacedb__mdb2.html
  2. 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
    
  3. Voila

Write your own

  1. Checkout the example
    Code Block
    svn co https://svn.liip.ch/repos/public/okapi/ext/ext-example my-ext
    
  2. Name your extension to something useful with `category'-`extension' if you would like to integrate it into the ext-svn (smile)
  3. CODE! CARPE NOCTEM!!! HACK THE SUNLIGHT OUT OF PHP!!! (and write some tests.. (smile))