goofs 0.7.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News goofs 0.7.2 (Default branch)
# 1  
Old 03-02-2009
goofs 0.7.2 (Default branch)

goofs is filesystem in userspace (FUSE) that aims to expose Google services such as Picasa images, contacts, blogs, documents, spreadsheets, presentations, calendars, etc. It is written using the Java binding for FUSE, FUSE-J, together with gdata-java-client.License: GNU General Public License (GPL)Changes:
This release adds more support for Google documents. You could previously save new documents to the cloud, but could not export existing document content to the filesystem. This has been fixed. Your documents can now be exported to the filesystem in all the formats supported by Google docs. Overriding the default export formats (odt, ods, and ppt) is supported. You can also re-export a document by renaming it with a different file extension.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
FUSERMOUNT(1)						  Filesystem in Userspace (FUSE)					     FUSERMOUNT(1)

NAME
fusermount - mount and unmount FUSE filesystems SYNOPSIS
fusermount [OPTIONS] MOUNTPOINT DESCRIPTION
Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. fusermount is a program to mount and unmount FUSE filesystems. OPTIONS
-h print help. -V print version. -o OPTION[,OPTION...] mount options. -u unmount. -q quiet. -z lazy unmount. SEE ALSO
mount(8), mount.fuse(8), ulockmgr_server(1). HOMEPAGE
More information about fusermount and the FUSE project can be found at <http://fuse.sourceforge.net/>. AUTHOR
FUSE was written by Miklos Szeredi <miklos@szeredi.hu>. This manual page was written by Daniel Baumann <daniel.baumann@progress-technologies.net>. 2.8.6 2011-10-23 FUSERMOUNT(1)