File: liboobs-docs.sgml

package info (click to toggle)
liboobs 2.22.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,304 kB
  • ctags: 1,810
  • sloc: ansic: 9,187; sh: 9,079; xml: 4,747; makefile: 120
file content (70 lines) | stat: -rw-r--r-- 2,296 bytes parent folder | download
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
68
69
70
<?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>for liboobs &version;</releaseinfo>
  </bookinfo>

  <chapter>
    <title>Session management</title>
    <xi:include href="xml/oobs-session.xml"/>
  </chapter>

  <chapter>
    <title>Liboobs data management</title>
    <xi:include href="xml/oobs-object.xml"/>
    <xi:include href="xml/oobs-list.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-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-isdn.xml"/>
    <xi:include href="xml/oobs-iface-modem.xml"/>
    <xi:include href="xml/oobs-iface-plip.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>