Index: openacs-4/packages/acs-content-repository/www/doc/guide/template.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/guide/template.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-content-repository/www/doc/guide/template.html 7 Aug 2017 23:47:47 -0000 1.2 +++ openacs-4/packages/acs-content-repository/www/doc/guide/template.html 3 Sep 2024 15:37:31 -0000 1.3 @@ -9,7 +9,7 @@
The content repository allows you to associate templates with both content types and individual content items. A template determines how -a content item is rendered when exported to the file system or served +a content item is rendered when exported to the filesystem or served directly to a client.
The content repository does not make any assumptions about the type @@ -48,7 +48,7 @@
Templates are placed under their own root to ensures that bare templates are never accessible via a public URL. This is also done -because the relationship with the file system may be different for +because the relationship with the filesystem may be different for templates than for content items. For example, templates may be associated with additional code or resource files that developers maintain under separate source control.