GitXplorerGitXplorer
t

wikipediafs

public
11 stars
3 forks
1 issues

Commits

List of commits on branch master.
Unverified
e9aeec4d424ae0c59ce7b161f7624ec8423cfe3f

support cookie_str in config file

ttomclegg committed 13 years ago
Unverified
db2685b2d2b9a58b948a0501c2136d7c81118ab4

Require the username for make_release.sh.

committed 14 years ago
Unverified
9814ed627eb5fe0266d7dd2b0896a75564904d26

Update ChangeLog and NEWS with user visible changes for 0.4.

committed 14 years ago
Unverified
eddc8f5019c0400918f27f5ebbca10863517b0df

Add my name to the authors file.

committed 14 years ago
Unverified
47e3f0dadb16e76721cf7584f7e5a31429ff31ad

Allow users other than mblondel to do releases.

committed 14 years ago
Unverified
8053783209194a2f333bce2e624aaa02c0d8a987

Remove some trailing white space.

committed 15 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