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

Stefan Hornburg interchange-cvs at icdevgroup.org
Tue Mar 9 15:37:37 UTC 2010


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  8f7b7b508ae8c249db5881c96af229f6e7786cbf (commit)
      from  36aa635c42fdc66717170f13343233f27c8011ab (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 8f7b7b508ae8c249db5881c96af229f6e7786cbf
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Tue Mar 9 16:37:05 2010 +0100

    added hint about how to produce CGI parameters within Interchange

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

Summary of changes and diff:
 glossary/CGI |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/glossary/CGI b/glossary/CGI
index fca1542..6d59fda 100644
--- a/glossary/CGI
+++ b/glossary/CGI
@@ -19,7 +19,18 @@ I think it's simple enough to notice variables <literal>mv_arg</literal> and
 <literal>mv_pc</literal> being submitted. The GET method is very convenient
 because all data is embedded in the URL, making it very easy to copy and
 share links with other people.
-</para><para>
+</para>
+<para>
+It is recommended to create these links in Interchange with &tag-area;.,e.g.:
+</para>
+<programlisting>
+<![CDATA[
+<a href="[area href="" form="param1=foo
+  param2=bar"]">FOO & BAR</a>
+</a>
+]]>
+</programlisting>
+<para>
 The other method is called POST. This way, the information is sent in a way
 not visible to the user. POST forms have this disadvantage of not being suitable
 for copy-pasting &glos-HTML; links directly, but they do offer greater


hooks/post-receive
-- 
Interchange XML documentation



More information about the docs mailing list