[Zope3-checkins] SVN: Zope3/trunk/ Templated Pages now are universally called ZPT Pages (previously both terms

Viktorija Zaksiene ryzaja at pov.lt
Fri Jun 11 12:23:25 EDT 2004


Log message for revision 25356:
Templated Pages now are universally called ZPT Pages (previously both terms
were used interchangeably).  This reduces the risk of them being confused
with ZPT Templates, and makes the name more symmetric with DTML Page.  Jim
approved this change.




-=-
Modified: Zope3/trunk/Makefile
===================================================================
--- Zope3/trunk/Makefile	2004-06-11 15:50:08 UTC (rev 25355)
+++ Zope3/trunk/Makefile	2004-06-11 16:23:24 UTC (rev 25356)
@@ -4,25 +4,15 @@
 SETUPFLAGS=
 
 # XXX What should the default be?
-all: inplace runners
+all: inplace
 
 # Build in-place
 inplace:
 	$(PYTHON) setup.py $(SETUPFLAGS) build_ext -i
 
-build:
+build::
 	$(PYTHON) setup.py $(SETUPFLAGS) build
 
-runners:
-	echo "#!/bin/sh" > bin/runzope;
-	echo "exec $(PYTHON) z3.py" >> bin/runzope;
-	chmod +x bin/runzope
-	echo "#!/bin/sh" > bin/zopectl;
-	echo "$(PYTHON) $(PWD)/src/zdaemon/zdctl.py \
-	      -S schema.xml \
-	      -C zdaemon.conf -d \$$*" >> bin/zopectl
-	chmod +x bin/zopectl 
-
 test_build: build
 	$(PYTHON) test.py $(TESTFLAGS) $(TESTOPTS)
 
@@ -43,25 +33,14 @@
 run: inplace
 	$(PYTHON) z3.py
 
-debug: principals.zcml
-	PYTHONPATH=`pwd`/src:$(PYTHONPATH) $(PYTHON) -i -c \
-            "from zope.app import Application;\
-             app = Application('Data.fs', 'site.zcml')()"
-
 clean:
 	find . \( -name '*.o' -o -name '*.so' -o -name '*.py[co]' -o -name '*.dll' \) -exec rm -f {} \;
 	rm -rf build
 
 realclean: clean
-	rm -f TAGS tags
+	rm -f TAGS
 	$(PYTHON) setup.py clean -a
 
-zcmldocs:
-	PYTHONPATH=`pwd`/src:$(PYTHONPATH) $(PYTHON) \
-	./src/zope/configuration/stxdocs.py \
-	-f ./src/zope/app/meta.zcml -o ./doc/zcml/namespaces.zope.org
-
-
 #
 #   Naughty, naughty!  How many Zope3 developers are going to have
 #   that directory structure?  The 'ctags' package is capable of generating

Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt	2004-06-11 15:50:08 UTC (rev 25355)
+++ Zope3/trunk/doc/CHANGES.txt	2004-06-11 16:23:24 UTC (rev 25356)
@@ -32,11 +32,13 @@
 
     Restructuring
 
+      - Templated Pages are now called ZPT Pages.
+
     Much thanks to everyone who contributed to this release:
 
       Jim Fulton, Marius Gedminas, Fred Drake, Philipp von Weitershausen,
       Stephan Richter, Dmitry Vasiliev, Scott Pascoe, Bjorn Tillenius,
-      Eckart Hertzler, Roger Ineichen, Stuart Bishop
+      Eckart Hertzler, Roger Ineichen, Stuart Bishop, Viktorija Zaksiene
 
       Note: If you are not listed and contributed, please add yourself. This
       note will be deleted before the release.
@@ -709,7 +711,7 @@
     - Major fixes to the TAL I18n-Namespace support. Almost all fixes were
       backported to Zope 2.7 as well.
 
-    - Templated Pages support for a <script> tag, that allows inline Python
+    - ZPT Pages support for a <script> tag, that allows inline Python
       code. The <script> tag can be used in other TAL sources as well, but is
       turned off by default.
 

Modified: Zope3/trunk/src/zope/app/translation_files/de/LC_MESSAGES/zope.po
===================================================================
--- Zope3/trunk/src/zope/app/translation_files/de/LC_MESSAGES/zope.po	2004-06-11 15:50:08 UTC (rev 25355)
+++ Zope3/trunk/src/zope/app/translation_files/de/LC_MESSAGES/zope.po	2004-06-11 16:23:24 UTC (rev 25356)
@@ -4932,7 +4932,7 @@
 msgstr "Wurzelordner"
 
 #: src/zope/app/zptpage/browser/configure.zcml:23
-msgid "Templated Page"
+msgid "ZPT Page"
 msgstr "Dynamische Seite"
 
 #: src/zope/app/zptpage/browser/configure.zcml:31

Modified: Zope3/trunk/src/zope/app/translation_files/es/LC_MESSAGES/zope.po
===================================================================
--- Zope3/trunk/src/zope/app/translation_files/es/LC_MESSAGES/zope.po	2004-06-11 15:50:08 UTC (rev 25355)
+++ Zope3/trunk/src/zope/app/translation_files/es/LC_MESSAGES/zope.po	2004-06-11 16:23:24 UTC (rev 25356)
@@ -4736,7 +4736,7 @@
 msgstr ""
 
 #: src/zope/app/zptpage/browser/configure.zcml:23
-msgid "Templated Page"
+msgid "ZPT Page"
 msgstr "Página plantillada"
 
 #: src/zope/app/zptpage/browser/configure.zcml:31

Modified: Zope3/trunk/src/zope/app/translation_files/fr/LC_MESSAGES/zope.po
===================================================================
--- Zope3/trunk/src/zope/app/translation_files/fr/LC_MESSAGES/zope.po	2004-06-11 15:50:08 UTC (rev 25355)
+++ Zope3/trunk/src/zope/app/translation_files/fr/LC_MESSAGES/zope.po	2004-06-11 16:23:24 UTC (rev 25356)
@@ -4828,7 +4828,7 @@
 msgstr ""
 
 #: src/zope/app/zptpage/browser/configure.zcml:23
-msgid "Templated Page"
+msgid "ZPT Page"
 msgstr "Page dynamique"
 
 #: src/zope/app/zptpage/browser/configure.zcml:31

Modified: Zope3/trunk/src/zope/app/translation_files/it/LC_MESSAGES/zope.po
===================================================================
--- Zope3/trunk/src/zope/app/translation_files/it/LC_MESSAGES/zope.po	2004-06-11 15:50:08 UTC (rev 25355)
+++ Zope3/trunk/src/zope/app/translation_files/it/LC_MESSAGES/zope.po	2004-06-11 16:23:24 UTC (rev 25356)
@@ -5179,7 +5179,7 @@
 msgstr "Cartella radice"
 
 #: src/zope/app/zptpage/browser/configure.zcml:23
-msgid "Templated Page"
+msgid "ZPT Page"
 msgstr ""
 
 #: src/zope/app/zptpage/browser/configure.zcml:31

Modified: Zope3/trunk/src/zope/app/translation_files/pt_BR/LC_MESSAGES/zope.po
===================================================================
--- Zope3/trunk/src/zope/app/translation_files/pt_BR/LC_MESSAGES/zope.po	2004-06-11 15:50:08 UTC (rev 25355)
+++ Zope3/trunk/src/zope/app/translation_files/pt_BR/LC_MESSAGES/zope.po	2004-06-11 16:23:24 UTC (rev 25356)
@@ -4807,7 +4807,7 @@
 msgstr ""
 
 #: src/zope/app/zptpage/browser/configure.zcml:23
-msgid "Templated Page"
+msgid "ZPT Page"
 msgstr ""
 
 #: src/zope/app/zptpage/browser/configure.zcml:31

Modified: Zope3/trunk/src/zope/app/translation_files/ru/LC_MESSAGES/zope.po
===================================================================
--- Zope3/trunk/src/zope/app/translation_files/ru/LC_MESSAGES/zope.po	2004-06-11 15:50:08 UTC (rev 25355)
+++ Zope3/trunk/src/zope/app/translation_files/ru/LC_MESSAGES/zope.po	2004-06-11 16:23:24 UTC (rev 25356)
@@ -4954,7 +4954,7 @@
 msgstr "Корневая папка"
 
 #: src/zope/app/zptpage/browser/configure.zcml:23
-msgid "Templated Page"
+msgid "ZPT Page"
 msgstr "Шаблон страницы"
 
 #: src/zope/app/zptpage/browser/configure.zcml:31

Modified: Zope3/trunk/src/zope/app/translation_files/zope.pot
===================================================================
--- Zope3/trunk/src/zope/app/translation_files/zope.pot	2004-06-11 15:50:08 UTC (rev 25355)
+++ Zope3/trunk/src/zope/app/translation_files/zope.pot	2004-06-11 16:23:24 UTC (rev 25356)
@@ -4741,7 +4741,7 @@
 msgstr ""
 
 #: src/zope/app/zptpage/browser/configure.zcml:23
-msgid "Templated Page"
+msgid "ZPT Page"
 msgstr ""
 
 #: src/zope/app/zptpage/browser/configure.zcml:31

Modified: Zope3/trunk/src/zope/app/zptpage/browser/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/zptpage/browser/configure.zcml	2004-06-11 15:50:08 UTC (rev 25355)
+++ Zope3/trunk/src/zope/app/zptpage/browser/configure.zcml	2004-06-11 16:23:24 UTC (rev 25356)
@@ -22,7 +22,7 @@
 
   <browser:addMenuItem
       class="zope.app.zptpage.ZPTPage"
-      title="Templated Page"
+      title="ZPT Page"
       description="A simple, content-based Page Template"
       permission="zope.ManageContent"
       view="zope.app.zptpage.ZPTPage"

Modified: Zope3/trunk/src/zope/app/zptpage/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/zptpage/interfaces.py	2004-06-11 15:50:08 UTC (rev 25355)
+++ Zope3/trunk/src/zope/app/zptpage/interfaces.py	2004-06-11 16:23:24 UTC (rev 25356)
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Templated Page Content Component Interfaces
+"""ZPT Page Content Component Interfaces
 
 $Id$
 """




More information about the Zope3-Checkins mailing list