|
Revision 534
(checked in by piv, 2 years ago)
|
added tests, used adapter and browser in maps_topic_view, DEPENDENCY.txt, version.txt, HISTORY.txt and README.txt,
|
| Line | |
|---|
| 1 |
<configure |
|---|
| 2 |
xmlns="http://namespaces.zope.org/zope" |
|---|
| 3 |
xmlns:browser="http://namespaces.zope.org/browser" |
|---|
| 4 |
xmlns:five="http://namespaces.zope.org/five" |
|---|
| 5 |
> |
|---|
| 6 |
|
|---|
| 7 |
<adapter |
|---|
| 8 |
for="Products.ATContentTypes.interface.IATFolder" |
|---|
| 9 |
provides=".interfaces.markers.IMarkersListing" |
|---|
| 10 |
factory=".adapters.markers.MarkersListing" |
|---|
| 11 |
/> |
|---|
| 12 |
|
|---|
| 13 |
<adapter |
|---|
| 14 |
for="Products.ATContentTypes.interface.IATTopic" |
|---|
| 15 |
provides=".interfaces.markers.IMarkersListing" |
|---|
| 16 |
factory=".adapters.markers.MarkersListing" |
|---|
| 17 |
/> |
|---|
| 18 |
|
|---|
| 19 |
<browser:page |
|---|
| 20 |
for="*" |
|---|
| 21 |
name="MarkersView" |
|---|
| 22 |
class=".browser.markersview.MarkersView" |
|---|
| 23 |
permission="zope2.View" |
|---|
| 24 |
allowed_interface=".interfaces.markers.IMarkersView" |
|---|
| 25 |
/> |
|---|
| 26 |
|
|---|
| 27 |
</configure> |
|---|