Skip to content

Commit

Permalink
* Updates to V/W/X* config directives
Browse files Browse the repository at this point in the history
  • Loading branch information
docelic committed Jan 9, 2009
1 parent a815905 commit 8ec7428
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 3 additions & 1 deletion refs/Variable
Expand Up @@ -38,7 +38,9 @@ syntax:
unless found
</para></listitem>
<listitem><para>
Using the &tag-var; tag
Using the &tag-var; tag (Note: the &tag-var; tag is parsed together with
all other tags, unlike the previous methods which are parsed separately,
before &glos-ITL; tag processing takes place)
</para></listitem>
</itemizedlist>
__END__
Expand Down
5 changes: 2 additions & 3 deletions refs/VariableDatabase
Expand Up @@ -35,9 +35,8 @@ is the same as:
Database variables variables.txt TAB
VariableDatabase variables
</programlisting>
So as you see, if you want to use a non-default &glos-database;, you must
explicitly
define it using the &conf-Database; directive and do so before the
But if you want to use a non-default &glos-database;, you must
explicitly define it using the &conf-Database; directive and do so before the
&conf-VariableDatabase; line.
__END__

Expand Down
2 changes: 1 addition & 1 deletion refs/WritePermission
@@ -1,5 +1,5 @@
__NAME__ purpose
affect file mode (write permissions, specifically) on Interchange-generated files
affect file mode (write permissions) on Interchange-generated files
__END__


Expand Down
4 changes: 2 additions & 2 deletions refs/XHTML
Expand Up @@ -31,12 +31,12 @@ Making HTML output XHTML-compliant is extremely easy (basically, you only
need to lowercase argument names, quote argument options, and include
<varname>$Vend::Xtrailer</varname> before the ending
"<literal>&gt;</literal>" for standalone tags. That said, XHTML-compliance
patches are gladly accepted to speed up the transition process.
patches are gladly accepted to speed up the effort.
__END__

__NAME__ example: Enabling XHTML
<programlisting>
XHTML 1
XHTML Yes
</programlisting>
__END__

0 comments on commit 8ec7428

Please sign in to comment.