[interchange-docs] [SCM] Interchange XML documentation branch, master, updated. ec617c310ba88fe851474f88ce3ba33120ad544a

Davor Ocelic docelic at rt.icdevgroup.org
Wed Feb 11 21:36:14 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange XML documentation".

The branch, master has been updated
       via  ec617c310ba88fe851474f88ce3ba33120ad544a (commit)
      from  dde251c8743f55fd647fc338bb8b2c93bab5d88b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ec617c310ba88fe851474f88ce3ba33120ad544a
Author: Davor Ocelic <docelic at spinlocksolutions.com>
Date:   Wed Feb 11 22:35:09 2009 +0100

    * Updates to a couple of config directives, thanks Gert

-----------------------------------------------------------------------

Summary of changes and diff:
 refs/AdminUser       |   11 ++++++++++-
 refs/DatabaseDefault |   14 ++++++++++++++
 refs/DebugTemplate   |    6 ++++++
 refs/LocaleDatabase  |    8 ++++++--
 4 files changed, 36 insertions(+), 3 deletions(-)

diff --git a/refs/AdminUser b/refs/AdminUser
index 7e5019d..ad30123 100644
--- a/refs/AdminUser
+++ b/refs/AdminUser
@@ -4,7 +4,7 @@ __END__
 
 __NAME__ synopsis
 <arg choice='plain' rep='repeat'>
-<replaceable>username</replaceable>:<replaceable>password</replaceable>
+<replaceable>username</replaceable>:<replaceable>crypted_password</replaceable>
 </arg>
 __END__
 
@@ -12,8 +12,17 @@ __NAME__ description
 Username and password pairs which are given administrator
 privileges to all catalogs.
 </para><para>
+Passwords are encrypted using standard Unix &glos-crypt;.
+</para><para>
 This functionality is standalone &mdash;
 you do not need to have the users present in the &glos-UserDB; or the
 access &glos-database;.
 __END__
 
+__NAME__ example: Setting __FILENAME__
+An example with username "thunder" and password "rolls":
+<programlisting>
+AdminUser thunder:H0NJOAxjci1Lw
+</programlisting>
+__END__
+
diff --git a/refs/DatabaseDefault b/refs/DatabaseDefault
index f698ecf..29adf07 100644
--- a/refs/DatabaseDefault
+++ b/refs/DatabaseDefault
@@ -2,6 +2,10 @@ __NAME__ purpose
 specify default settings for Database directives
 __END__
 
+__NAME__ synopsis
+<arg rep='repeat' choice='plain'><replaceable>key</replaceable> <replaceable>value</replaceable></arg>
+__END__
+
 __NAME__ see also
 Database, Replace
 __END__
@@ -77,6 +81,16 @@ DatabaseDefault      WRITE_TAGGED    1
 </programlisting>
 __END__
 
+__NAME__ example: Specifying defaults in here-document style
+<programlisting><![CDATA[
+DatabaseDefault <<EOD
+  WRITE_CONTROL   1
+  WRITE_TAGGED    1
+  HIDE_AUTO_FILES 1
+EOD
+]]></programlisting>
+__END__
+
 __NAME__ example: Clearing default values
 <programlisting>
 Replace DatabaseDefault
diff --git a/refs/DebugTemplate b/refs/DebugTemplate
index 0b7b215..d5e8a6e 100644
--- a/refs/DebugTemplate
+++ b/refs/DebugTemplate
@@ -60,3 +60,9 @@ __END__
 __NAME__ notes
 __END__
 
+__NAME__ example: Setting __FILENAME__
+<programlisting>
+DebugTemplate %c {CALLER0} {MESSAGE} {PAGE} {TAG}
+</programlisting>
+__END__
+
diff --git a/refs/LocaleDatabase b/refs/LocaleDatabase
index b4acf39..bc8afe9 100644
--- a/refs/LocaleDatabase
+++ b/refs/LocaleDatabase
@@ -26,6 +26,10 @@ LocaleDatabase locale
 </programlisting>
 __END__
 
-__NAME__ missing
-example of LocaleDatabase structure (what fields etc.?)
+__NAME__ example: LocaleDatabase table structure
+<programlisting>
+code	en_US	en_GB	fr_FR	de_DE	nl_NL
+color	color	colour	couleur	Farbe	kleur
+</programlisting>
 __END__
+


hooks/post-receive
-- 
Interchange XML documentation



More information about the docs mailing list