source: archive/gnome/gnome-documents.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: 5.0 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 gnome-documents-download-http
8 "&gnome-download-http;/gnome-documents/0.4/gnome-documents-&gnome-documents-version;.tar.xz">
9 <!ENTITY gnome-documents-download-ftp
10 "&gnome-download-ftp;/gnome-documents/0.4/gnome-documents-&gnome-documents-version;.tar.xz">
11 <!ENTITY gnome-documents-md5sum "465de85bf9bac48ff300b1bf6aa5851c">
12 <!ENTITY gnome-documents-size "492 KB">
13 <!ENTITY gnome-documents-buildsize "10 MB">
14 <!ENTITY gnome-documents-time "0.4 SBU">
15]>
16
17<sect1 id="gnome-documents" xreflabel="gnome-documents-&gnome-documents-version;">
18 <?dbhtml filename="gnome-documents.html"?>
19
20
21 <title>gnome-documents-&gnome-documents-version;</title>
22
23 <indexterm zone="gnome-documents">
24 <primary sortas="a-gnome-documents">gnome-documents</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to GNOME Documents</title>
29
30 <para>
31 <application>GNOME Documents</application> is a document viewer which supports
32 local documents (using the <application>Tracker</application> search engine) and
33 Google Documents. For local documents, this appears to be restricted to PDF and PS
34 files.
35 </para>
36
37 &lfs70_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&gnome-documents-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&gnome-documents-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &gnome-documents-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &gnome-documents-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &gnome-documents-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &gnome-documents-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">GNOME Documents Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="clutter-gtk"/>,
78 <xref linkend="evince"/> (with introspection support enabled),
79 <xref linkend="gjs"/>,
80 <xref linkend="gnome-desktop"/>,
81 <xref linkend="gnome-online-accounts"/>,
82 <xref linkend="libgdata"/> and
83 <xref linkend="tracker"/>
84 </para>
85
86 <bridgehead renderas="sect4">Additional Runtime Dependency</bridgehead>
87 <para role="optional">
88 Although this package uses <application>Evince</application>,
89 it needs <xref linkend="gimp"/> to display documents.
90 </para>
91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/gnome-documents"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of GNOME Documents</title>
99
100 <para>
101 Install <application>GNOME Documents</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>./configure --prefix=/usr \
106 --libexecdir=/usr/lib/gnome-documents &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 This package does not come with a test suite.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <para>
125 <parameter>--libexecdir=/usr/lib/gnome-documents</parameter>: This
126 parameter ensures <filename>gd-tracker-gdata-miner</filename> is not installed in
127 <filename class="directory">/usr/libexec</filename>.
128 </para>
129
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Program</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>
141 gnome-documents
142 </seg>
143 <seg>
144 /usr/lib/gnome-documents and
145 /usr/share/gnome-documents
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="gnome-documents-prog">
156 <term><command>gnome-documents</command></term>
157 <listitem>
158 <para>
159 displays (indexed) shared and local documents.
160 </para>
161 <indexterm zone="gnome-documents gnome-documents-prog">
162 <primary sortas="b-gnome-documents">gnome-documents</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 </variablelist>
168
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.