quintagroup.canonicalpath
- Warning
- This product has not had a release in over 1 year and may no longer be maintained.
Brings canonical path calculation functionality
Project Description
Introduction
quintagroup.canonicalpath package brings canonical path calculation functionality to Plone. The package allows to define path and/or link to the object, which may differ from standard physical path or its URL in portal.
It's used by such products as quintagroup.seoptimizer (for defining canonical link of the object) and quintagroup.plonegooglesitemaps (on google sitemaps generation).
This package is intended for bringing canonical_path and/or canonical_link property to any traversable object. For that purpose it defines ICanonicalPath and ICanonicalLink interfaces, and registers basic adapters for ITraversable objects.
This package also registers canonical_path and canonical_link indexes for possible usage in catalog (ZCatalog).
Default adapters behaviour:
- canonical_path returns path from portal root, i.e. for /plone/front-page canonical_path will be /front-page.
- canonical_link returns absoulute url of the object.
Supported Plone version
- Plone 3
- Plone 4
Authors
The product was developed by Quintagroup.com team:
- Andriy Mylenkyi
- Taras Melnychuk
- Volodymyr Cherepanyak
Copyright (c) "Quintagroup": http://quintagroup.com, 2004-2011
Changelog
0.7 (2010-06-01)
- Add converters from CanonicalPath to CanonicalLink. Useful for migration [mylan]
- Added tests for convertors [mylan]
- Extract DefaultPropertyAdapter into separate one from DefaultCanonicalAdapter [mylan]
- Added tests of default adapters registration [mylan]
0.6 (2010-04-19)
- added compatibility with plone 3.0-3.3 [fenix]
- added compatibility for plone 4, removed unnecessary tests [fenix]
- added delete property functionality for ICanonicalPath, ICanonicalLink [mylan]
- added ICanonicalLink interface/adapter/tests/indexer [mylan]
0.4 (2010-02-11)
- Reregistered base adatapter for OFS.interface.ITraversable [mylan]
- Rewrite indexer registration with help of plone.indexer [mylan]
- Removed metadata registration in portal catalog [mylan]
- Added tests [mylan]
- Added README [mylan]
0.1 (2009-03-13)
- Initial release
Current Release
quintagroup.canonicalpath 0.7
Released Jun 01, 2010 — tested with Plone 4.1, Plone 4, Plone 3
Bugfix release with converters from CanonicalPath to CanonicalLink and tests for convertors & default adapters registration added.
More about this release…
-
Get
quintagroup.canonicalpath
for
all platforms
- quintagroup.canonicalpath-0.7.tar.gz
-
Get
quintagroup.canonicalpath
for
all platforms
- quintagroup.canonicalpath-0.7-py2.4.egg
- If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.
All Releases
| Version | Released | Description | Compatibility | Licenses | Status |
|---|---|---|---|---|---|
| 0.7 | Jun 01, 2010 | Bugfix release with converters from CanonicalPath to CanonicalLink and tests for convertors & default adapters registration added. More about this release… |
Plone 4.1
Plone 4
Plone 3
|
GPL | final |
| 0.6 | Apr 19, 2010 | quintagroup.canonicalpath package release for Plone 3.0-3.3, Plone 4. More about this release… |
Plone 4
Plone 3
|
GPL | final |
| 0.4 | Feb 11, 2010 | Bugfix release with base adatapter for OFS.interface.ITraversable reregistered, Rewrite indexer registration with help of plone.indexer rewritten and metadata registration in portal catalog removed. More about this release… |
Plone 3
|
GPL | final |

