diff options
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/lasso/lasso-docs.sgml | 4 |
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"> |
