Docs: reorder sections in chapter "Lasso Architecture"

This commit is contained in:
Benjamin Dauvergne 2010-02-10 00:35:03 +00:00
parent a93d3e5f5c
commit db940c119a
1 changed files with 2 additions and 2 deletions

View File

@ -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">