The SKYRiX SOPE package is a framework for developing web applications and services. The name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE ;-)

SOPE is released under LGPL.

Download Sources

  • opengroupware.org-sope-latest.tar.gz

  • Graffle Overviews

    to be done ...

    Tutorials / Examples

    much more to be written ...

  • small intro to SOPE concepts
  • small text on SOPE classes
  • some notes on SoOFS
  • user defaults reference

  • Requirements

    The skyrix-sope depends on (and extends) skyrix-core, so you need:

  • a Foundation library (MacOSX, libFoundation or gstep-base)
  • the Foundation Extensions library if you are not using libFoundation
  • skyrix-xml
  • skyrix-core

  • Building with gstep-make

    # tar zxf opengroupware.org-sope-xxx.tgz
    # cd opengroupware.org-sope
    # make -s debug=yes install

    Building on MacOSX

    On MacOSX just open the SxSOPE.pbproj and build the "all" target. The pbx may not be very clean yet (for more information, see in the build info for skyrix-xml).

    xmlrpc_call

    A tutorial for the xmlrpc_call tool is available in the OGo / XML-RPC section: xmlrpc_call.