-The OpenACS 4.6.2 Template System (ATS) is designed to allow developers to
+The OpenACS 4.6.3 Template System (ATS) is designed to allow developers to
cleanly separate application logic from display
logic. The intent is to have all of the logic related to
manipulating the database and other application state data in one
@@ -160,12 +160,12 @@
Templates separate application logic from display logic by requiring
the developer to write pages in two stages, one file for database
-queries and application logic, and another for display. In OpenACS 4.6.2, the
+queries and application logic, and another for display. In OpenACS 4.6.3, the
logic part of the page is just a .tcl that sets up
data sources that are used by the display part of the page. The
display part of the page is an .adp file with some
special tags and notations for dealing with display logic and
inserting properties into the text of the page. Later on we'll get
into templates more deeply, and show how to use database queries as
data sources.
-
($Id$)