gnomeweb-wml r5901 - trunk/www.gnome.org/start/2.22/docbook/C



Author: davyd
Date: Thu Feb 28 23:06:29 2008
New Revision: 5901
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=5901&view=rev

Log:
GVFS stuff from davidz


Modified:
   trunk/www.gnome.org/start/2.22/docbook/C/rndevelopers.xml
   trunk/www.gnome.org/start/2.22/docbook/C/rnusers.xml

Modified: trunk/www.gnome.org/start/2.22/docbook/C/rndevelopers.xml
==============================================================================
--- trunk/www.gnome.org/start/2.22/docbook/C/rndevelopers.xml	(original)
+++ trunk/www.gnome.org/start/2.22/docbook/C/rndevelopers.xml	Thu Feb 28 23:06:29 2008
@@ -68,21 +68,25 @@
 		</para>
 
 		<para>
-			GVFS also offers a FUSE mountpoint in <filename>~/.gfvs/</filename>
+			GVFS also offers a FUSE mountpoint in <filename>~/.gvfs/</filename>
 			so that GVFS mounts can be exposed to legacy applications utilising
 			standard POSIX IO.
 		</para>
 
 		<para>
-			GVFS utilises the new
-			<ulink href="http://www.freedesktop.org/wiki/Specifications/trash-spec";>
-			Desktop Trash Can</ulink> specification from freedesktop.org. Unlike
+			Unlike
 			GNOME-VFS, connections in GVFS are stateful. This means that a user only
 			needs to enter his or her password once, not over and over again for each
 			successive connection.
 		</para>
 
 		<para>
+			With the switch to GVFS, automounting and autostart are now handled
+			directly by <application>Nautilus</application> rather than
+			gnome-volume-manager.
+		</para>
+
+		<para>
 			API documentation for using GIO is
 			<ulink href="http://library.gnome.org/devel/gio/unstable/";>available
 			online</ulink> along with migration guides for moving from POSIX IO and
@@ -98,11 +102,9 @@
 				GNOME-VFS there are currently some feature regressions. Most notably:
 			</para>
 			<itemizedlist>
-				<listitem><para>no FTP support;</para></listitem>
-				<listitem><para>no network://, fonts:// or themes://
-												targets; and</para></listitem>
-				<listitem><para>no <guilabel>Connect To...</guilabel>
-												dialog.</para></listitem>
+				<listitem><para>no FTP support; and</para></listitem>
+				<listitem><para>no fonts:// or themes://
+												targets.</para></listitem>
 			</itemizedlist>
 			<para>
 				These issues will be fixed as soon as possible. There are also some

Modified: trunk/www.gnome.org/start/2.22/docbook/C/rnusers.xml
==============================================================================
--- trunk/www.gnome.org/start/2.22/docbook/C/rnusers.xml	(original)
+++ trunk/www.gnome.org/start/2.22/docbook/C/rnusers.xml	Thu Feb 28 23:06:29 2008
@@ -62,6 +62,19 @@
 			files.
 		</para>
 		<para>
+			Some new protocols are also available. <filename>cdda://</filename> will
+			show all of the audio tracks on a CD, available was WAV files.
+			<filename>gphoto2://</filename> will give you access to any connected
+			digital cameras.
+		</para>
+		<para>
+			GNOME's <application>File Manager</application> is now smarter about
+			removable media, and will show you an information bar with possible
+			actions when you insert removable media or
+			browse to a folder from a removable drive.
+		</para>
+		<!-- FIXME : awesome screenshot of cluebar -->
+		<para>
 			Technical information about GVFS is available in <xref
 			linkend="sect:gvfs-gio" /> of the What's New For Developers section.
 		</para>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]