GitXplorerGitXplorer
t

wikipediafs

public
11 stars
3 forks
1 issues

Commits

List of commits on branch master.
Unverified
4d810377f49ed67e4c12fea08bbf3a6b7cca2a1d

If the write attempt fails, try logging in again and writing again.

committed 15 years ago
Unverified
a5f195f967ddcd0408f35c85da8499b601e7fe74

I would like to break this up more, but it's a big mess. But this fixes a fair

committed 15 years ago
Unverified
47e7c76fda6cfc8a507a72dfff21718ba69cba19

Made logging more flexible in user.py

committed 16 years ago
Unverified
1889b592234ebd888c0d79d874479e293519914e

Added link to WikipediaFS emacs mode.

committed 16 years ago
Unverified
87d395ed855c71c771fcc13a0d4b93350defe6f1

Updated contributors.

committed 16 years ago
Unverified
180fe3a8f5e9dc5e42f84cbfb6f57e2236baff55

- Added a "domain" option in the config file in order to add support

committed 16 years ago

README

The README file for this repository.

WikipediaFS

View and edit Wikipedia articles as if they were real files.

Requirements

Python 2.4 http://www.python.org Fuse 2.6.3 http://fuse.sourceforge.net Fuse-python 0.2 http://fuse.sourceforge.net/wiki/index.php/FusePython

Install

($ su)

python setup.py install

Manual

$ man mount.wikipediafs

The manual page describes in details the configuration file, mount/umount and sample usage. It is also available as HTML in doc/.

Troubleshooting

** I get the "fuse: reading device: Bad file descriptor" error

The fuse module is probably not loaded:

To test if it is loaded:

lsmod | grep fuse

To load it:

modprobe fuse

Add fuse to /etc/modules if you want this module to be loaded at boot.

** I get the "mount: unknown filesystem type 'wikipediafs'" error

Try this:

ln -s /usr/bin/mount.wikipediafs /sbin/mount.wikipediafs

** Other

The FAQ available on the official Fuse website is probably worth reading. URL : http://fuse.sourceforge.net/

License

WikipediaFS is distributed under the terms of the GNU General Public License. See the COPYING file for more information.

Related projects

WikipediaFS emacs mode: http://www.emacswiki.org/emacs/WikipediaFs