{ "info": { "author": "Robert Niederreiter", "author_email": "rnix@squarewave.at", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Zope2", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "================\nbda.contentproxy\n================\n\nOverview\n========\n\nModule providing some flavour of content proxy for Plone. It works for all\nkinds of Archetypes based types.\n \nConsider that the Archetypes UID must be present in the portal_catalog\n(default in plone 3) and the view for the Type must come along with\na ``main`` macro in it's view, i.e.::\n \n \n \n \n \n \n \n \n \nThis macro is called on the proxied content and is inserted into the ``main``\nslot of the ``main_template`` in the current context.\n \nTwo kinds of proxy behaviour are provided:\n \n- A placeless proxy\n\n This is a simple BrowserView named ``proxy``, with its own\n traverser resolving the trailing part of the URL as the Archetype UID, i.e.::\n\n http://your.domain.net/some/path/@@proxy/0c6e067822a520eabcfdd1e67d209d96\n \n- The other way is a simple Archetype with a UID reference field\n The first kind of proxy may takes place when rendering search results,\n the other one might be used to insert *remote* content to a specified place\n in the folder hirarchy.\n\n\nKSS\n===\n\nArchetypes provides inline editing stuff. Since the proxied content is indeed\nrendered as is, the KSS rules for archetypes apply, but on the wrong context,\nso we set a condition inside the kssregistry on at.kss resource to determine\nwether it should be loaded or not.\n \nIf you use the proxy not via the placeless proxy or the proxy type, but out\nof your own application, you might have to add your own conditional rule to\navoid at.kss to be loaded. This can be done by the IContentProxiedRule\ninterface.\n \nTo provide your custom rule, implement this interface and register your object\nas multiadapter for context and request, i.e.::\n \n \n \nA Base Rule object as well as a default rule object exist in\nbda.contentproxy.proxy. The default rule is registered for ``*``. if you want to\nprovide your own general rule, you have to define your rule implementation in\nan overrides.zcml, but its strongly recommended to avoid this due to several\napplications registering their own general rules, that might end in confusing\nside effects. better bind to the context interface explicit.\n \n\nInstallation\n============\n\n1. Make the egg available in your instance,\n\n2. Make sure to have ``bda.resultduplexer`` available\n \n3. Import the bda.contentproxy extension profile in your plone instance.\n\nThis Product is tested with Plone 3.0\n\n\nCopyright\n=========\n\nCopyright 2008, BlueDynamics Alliance, Austria - \n`bluedynamics.com `_\n\n\nCredits\n=======\n\n- Written by `Robert Niederreiter `_\n Squarewave Computing, BlueDynamics Alliance, Austria\n \n- Ideas and contributions: `Jens Klein `_\n BlueDynamics Alliance, Klein & Partner KEG, Austria\n \n- This addon is an outcome of the UN ILO Better Work project.\n\n\nLicence\n=======\n\n- GNU General Public Licence 2.0 or later\n\n\n\nChangelog\n=========\n\n---\n1.0\n---\n\n[jensens] 2010-08-31\n--------------------\n\n- version handling in setup.py\n\n---------\n1.0 beta6\n---------\n\n[rnix] 2010-03-10\n-----------------\n\n- remove resultduplexer dependency. resultduplexer depends on contentproxy now.\n\n- try to lookup browser view by template name before calling main macro.\n\n[maurits] 2009-12-09\n--------------------\n\n- version increase\n\n---------\n1.0 beta5\n---------\n\n[maurits] 2009-12-09\n--------------------\n\n- Find the referenced object via the uid_catalog instead of the\n portal_catalog so a clear and rebuild of the portal_catalog does not\n throw a ContentLookupError when the proxy is indexed before its\n referenced proxied content.\n\n\n[rnix] 2008-03-08\n-----------------\n\n- version increase\n\n---------\n1.0 beta4\n---------\n\n[rnix] 2008-03-08\n-----------------\n\n- Added Interface to define at.kss loading rule\n \n- Use a browserview for the expression used in kssregistry to determine wether\n to load at.kss or not. This ensures the ability to customize the condition\n logic.\n \n- Made this module installable via Quickinstaller.\n \n[rnix] 2008-02-28\n-----------------\n\n- version increase\n \n---------\n1.0 beta3\n---------\n\n[jensens] 2008-02-27\n--------------------\n\n- formatted ``README.txt`` to valid ReST. \n \n- added LinguaPlone support.\n \n- removed title and fetch it from proxy\n \n---------\n1.0 beta2\n---------\n\n[rnix] 2008-02-21\n-----------------\n\n- added css file to overwrite the :hover event on .inlineEditable classed \n elements\n \n- added kssregistry and added expression to at.kss not to be loaded when proxy\n type or placeless proxy view is displayed to disable inline editing. in\n future this might be done by kss or js directly with some kind of event\n unbinding instead of dirty resource registry conditions.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "", "license": "General Public Licence", "maintainer": null, "maintainer_email": null, "name": "bda.contentproxy", "package_url": "https://pypi.org/project/bda.contentproxy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bda.contentproxy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/bda.contentproxy/1.0/", "requires_dist": null, "requires_python": null, "summary": "module providing content proxying for plone.", "version": "1.0" }, "last_serial": 786755, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "2f5cf8b35c82fbaa9e25bba6ba0d2685", "sha256": "9c4aa15dda23fb576f8f9ef941ebf4ea065888565b4e0b52010f9089a4fd6e4c" }, "downloads": -1, "filename": "bda.contentproxy-1.0.tar.gz", "has_sig": false, "md5_digest": "2f5cf8b35c82fbaa9e25bba6ba0d2685", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14005, "upload_time": "2010-09-15T11:37:51", "url": "https://files.pythonhosted.org/packages/9a/bf/19c1a80700a120451ee6c725f91bf748c7a9566a1eea65b6cda1f3c8fd96/bda.contentproxy-1.0.tar.gz" } ], "1.0-beta1": [ { "comment_text": "", "digests": { "md5": "597d7b0e82496ef0e4c0bd216f9e8b62", "sha256": "d0d921edf2a32443edf140a4519826ac17a6832c4293508a4447677b8582ae13" }, "downloads": -1, "filename": "bda.contentproxy-1.0-beta1.tar.gz", "has_sig": false, "md5_digest": "597d7b0e82496ef0e4c0bd216f9e8b62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10766, "upload_time": "2008-02-18T08:07:57", "url": "https://files.pythonhosted.org/packages/8a/e0/b257e288545719fbd00413d5ccf97c9d65724460f82f7c2dfb0a0a6b7d41/bda.contentproxy-1.0-beta1.tar.gz" } ], "1.0-beta2": [ { "comment_text": "", "digests": { "md5": "38d6cf724a4e8b7ce569e24453bb9ac7", "sha256": "c89ecdac120ad8e8fd3b12ee08b9d6b1b64700b4f90674fec661bef175e0b081" }, "downloads": -1, "filename": "bda.contentproxy-1.0-beta2.tar.gz", "has_sig": false, "md5_digest": "38d6cf724a4e8b7ce569e24453bb9ac7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11853, "upload_time": "2008-02-21T11:47:55", "url": "https://files.pythonhosted.org/packages/29/17/fa4cbf9cf85f2298c831009a412e7dce887bb8c71bf37f6f62cbea9feb95/bda.contentproxy-1.0-beta2.tar.gz" } ], "1.0-beta3": [ { "comment_text": "", "digests": { "md5": "9c2c642f4fb36e026349c90d6b7049c5", "sha256": "cb2c08454b673e25d1a92a746bf23aba8da2d2fa62d8fae710bb97e1c60fb93f" }, "downloads": -1, "filename": "bda.contentproxy-1.0-beta3.tar.gz", "has_sig": false, "md5_digest": "9c2c642f4fb36e026349c90d6b7049c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12545, "upload_time": "2008-02-28T15:11:07", "url": "https://files.pythonhosted.org/packages/f0/8c/df61832e674dc27d0f0525dc550c2f1412a9288e233cda392144445462ca/bda.contentproxy-1.0-beta3.tar.gz" } ], "1.0-beta4": [ { "comment_text": "", "digests": { "md5": "292dfe4aae829b63a47c784d37a491b9", "sha256": "c7b846aca7d832054558838ec3f1095cdb934ff553627ed7711efa4b6b2ae07e" }, "downloads": -1, "filename": "bda.contentproxy-1.0-beta4.tar.gz", "has_sig": false, "md5_digest": "292dfe4aae829b63a47c784d37a491b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14168, "upload_time": "2008-03-08T15:43:37", "url": "https://files.pythonhosted.org/packages/20/43/c94add6f1a86a4bd0140de703c7a9a3acd81597aef1d94937f9aa4cb3a90/bda.contentproxy-1.0-beta4.tar.gz" } ], "1.0-beta5": [ { "comment_text": "", "digests": { "md5": "6485a0ffe216b6c23b8bbe26aaab781c", "sha256": "9c91e84a6db6bde88eb1240a661df322bd1e5c5231014810029406b160a6cd3f" }, "downloads": -1, "filename": "bda.contentproxy-1.0-beta5.tar.gz", "has_sig": false, "md5_digest": "6485a0ffe216b6c23b8bbe26aaab781c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16735, "upload_time": "2009-12-10T00:09:40", "url": "https://files.pythonhosted.org/packages/8f/9e/3e2105a5a6bba0549e9c9a4a5814b67ab62393e884e3d0fe8adb49225c77/bda.contentproxy-1.0-beta5.tar.gz" } ], "1.0-beta6": [ { "comment_text": "", "digests": { "md5": "41880ef32325aa5565f8a1e28b8af32b", "sha256": "87645141cbdb991d59d78bd3bc619a8599e2516139c25b8cb4b3b11bd364885d" }, "downloads": -1, "filename": "bda.contentproxy-1.0-beta6.tar.gz", "has_sig": false, "md5_digest": "41880ef32325aa5565f8a1e28b8af32b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14306, "upload_time": "2010-03-10T18:19:53", "url": "https://files.pythonhosted.org/packages/e3/c3/1cf4075896984f589f74e8dc7109603c0752b7cab22907dc490729dc7c01/bda.contentproxy-1.0-beta6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2f5cf8b35c82fbaa9e25bba6ba0d2685", "sha256": "9c4aa15dda23fb576f8f9ef941ebf4ea065888565b4e0b52010f9089a4fd6e4c" }, "downloads": -1, "filename": "bda.contentproxy-1.0.tar.gz", "has_sig": false, "md5_digest": "2f5cf8b35c82fbaa9e25bba6ba0d2685", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14005, "upload_time": "2010-09-15T11:37:51", "url": "https://files.pythonhosted.org/packages/9a/bf/19c1a80700a120451ee6c725f91bf748c7a9566a1eea65b6cda1f3c8fd96/bda.contentproxy-1.0.tar.gz" } ] }