1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY version SYSTEM "version.xml">
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
<title>Liboobs (System configuration management) Reference Manual</title>
<releaseinfo>This documentation describes liboobs &version;.</releaseinfo>
</bookinfo>
<chapter>
<title>Common API</title>
<xi:include href="xml/oobs-session.xml"/>
<xi:include href="xml/oobs-object.xml"/>
<xi:include href="xml/oobs-list.xml"/>
<xi:include href="xml/oobs-error.xml"/>
</chapter>
<chapter>
<title>Users and groups management</title>
<xi:include href="xml/oobs-groupsconfig.xml"/>
<xi:include href="xml/oobs-usersconfig.xml"/>
<xi:include href="xml/oobs-selfconfig.xml"/>
<xi:include href="xml/oobs-group.xml"/>
<xi:include href="xml/oobs-user.xml"/>
</chapter>
<chapter>
<title>Shared folders management</title>
<xi:include href="xml/oobs-smbconfig.xml"/>
<xi:include href="xml/oobs-nfsconfig.xml"/>
<xi:include href="xml/oobs-share.xml"/>
<xi:include href="xml/oobs-share-nfs.xml"/>
<xi:include href="xml/oobs-share-smb.xml"/>
</chapter>
<chapter>
<title>Date and time management</title>
<xi:include href="xml/oobs-timeconfig.xml"/>
<xi:include href="xml/oobs-ntpconfig.xml"/>
<xi:include href="xml/oobs-ntpserver.xml"/>
</chapter>
<chapter>
<title>System boot management</title>
<xi:include href="xml/oobs-servicesconfig.xml"/>
<xi:include href="xml/oobs-service.xml"/>
</chapter>
<chapter>
<title>Network interfaces management</title>
<xi:include href="xml/oobs-ifacesconfig.xml"/>
<xi:include href="xml/oobs-iface.xml"/>
<xi:include href="xml/oobs-iface-ethernet.xml"/>
<xi:include href="xml/oobs-iface-irlan.xml"/>
<xi:include href="xml/oobs-iface-plip.xml"/>
<xi:include href="xml/oobs-iface-ppp.xml"/>
<xi:include href="xml/oobs-iface-wireless.xml"/>
</chapter>
<chapter>
<title>Hosts resolution management</title>
<xi:include href="xml/oobs-hostsconfig.xml"/>
<xi:include href="xml/oobs-statichost.xml"/>
</chapter>
</book>
|