{ "info": { "author": "Simples Consultoria", "author_email": "products@simplesconsultoria.com.br", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "sc.base.cdn\n===========\n\n.. contents::\n\nOverview\n********\n\nThis package implements an easy way to configure a CDN to distribute skin \nelements of your site, thus reducing server accesses and improving response \ntime.\n\nsc.base.cdn as developed initially as a proof of concept and it's shipped with \nthree different providers:\n\n * Coral CDN\n * AlternateHostname\n * MultipleHostnames\n\n\nRequirements\n************\n\n **sc.base.cdn** has been tested with:\n \n * Plone 3.3.x (http://plone.org/products/plone)\n \nInstallation\n************\n \nTo use this package, on a buildout based installation:\n\n 1. Edit your buildout.cfg and add ``sc.base.cdn``\n to the list of eggs to install ::\n\n [buildout]\n ...\n eggs = \n sc.base.cdn\n\n 2. Tell the plone.recipe.zope2instance recipe to install a ZCML slug::\n\n [instance]\n ...\n zcml = \n ...\n sc.base.cdn\n \n\nIf another package depends on the sc.base.cdn egg or \nincludes its zcml directly you do not need to specify anything in the \nbuildout configuration: buildout will detect this automatically.\n\nAfter updating the configuration you need to run the ''bin/buildout'',\nwhich will take care of updating your system.\n\nGo to the 'Site Setup' page in the Plone interface and click on the\n'Add/Remove Products' link.\n\nChoose the product (check its checkbox) and click the 'Install' button.\n\nUninstall -- This can be done from the same management screen, but only\nif you installed it from the quick installer.\n\nPost-Installation\n*****************\n\nThis package installs a control panel on your Plone instance. To access it \npoint your browser at http://