Changeset 550

Show
Ignore:
Timestamp:
09/28/06 10:57:26
Author:
fenix
Message:

add README.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneResolveUID/tags/0.1/README.txt

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