source: archive/vino.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.3 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 vino-download-http "&gnome-download-http;/vino/&gnome-minor-22;/vino-&vino-version;.tar.xz">
8 <!ENTITY vino-download-ftp "&gnome-download-ftp;/vino/&gnome-minor-22;/vino-&vino-version;.tar.xz">
9 <!ENTITY vino-md5sum "7305feaa5cc9acb788d7a13389922012">
10 <!ENTITY vino-size "752 KB">
11 <!ENTITY vino-buildsize "19 MB">
12 <!ENTITY vino-time "0.2 SBU">
13]>
14
15<sect1 id="vino" xreflabel="Vino-&vino-version;">
16 <?dbhtml filename="vino.html"?>
17
18
19 <title>Vino-&vino-version;</title>
20
21 <indexterm zone="vino">
22 <primary sortas="a-Vino">Vino</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Vino</title>
27
28 <para>
29 The <application>Vino</application> package is a VNC server for
30 <application>GNOME</application>. VNC is a protocol that allows remote
31 display of a user's desktop.
32 </para>
33
34 &lfs90_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&vino-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&vino-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &vino-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &vino-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &vino-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &vino-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Vino Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="libnotify"/>
75 </para>
76
77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
79 <xref linkend="gnutls"/>,
80 <xref linkend="libgcrypt"/>,
81 <xref linkend="libsecret"/>, and
82 <xref linkend="telepathy-glib"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="avahi"/>
88 </para>
89
90 <para condition="html" role="usernotes">User Notes:
91 <ulink url="&blfs-wiki;/vino"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of Vino</title>
97
98 <para>
99 Install <application>Vino</application> by running the following
100 commands:
101 </para>
102
103<screen revision="systemd"><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
104make</userinput></screen>
105
106<screen revision="sysv"><userinput>./configure --prefix=/usr \
107 --sysconfdir=/etc \
108 --with-systemduserunitdir=no &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 This package does not come with a test suite.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131
132 <seglistitem>
133 <seg>
134 vino-server
135 </seg>
136 <seg>
137 None
138 </seg>
139 <seg>
140 None
141 </seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="vino-server">
151 <term><command>vino-server</command></term>
152 <listitem>
153 <para>
154 is the <application>Vino</application> VNC server.
155 </para>
156 <indexterm zone="vino vino-server">
157 <primary sortas="b-vino-server">vino-server</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 </variablelist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.