|
Revision 551
(checked in by fenix, 2 years ago)
|
add README.txt
|
| Line | |
|---|
| 1 |
qPloneResolveUID |
|---|
| 2 |
|
|---|
| 3 |
Plone ResolveUID (qPloneResolveUID) product allows to replace existing |
|---|
| 4 |
resolve uids with real urls usable for visitors and search engines. |
|---|
| 5 |
|
|---|
| 6 |
Resolve uids is a very powerful tool to prevent broken links in Plone based sites. |
|---|
| 7 |
kupu when used in conjunction with Archetypes generates urls that look like: |
|---|
| 8 |
<a href="resolveuid?uid=a89073b893240c899008d0988903f89980" /> |
|---|
| 9 |
When inside Zope, resolveuid is actually a script that will resolve |
|---|
| 10 |
the UID to a URL and direct the user there. |
|---|
| 11 |
|
|---|
| 12 |
qPloneResolveUID product allows to generate real links instead of ulgy UIDs. |
|---|
| 13 |
This product makes links more usable to visitors and search engines while content |
|---|
| 14 |
manager see links with UIDs. |
|---|
| 15 |
|
|---|
| 16 |
qPloneResolveUID product uses portal_transforms tool. |
|---|
| 17 |
This product adds new transformation to transformation line during page generation process. |
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 |
INSTALATION |
|---|
| 21 |
|
|---|
| 22 |
install qPloneResolveUID with quickinstaller in Plone |
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 |
AUTHORS |
|---|
| 26 |
|
|---|
| 27 |
Melnychuk Taras, quintagroup.com. |
|---|