Skip to main content

A content type that proxies other content in a Kotti site

Project description

This is an extension to the Kotti CMS that allows you to add content proxies to your Kotti site.

A content proxy is very similar to a symbolic link on UNIX systems. It allows you to refer to a single content node from multiple places in your node tree without having to duplicate the content itself. In other words: it will show up in the navigation in multiple places, but still only exist once.

For the moment only the view view and the __acl__ attribute are proxied. This means that you can only see proxies of proxied objects that you are allowed to see; when you request the “view” of the ContentProxy object it will return the rendered view of the proxied object instead (of course also respecting its permissions).

For future versions it is planned to also proxy as many object attributes as feasible / sensible.

Find out more about Kotti

Setup

To activate the kotti_content_proxy add-on in your Kotti site, you need to add an entry to the kotti.configurators setting in your Paste Deploy config. If you don’t have a kotti.configurators option, add one. The line in your [app:main] section could then look like this:

kotti.configurators = kotti_content_proxy.kotti_configure

With this, you’ll be able to add content proxy items in your site.

Todo

  • Make selection of the proxied object via the UI more user friendly. Maybe use kotti_tinymce’s kottibrowser.

  • Proxy everything that makes sense.

Authors

  • Andreas Kaiser (disko).

  • Piotr Dobrogost (pdobrogost)

Changelog

0.4.1 - 2016-01-11

  • Fix broken packaging. Sorry for the inconvenience!

0.4.0 - 2015-10-07

  • Now we take object to be proxied instead of its id. This is a backward incompatible change.

0.3.0 - 2015-10-05

  • Names of proxied attributes are now kept in class attribute and read from kotti_content_proxy.proxied_attributes setting.

0.2.0 - 2015-09-30

  • Proxy now declares unique polymorphic_identity for use in SQLAlchemy.

  • Added proxying of custom attributes.

0.1.0

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kotti_content_proxy-0.4.1.tar.gz (6.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page