source: products/quintagroup.canonicalpath/trunk/quintagroup/canonicalpath/README.txt @ 2111

Last change on this file since 2111 was 1709, checked in by mylan, 14 years ago

Add some description text in README file

  • Property svn:eol-style set to native
File size: 743 bytes
Line 
1quintagroup.canonicalpath Package Readme
2========================================
3
4Canonical path serves for possibility to define path, which may be
5different from standard Physical path in portal. It's uses by such
6products as quintagroup.seoptimizer (for defining canonical url of the
7object), quintagroup.plonegooglesitemaps (on google sitemap
8generation).
9
10This package intended for bring *canonical_path* property to any
11traversable object.  For that it defines ICanonicalPath interface, and
12register basic adapter for ITraversable.
13
14Also package register canonical_path indexer for possible usage in
15catalog (ZCatalog).
16
17Default adapter return path from portal root, i.e. for
18`/plone/front-page` *canonical_path* will be `/front-page`.
Note: See TracBrowser for help on using the repository browser.