check in some skeletal code + notes, nothing concrete or working yet

svn path=/plone.app.discussion/trunk/; revision=26892
This commit is contained in:
Martin Aspeli
2009-05-11 16:52:16 +00:00
commit 6381b14763
28 changed files with 757 additions and 0 deletions
@@ -0,0 +1,7 @@
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="plone.app.discussion">
</configure>
@@ -0,0 +1,5 @@
"""Implement an IPublishTraverse adapter for discussion items that allows
traversal into the 'replies' dictionary, as well as the ++comments++ traversal
namespace.
"""