[Checkins] SVN: z3c.traverser/trunk/ Improved package documentation.

Dan Korostelev nadako at gmail.com
Mon Feb 2 10:27:54 EST 2009


Log message for revision 95981:
  Improved package documentation.

Changed:
  U   z3c.traverser/trunk/README.txt
  U   z3c.traverser/trunk/setup.py

-=-
Modified: z3c.traverser/trunk/README.txt
===================================================================
--- z3c.traverser/trunk/README.txt	2009-02-02 15:18:25 UTC (rev 95980)
+++ z3c.traverser/trunk/README.txt	2009-02-02 15:27:53 UTC (rev 95981)
@@ -1,10 +1,12 @@
-Traversers are Zope's mechanism to convert URI paths to an object of the
-application. They provide an extremly flexible mechanism to make decisions
-based on the policies of the application. Unfortunately the default traverser
-implementation is not flexible enough to deal with arbitrary extensions (via
-adapters) of objects that also wish to participate in the traversal decision
-process.
-
-The pluggable traverser allows developers, especially third-party developers,
+This package provides the pluggable traverser mechanism allowing developers
 to add new traversers to an object without altering the original traversal
 implementation.
+
+In addition to the pluggable traversers, this package contains two more
+subpackages:
+
+ * viewlet - provides a way to traverse to viewlets using namespaces
+ 
+ * stackinfo - provides a way to consume parts of url and store them
+   as attributes of the "consumer" object. Useful for urls like:
+   /blog/2009/02/02/hello-world

Modified: z3c.traverser/trunk/setup.py
===================================================================
--- z3c.traverser/trunk/setup.py	2009-02-02 15:18:25 UTC (rev 95980)
+++ z3c.traverser/trunk/setup.py	2009-02-02 15:27:53 UTC (rev 95981)
@@ -25,7 +25,7 @@
       version = '0.2.4dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
-      description='Pluggable Traverser API',
+      description='Pluggable Traversers And URL handling utilities',
       long_description=(
           read('README.txt')
           + '\n\n' +



More information about the Checkins mailing list