[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/basic/www - view_macros.pt:1.4

Jim Fulton jim@zope.com
Thu, 3 Apr 2003 11:19:04 -0500


Update of /cvs-repository/Zope3/src/zope/app/browser/skins/basic/www
In directory cvs.zope.org:/tmp/cvs-serv26474/src/zope/app/browser/skins/basic/www

Modified Files:
	view_macros.pt 
Log Message:
Changed the handling of program source translations

- The translation files for the application server (zope.app) are now
  al in one place, src/zope/app/translation_files.

- Added an extraction tool, extract.py that extracts all translatable
  strings from Python and zpt source files into a translation template
  file, zope.pot. This template file should then be merged into
  individual translation files.

To do:

- zcml extraction

- I don't think that encodings are handled correctly. The template
  file certainly doesn't have the encoding set correctly.



=== Zope3/src/zope/app/browser/skins/basic/www/view_macros.pt 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/skins/basic/www/view_macros.pt:1.3	Thu Mar 27 09:50:58 2003
+++ Zope3/src/zope/app/browser/skins/basic/www/view_macros.pt	Thu Apr  3 11:18:33 2003
@@ -36,7 +36,7 @@
 
   <div metal:define-macro="footer">
   <p>Powered by Zope</p>
-  </div</a>>
+  </div>
 
 </body>
 </html>