]> git.ipfire.org Git - thirdparty/util-linux.git/blob - libsmartcols/docs/libsmartcols-docs.xml
ebb5705a39f2d6a6d19ccd3568a3195930c5d860
[thirdparty/util-linux.git] / libsmartcols / docs / libsmartcols-docs.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
4 [
5 <!ENTITY version SYSTEM "version.xml">
6 ]>
7 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
8 <bookinfo>
9 <title>libsmartcols Reference Manual</title>
10 <releaseinfo>for libsmartcols version &version;</releaseinfo>
11 <copyright>
12 <year>2014-2018</year>
13 <holder>Karel Zak &lt;kzak@redhat.com&gt;</holder>
14 </copyright>
15 </bookinfo>
16
17 <part id="overview">
18 <title>libsmartcols Overview</title>
19 <partintro>
20 <para>
21 The libsmartcols library is used for smart adaptive formatting of tabular data.
22 </para>
23 <para>
24 The library is part of the util-linux package since version 2.25 and is
25 available from https://www.kernel.org/pub/linux/utils/util-linux/.
26 </para>
27 </partintro>
28 </part>
29
30 <part>
31 <title>Data manipulation</title>
32 <xi:include href="xml/table.xml"/>
33 <xi:include href="xml/column.xml"/>
34 <xi:include href="xml/line.xml"/>
35 <xi:include href="xml/cell.xml"/>
36 <xi:include href="xml/symbols.xml"/>
37 </part>
38 <part>
39 <title>Printing</title>
40 <xi:include href="xml/table_print.xml"/>
41 </part>
42 <part>
43 <title>Misc</title>
44 <xi:include href="xml/iter.xml"/>
45 <xi:include href="xml/version-utils.xml"/>
46 <xi:include href="xml/init.xml"/>
47 </part>
48 <index id="api-index">
49 <title>API Index</title>
50 <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
51 </index>
52 <index role="2.27">
53 <title>Index of new symbols in 2.27</title>
54 <xi:include href="xml/api-index-2.27.xml"><xi:fallback /></xi:include>
55 </index>
56 <index role="2.28">
57 <title>Index of new symbols in 2.28</title>
58 <xi:include href="xml/api-index-2.28.xml"><xi:fallback /></xi:include>
59 </index>
60 <index role="2.29">
61 <title>Index of new symbols in 2.29</title>
62 <xi:include href="xml/api-index-2.29.xml"><xi:fallback /></xi:include>
63 </index>
64 <index role="2.30">
65 <title>Index of new symbols in 2.30</title>
66 <xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include>
67 </index>
68 <index role="2.31">
69 <title>Index of new symbols in 2.31</title>
70 <xi:include href="xml/api-index-2.31.xml"><xi:fallback /></xi:include>
71 </index>
72 <index role="2.33">
73 <title>Index of new symbols in 2.33</title>
74 <xi:include href="xml/api-index-2.33.xml"><xi:fallback /></xi:include>
75 </index>
76 <index role="2.34">
77 <title>Index of new symbols in 2.34</title>
78 <xi:include href="xml/api-index-2.34.xml"><xi:fallback /></xi:include>
79 </index>
80 </book>