summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..21d3b24
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,10 @@
+``zope.traversing``
+===================
+
+.. image:: https://travis-ci.org/zopefoundation/zope.traversing.png?branch=master
+ :target: https://travis-ci.org/zopefoundation/zope.traversing
+
+This package provides adapters for resolving object paths by traversing
+an object hierarchy. This package also includes support for traversal
+namespaces (e.g. ``++view++``, ``++skin++``, etc.) as well as computing
+URLs via the ``@@absolute_url`` view.