source: x/installing/twm.xml

trunk
Last change on this file was b9874725, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Many tags.

Mostly Programming and Xorg sections and dependencies.

  • Property mode set to 100644
File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY twm-download-http "&xorg-download-http;/app/twm-&twm-version;.tar.xz">
8 <!ENTITY twm-download-ftp " ">
9 <!ENTITY twm-md5sum "805ee08b5a87e1103dfe2eb925b613b4">
10 <!ENTITY twm-size "260 KB">
11 <!ENTITY twm-buildsize "3.8 MB">
12 <!ENTITY twm-time "less than 0.1 SBU">
13]>
14
15<sect1 id="twm" xreflabel="twm-&twm-version;">
16 <?dbhtml filename="twm.html"?>
17
18
19 <title>twm-&twm-version;</title>
20
21 <indexterm zone="twm">
22 <primary sortas="a-twm">twm</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to twm</title>
27
28 <para>
29 The <application>twm</application> package contains a very minimal
30 window manager.
31 </para>
32
33 &not-katamari;
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&twm-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&twm-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &twm-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &twm-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &twm-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &twm-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">twm Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="xorg-server"/>
76 </para>
77<!--
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="xorg7-legacy"/>
81 </para>
82-->
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of twm</title>
88
89 <para>
90 Install <application>twm</application> by running the
91 following commands:
92 </para>
93
94<screen><userinput>sed -i -e '/^rcdir =/s,^\(rcdir = \).*,\1/etc/X11/app-defaults,' src/Makefile.in &amp;&amp;
95./configure $XORG_CONFIG &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 This package does not come with a test suite.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112 <para>
113 <command>sed -i -e '/^rcdir =/s...</command>: This command ensures
114 the <application>twm</application> configuration file gets installed in
115 the proper location.
116 </para>
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directory</segtitle>
126
127 <seglistitem>
128 <seg>twm</seg>
129 <seg>None</seg>
130 <seg>/etc/X11/app-defaults</seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="twm-bin">
140 <term><command>twm</command></term>
141 <listitem>
142 <para>
143 is the Tab Window Manager for the X Window System
144 </para>
145 <indexterm zone="twm twm">
146 <primary sortas="b-twm">twm</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 </variablelist>
152 </sect2>
153
154</sect1>
Note: See TracBrowser for help on using the repository browser.