[interchange-docs] xmldocs - racke modified 2 files

docs at icdevgroup.org docs at icdevgroup.org
Thu Apr 24 19:56:23 UTC 2008


User:      racke
Date:      2008-04-24 19:56:23 GMT
Modified:  refs     file.tag include.tag
Log:
referring to "external" is confusing
point to TemplateDir directive
non container tag fix

Revision  Changes    Path
1.3                  xmldocs/refs/file.tag


rev 1.3, prev_rev 1.2
Index: file.tag
===================================================================
RCS file: /var/cvs/xmldocs/refs/file.tag,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- file.tag	9 Aug 2005 17:01:01 -0000	1.2
+++ file.tag	24 Apr 2008 19:56:23 -0000	1.3
@@ -1,5 +1,5 @@
 __NAME__ purpose
-include an external file into the current page verbatim
+include file into the current page verbatim
 __END__
 __NAME__ synopsis 
 <row>
@@ -39,12 +39,13 @@
 	<literal>[dos|windows]</literal>.
 	</entry>
 </row> 
-&ROW_INTERPOLATE_0;
-&ROW_REPARSE_1;
+&TAG_NON_CONTAINER;
 __END__
 
 __NAME__ description
-The tag inserts the contents of the named file.
+The tag inserts the contents of the named file, which is searched relative to the
+catalog root directory or any directories specified by the &conf-TemplateDir;
+directive.
 </para><para>
 The file should normally be relative to the catalog directory.
 File names beginning with <literal>/</literal> or <literal>..</literal>



1.4                  xmldocs/refs/include.tag


rev 1.4, prev_rev 1.3
Index: include.tag
===================================================================
RCS file: /var/cvs/xmldocs/refs/include.tag,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- include.tag	13 Dec 2006 22:48:11 -0000	1.3
+++ include.tag	24 Apr 2008 19:56:23 -0000	1.4
@@ -1,5 +1,5 @@
 __NAME__ purpose
-include an external file into the current page and reparse contents for tags
+include file into the current page and reparse contents for tags
 __END__
 __NAME__ synopsis 
 <row>
@@ -21,12 +21,13 @@
 	</entry>
 </row> 
 &ROW_LOCALE_1;
-&ROW_INTERPOLATE_1;
-&ROW_REPARSE_1;
+&TAG_NON_CONTAINER;
 __END__
 
 __NAME__ description
-The tag inserts the contents of the named file.
+The tag inserts the contents of the named file, which is searched relative to the
+catalog root directory or any directories specified by the &conf-TemplateDir;
+directive.
 </para><para>
 The file should normally be relative to the catalog directory.
 File names beginning with <literal>/</literal> or <literal>..</literal>







More information about the docs mailing list