|
Softwares ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Main /
Google-Docs-as-File-SystemMain.Google-Docs-as-File-System HistoryHide minor edits - Show changes to output Changed lines 6-7 from:
Written in Python using the FUSE API, this tool should be portable across all systems to:
Written in Python using the FUSE API, this tool should be portable across all systems. Changed lines 46-47 from:
Do NOT invoke fusermount -u directly as doing this will not invoke the cleaning up of any leftover temporary files. You can ignore the following error: to:
Do NOT invoke fusermount -u directly as doing this will not invoke the cleaning up of any leftover temporary files. You can ignore the following error: Changed lines 6-7 from:
Written in Python using the FUSE API, this tool should be portable across all systems that have a FUSE implementation (including Linux, Mac OSX, and FreeBSD). to:
Written in Python using the FUSE API, this tool should be portable across all systems that have a FUSE implementation (including Linux, Mac OSX, and FreeBSD). Changed lines 6-9 from:
Written in Python using the FUSE API, this tool should be portable across all systems that have a FUSE implementation (including Linux, Mac OSX, and FreeBSD). '''Download''' - google-docs-fs-1.0rc1.tar.gz from http://code.google.com/p/google-docs-fs/downloads/list to:
Written in Python using the FUSE API, this tool should be portable across all systems that have a FUSE implementation (including Linux, Mac OSX, and FreeBSD). '''Download''' - google-docs-fs-1.0rc1.tar.gz from http://code.google.com/p/google-docs-fs/downloads/list Deleted line 12:
Deleted line 13:
Changed lines 28-30 from:
'''Installing Linux/FreeBSD to:
'''Installing on Linux/FreeBSD''' Deleted line 29:
Added lines 1-62:
(:Google1:) (:Googlemm:) ---- !!mount your Google Docs account. Written in Python using the FUSE API, this tool should be portable across all systems that have a FUSE implementation (including Linux, Mac OSX, and FreeBSD). '''Download''' - google-docs-fs-1.0rc1.tar.gz from http://code.google.com/p/google-docs-fs/downloads/list '''System Requirements '''' [@ All Systems Python >= 2.5 fuse-python >= 0.2 gdata-python >= 2.0.0 Linux/FreeBSD Fuse - Comes with most Linux distributions. Can be installed on FreeBSD through Ports. Mac OSX MacFUSE >= 2.0.3 pkg-config >= 0.23 @] '''Installing Linux/FreeBSD ''' [@ To install google-docs-fs you can simply run the setup.py script from within the untarred directory: ./setup.py install Install as root/su/sudo if you wish to install for all users. Running Use the gmount script to mount the file system: gmount directory email@address.net To umount the file system just use the gumount script as follows: gumount directory Do NOT invoke fusermount -u directly as doing this will not invoke the cleaning up of any leftover temporary files. You can ignore the following error: rm: cannot remove `/home/x/.google-docs-fs': No such file or directory as this means that there were no leftover temporary files to clean up. Supported Filetypes google-docs-fs supports the Microsoft Office filetypes: .doc .xls and .ppt @] '''Project''' - http://code.google.com/p/google-docs-fs/ ---- (:Googlemm:) |