[Zope-Checkins] CVS: Zope3/lib/python/Zope/I18n/Views - views.zcml:1.2
Stephan Richter
srichter@cbu.edu
Sun, 16 Jun 2002 14:25:44 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/I18n/Views
In directory cvs.zope.org:/tmp/cvs-serv23163/Views
Modified Files:
views.zcml
Log Message:
Commit part 1:
I have done quiet some work this weekend on refining and refactoring the
Translation Service and it should be ready for EP now:
- Refactored the interfaces into more standard read and write interfaces.
- Implemented an Import and Export feature using geyyexy files.
- Implemented Message Synchronisation mechanism via XML-RPC.
- Improved the overall look and feel of the LocalTranslation Service.
- Added an icon for the Translation Service.
=== Zope3/lib/python/Zope/I18n/Views/views.zcml 1.1 => 1.2 ===
<include package=".Browser"
file="browser.zcml" />
+<include package=".XMLRPC"
+ file="xmlrpc.zcml" />
</zopeConfigure>