source: gnome/applications/gnome-documents.xml@ 4b8c1828

kde5-14686 systemd-13485
Last change on this file since 4b8c1828 was 4b8c1828, checked in by Christopher Gregory <cjg@…>, 10 years ago

Create new gnome directory via svn move.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14392 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.7 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/&gnome-minor;/gnome-documents-&gnome-documents-version;.tar.xz">
9 <!ENTITY gnome-documents-download-ftp
10 "&gnome-download-ftp;/gnome-documents/&gnome-minor;/gnome-documents-&gnome-documents-version;.tar.xz">
11 <!ENTITY gnome-documents-md5sum "ac15852ebd353d91d4f82e41f66bc4d9">
12 <!ENTITY gnome-documents-size "700 KB">
13 <!ENTITY gnome-documents-buildsize "18 MB">
14 <!ENTITY gnome-documents-time "0.3 SBU">
15]>
16
17<sect1 id="gnome-documents" xreflabel="gnome-documents-&gnome-documents-version;">
18 <?dbhtml filename="gnome-documents.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-documents-&gnome-documents-version;</title>
26
27 <indexterm zone="gnome-documents">
28 <primary sortas="a-gnome-documents">gnome-documents</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Documents</title>
33
34 <para>
35 <application>GNOME Documents</application> is a document manager which supports
36 local documents (using the <application>Tracker</application> indexing engine),
37 Google Documents and SkyDrive.
38 </para>
39
40 &lfs76_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&gnome-documents-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gnome-documents-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gnome-documents-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gnome-documents-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gnome-documents-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gnome-documents-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">GNOME Documents Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="evince"/>,
81 <xref linkend="gjs"/>,
82 <xref linkend="gnome-desktop"/>,
83 <xref linkend="libgdata"/>,
84 <xref linkend="libzapojit"/>, and
85 <xref linkend="tracker"/>
86 </para>
87
88 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
89 <para role="required">
90 <xref linkend="gnome-online-miners"/>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/gnome-documents"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of GNOME Documents</title>
100
101 <para>
102 Install <application>GNOME Documents</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>./configure --prefix=/usr &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="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 gnome-documents
132 </seg>
133 <seg>
134 None
135 </seg>
136 <seg>
137 /usr/lib/gnome-documents
138 /usr/share/gnome-documents, and
139 /usr/share/help/*/gnome-documents
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="gnome-documents-prog">
150 <term><command>gnome-documents</command></term>
151 <listitem>
152 <para>
153 is a document manager application for <application>GNOME</application>.
154 </para>
155 <indexterm zone="gnome-documents gnome-documents-prog">
156 <primary sortas="b-gnome-documents">gnome-documents</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 </variablelist>
162
163 </sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.