|
Last change
on this file was
2163,
checked in by olha, 16 years ago
|
|
[releaser] bumped revision
|
-
Property svn:eol-style set to
native
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | Introduction |
|---|
| 2 | ============ |
|---|
| 3 | |
|---|
| 4 | quintagroup.canonicalpath package brings canonical path calculation |
|---|
| 5 | functionality to Plone. The package allows to define path and/or link |
|---|
| 6 | to the object, which may differ from standard physical path or its URL |
|---|
| 7 | in portal. |
|---|
| 8 | |
|---|
| 9 | It's used by such products as quintagroup.seoptimizer (for defining |
|---|
| 10 | canonical link of the object) and quintagroup.plonegooglesitemaps (on |
|---|
| 11 | google sitemaps generation). |
|---|
| 12 | |
|---|
| 13 | This package is intended for bringing *canonical_path* and/or |
|---|
| 14 | *canonical_link* property to any traversable object. For that purpose |
|---|
| 15 | it defines ICanonicalPath and ICanonicalLink interfaces, and registers |
|---|
| 16 | basic adapters for ITraversable objects. |
|---|
| 17 | |
|---|
| 18 | This package also registers *canonical_path* and *canonical_link* indexes |
|---|
| 19 | for possible usage in catalog (ZCatalog). |
|---|
| 20 | |
|---|
| 21 | Default adapters behaviour: |
|---|
| 22 | |
|---|
| 23 | - `canonical_path` returns path from portal root, i.e. for `/plone/front-page` canonical_path will be `/front-page`. |
|---|
| 24 | |
|---|
| 25 | - `canonical_link` returns absoulute url of the object. |
|---|
| 26 | |
|---|
| 27 | |
|---|
| 28 | Supported Plone version |
|---|
| 29 | ----------------------- |
|---|
| 30 | |
|---|
| 31 | * 3.x |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | Authors |
|---|
| 35 | ------- |
|---|
| 36 | |
|---|
| 37 | The product was developed by Quintagroup.com team: |
|---|
| 38 | |
|---|
| 39 | * Andriy Mylenkyi |
|---|
| 40 | * Taras Melnychuk |
|---|
| 41 | * Volodymyr Cherepanyak |
|---|
| 42 | |
|---|
| 43 | Copyright (c) "Quintagroup": http://quintagroup.com, 2004-2010 |
|---|
Note: See
TracBrowser
for help on using the repository browser.