Placeless Translation Service 1.2.6
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Change log
Removed some Python 2.1 BBB and unused code.
[hannosch]
Removed home-grown MessageID implementation. Using Zope 3 MessageID's is now
possible with Zope 2.8 / Five 1.1 or Zope > 2.9.
[hannosch]
Moved changes.txt from doc subfolder to main folder and renamed it to
HISTORY.txt to comply to the standard layout.
[hannosch]
Changed standard logging level to BLATHER instead of INFO so the startup
process isn't bombarded with useless messages.
[hannosch]
Added a environment variable "DISABLE_PTS" to entirely disable
loading of translation files and registration of PTS as a
translation service without removing the product from the
'Products' directory. HINT: One easy way to set environment
variables is to use the <environment> 'zope.conf' directive.
[dreamcatcher]