source: archive/gnome-obsolete/dasher.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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 dasher-download-http "&gnome-download-http;/dasher/4.11/dasher-&dasher-version;.tar.bz2">
8 <!ENTITY dasher-download-ftp "&gnome-download-ftp;/dasher/4.11/dasher-&dasher-version;.tar.bz2">
9 <!ENTITY dasher-md5sum "55695cacecb9fa9e3259e0f2ef82ae9e">
10 <!ENTITY dasher-size "8.0 MB">
11 <!ENTITY dasher-buildsize "120 MB">
12 <!ENTITY dasher-time "1.0 SBU">
13]>
14
15<sect1 id="dasher" xreflabel="dasher-&dasher-version;">
16 <?dbhtml filename="dasher.html"?>
17
18
19 <title>dasher-&dasher-version;</title>
20
21 <indexterm zone="dasher">
22 <primary sortas="a-dasher">dasher</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to dasher</title>
27
28 <para>The <application>dasher</application> package is a zooming predictive
29 text entry system, designed for situations where keyboard input is
30 impractical (for instance, accessibility or PDAs). It is usable with highly
31 limited amounts of physical input while still allowing high rates of text
32 entry.</para>
33
34 &lfs65_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&dasher-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&dasher-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &dasher-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &dasher-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &dasher-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &dasher-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">dasher Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required"><xref linkend="glib2"/>,
62 <xref linkend="gtk2"/>, and
63 <xref linkend="intltool"/></para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional"><xref linkend="at-spi"/>,
67 <xref linkend="gnome-doc-utils"/>,
68 <xref linkend="libbonobo"/>, and
69 <xref linkend="libgnomeui"/></para>
70
71 <para condition="html" role="usernotes">User Notes:
72 <ulink url="&blfs-wiki;/dasher"/></para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of dasher</title>
78
79 <para>Install <application>dasher</application> by running the following
80 commands:</para>
81
82<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
83 --sysconfdir=&gnome-etc-dir; \
84 --enable-a11y=no \
85 --with-gnome=no &amp;&amp;
86make</userinput></screen>
87
88 <para>This package does not come with a test suite.</para>
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role="root"><userinput>make install</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="commands">
97 <title>Command Explanations</title>
98
99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
100 href="../../xincludes/gnome-prefix.xml"/>
101
102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
103 href="../../xincludes/gnome-sysconfdir.xml"/>
104
105 <para><parameter>--enable-a11y=no</parameter>: Do not build with support for
106 the GNOME accessibility framework. Remove it if
107 <application>libgnomeui</application> and <application>at-spi</application>
108 are installed.</para>
109
110 <para><parameter>--with-gnome=no</parameter>: Do not build with GNOME
111 support. Remove it if <application>libgnomeui</application> and
112 <application>gnome-doc-utils</application> are installed.</para>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Program</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>dasher</seg>
126 <seg>None</seg>
127 <seg><envar>$GNOME_PREFIX</envar>/share/{dasher,gnome/help/dasher/*,
128 omf/dasher}</seg>
129 </seglistitem>
130 </segmentedlist>
131
132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
137 <varlistentry id="dasher-prog">
138 <term><command>dasher</command></term>
139 <listitem>
140 <para>is a graphical predictive text entry system.</para>
141 <indexterm zone="dasher dasher-prog">
142 <primary sortas="b-dasher">dasher</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 </variablelist>
148
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.