{
"info": {
"author": "Radim Novotny",
"author_email": "novotny.radim@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Framework :: Plone",
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "Introduction\n============\n\nPackage integrates open source `OpenX ad server`_ with Plone. It is possible to\nshow banner from any OpenX \"zone\" in portlet, define custom viewlet and show\nbanners in viewlet or invoke banner from any template using public openx_view\nBrowser view.\n\nPackage supports Javascript invocation only. \n\nConfiguration\n=============\n\nYou must manually add new property openx_server to the Plone site root and set\ndomain name of your OpenX server **without scheme**. 'ad.domain.com' is\ncorrect value, but 'http://ad.domain.com' is wrong!\n\nUsage\n=====\n\nPortlet\n-------\n\nUse Manage portlets interface and add \"OpenX portlet\". You must specify OpenX\nzone number and you may set additional properties.\n\nViewlet\n-------\n\nYou must define your own viewlet in your own product. There is no default viewlet available for end-users. Example viewlet registration code::\n\n