Index: openacs-4/packages/acs-templating/www/doc/TclDocs/content.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/content.adp,v diff -u -N -r1.5 -r1.5.2.1 --- openacs-4/packages/acs-templating/www/doc/TclDocs/content.adp 4 Jul 2018 10:16:05 -0000 1.5 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/content.adp 11 Mar 2019 08:25:47 -0000 1.5.2.1 @@ -458,8 +458,7 @@
content::get_default_content_method
-
Gets the content input method most appropriate for an -content type, based on the MIME types that are registered for that +
Gets the content input method most appropriate for a content type, based on the MIME types that are registered for that content type.
Parameters:
Index: openacs-4/packages/acs-templating/www/doc/TclDocs/publish.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/publish.adp,v diff -u -N -r1.5 -r1.5.2.1 --- openacs-4/packages/acs-templating/www/doc/TclDocs/publish.adp 4 Jul 2018 10:16:05 -0000 1.5 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/publish.adp 11 Mar 2019 08:25:47 -0000 1.5.2.1 @@ -335,7 +335,7 @@ in the server's INI file (the value returnded by publish::get_page_root is used as the default). The file extension will be based on the revision's mime-type.
-For example, an revision whose mime-type is { image/jpeg} for an +For example, a revision whose mime-type is { image/jpeg} for an item at { Sitemap/foo/bar} may be written as /web/your_server_name/www/foo/bar.jpg
Index: openacs-4/packages/acs-templating/www/doc/guide/form-process.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/guide/form-process.adp,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-templating/www/doc/guide/form-process.adp 7 Aug 2017 23:48:03 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/guide/form-process.adp 11 Mar 2019 08:25:47 -0000 1.3.2.1 @@ -33,7 +33,7 @@ submissions.
  • By default, the formtemplate tag sets the ACTION attribute of the FORM tag to the same URL as that of the form itself. The submission is -therefor processed within the framework of the same code that was +therefore processed within the framework of the same code that was used to create the form.