Index: openacs-4/readme.txt =================================================================== RCS file: /usr/local/cvsroot/openacs-4/readme.txt,v diff -u -r1.19 -r1.19.2.1 --- openacs-4/readme.txt 7 Aug 2017 23:47:44 -0000 1.19 +++ openacs-4/readme.txt 13 Jul 2023 13:18:23 -0000 1.19.2.1 @@ -1,7 +1,7 @@ This is OpenACS - the Open Architecture Community System. -Version 5.9.1 -------------- +Version 5.10.0 +-------------- Full documentation is located in the tarball at packages/acs-core-docs/www/index.html Index: openacs-4/www/blank-master.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/blank-master.adp,v diff -u -r1.32.2.1 -r1.32.2.2 --- openacs-4/www/blank-master.adp 18 Jan 2020 09:52:30 -0000 1.32.2.1 +++ openacs-4/www/blank-master.adp 13 Jul 2023 13:19:30 -0000 1.32.2.2 @@ -5,7 +5,7 @@ href="@doc.base_href;literal@" target="@doc.base_target;literal@"> - http-equiv="@meta.http_equiv;literal@" name="@meta.name;noquote@" scheme="@meta.scheme;noquote@" lang="@meta.lang;literal@" content="@meta.content@"> + http-equiv="@meta.http_equiv;literal@" name="@meta.name;literal@" scheme="@meta.scheme;literal@" lang="@meta.lang;literal@" content="@meta.content@"> lang="@link.lang;literal@" title="@link.title@" type="@link.type;literal@" media="@link.media;literal@" integrity="@link.integrity;literal@" crossorigin="@link.crossorigin;literal@"> @@ -14,23 +14,12 @@ - - These two variables have to be set before the XinhaCore.js is loaded. To - enforce the order, it is put here. - - - - - @head;literal@ - class="@body.class;literal@" id="@body.id;literal@"> + class="@body.class;literal@" id="@body.id;literal@" translate="@body.translate;literal@"> @header;literal@ @footer;literal@ Index: openacs-4/www/blank-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/blank-master.tcl,v diff -u -r1.57.2.3 -r1.57.2.4 --- openacs-4/www/blank-master.tcl 15 Sep 2021 16:23:14 -0000 1.57.2.3 +++ openacs-4/www/blank-master.tcl 13 Jul 2023 13:19:30 -0000 1.57.2.4 @@ -6,7 +6,7 @@ You should NEVER need to modify this file. Most of the time your pages or master templates should not directly set this - file in their tag. They should instead use site-master with + file in their <master> tag. They should instead use site-master with provides a set of standard OpenACS content. Only pages which need to return raw HTML should use this template directly. @@ -26,7 +26,7 @@ ad_conn -set language Must be used to override the document language if necessary. - To add a CSS or JavaScript files to the section of the document you can + To add a CSS or JavaScript files to the <head> section of the document you can call the corresponding template::head::add_* functions within your page. @see template::head::add_css