source: archive/gnome/gnome-user-share.xml@ 48b59802

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.9 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-user-share-download-http
8 "&gnome-download-http;/gnome-user-share/3.0/gnome-user-share-&gnome-user-share-version;.tar.xz">
9 <!ENTITY gnome-user-share-download-ftp
10 "&gnome-download-ftp;/gnome-user-share/3.0/gnome-user-share-&gnome-user-share-version;.tar.xz">
11 <!ENTITY gnome-user-share-md5sum "dff4e0eb468e61f3de4a2e6843c7d679">
12 <!ENTITY gnome-user-share-size "996 KB">
13 <!ENTITY gnome-user-share-buildsize "10 MB">
14 <!ENTITY gnome-user-share-time "0.1 SBU">
15]>
16
17<sect1 id="gnome-user-share" xreflabel="gnome-user-share-&gnome-user-share-version;">
18 <?dbhtml filename="gnome-user-share.html"?>
19
20 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>gnome-user-share-&gnome-user-share-version;</title>
25
26 <indexterm zone="gnome-user-share">
27 <primary sortas="a-gnome-user-share">gnome-user-share</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to GNOME User Share</title>
32
33 <para>
34 The <application>GNOME User Share</application> package allows easy
35 user-level file sharing via WebDAV or ObexFTP. The shared files are
36 announced on the network by <application>Avahi</application>.
37 </para>
38
39 &lfs72_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gnome-user-share-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gnome-user-share-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gnome-user-share-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gnome-user-share-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gnome-user-share-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gnome-user-share-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">GNOME User Share Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gnome-bluetooth"/>,
80 <xref linkend="libcanberra"/> and
81 <xref linkend="yelp-xsl"/>
82 </para>
83
84 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
85 <para role="required">
86 <xref linkend="mod_dnssd"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="nautilus"/>
92 </para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/gnome-user-share"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of GNOME User Share</title>
101
102 <para>
103 Install <application>GNOME User Share</application> by running
104 the following commands:
105 </para>
106
107<screen><userinput>./configure --prefix=/usr \
108 --sysconfdir=/etc \
109 --libexecdir=/usr/lib/gnome-user-share \
110 --with-modules-path=/usr/lib/apache &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 This package does not come with a test suite.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Libraries</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>
135 gnome-file-share-properties and gnome-user-share
136 </seg>
137 <seg>
138 None
139 </seg>
140 <seg>
141 /usr/lib/gnome-user-share,
142 /usr/share/gnome-user-share and
143 /usr/share/help/*/gnome-user-share
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="gnome-file-share-properties">
154 <term><command>gnome-file-share-properties</command></term>
155 <listitem>
156 <para>
157 is a tool used to manage shares.
158 </para>
159 <indexterm zone="gnome-user-share gnome-file-share-properties">
160 <primary sortas="b-gnome-file-share-properties">gnome-file-share-properties</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 </variablelist>
166
167 </sect2>
168
169</sect1>
Note: See TracBrowser for help on using the repository browser.