summaryrefslogtreecommitdiffstats
path: root/docs/reference
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-02-10 00:35:03 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-02-10 00:35:03 +0000
commitdb940c119a3096ed0386dd13809405c9046f10af (patch)
treedf6ac552cb9f148cba83eeedc3b123d207c652a9 /docs/reference
parenta93d3e5f5cf556436404c91e5525a3b82f0835ad (diff)
downloadlasso-db940c119a3096ed0386dd13809405c9046f10af.tar.gz
lasso-db940c119a3096ed0386dd13809405c9046f10af.tar.xz
lasso-db940c119a3096ed0386dd13809405c9046f10af.zip
Docs: reorder sections in chapter "Lasso Architecture"
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/lasso/lasso-docs.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/lasso/lasso-docs.sgml b/docs/reference/lasso/lasso-docs.sgml
index 0f8aaa18..009813c6 100644
--- a/docs/reference/lasso/lasso-docs.sgml
+++ b/docs/reference/lasso/lasso-docs.sgml
@@ -114,7 +114,6 @@ the <ulink url="http://lasso.entrouvert.org/license">GNU General Public License<
<title>Application Programming Interface</title>
<chapter id="architecture">
<title>Lasso Architecture</title>
- <xi:include href="xml/init.xml"/>
<para>Lasso handle the concepts of providers sharing identities, that can
enable the creation of sessions following an authentication. The
current provider is represented by the <link linkend="#lasso-LassoServer">LassoServer</link> object, which
@@ -141,12 +140,13 @@ the <ulink url="http://lasso.entrouvert.org/license">GNU General Public License<
<xi:include href="xml/session.xml"/>
<xi:include href="xml/profile.xml"/>
<xi:include href="xml/errors.xml"/>
+ <xi:include href="xml/init.xml"/>
<para><link linkend="lasso-LassoNode">LassoNode</link> is the base class for all Lasso classes, it gives XML serialization and deserialization support to all of them.</para>
<xi:include href="xml/node.xml"/>
<para>The <link linkend="lasso-LassoMiscTextNode">LassoMiscTextNode</link> allows to represent miscellenaous nodes for whose no mapping to a specific <link linkend="GObjectClass">GObjectClass</link> exists.</para>
- <xi:include href="xml/misc_text_node.xml"/>
<xi:include href="xml/strings.xml"/>
<xi:include href="xml/registry.xml"/>
+ <xi:include href="xml/misc_text_node.xml"/>
</chapter>
<chapter id="idff">