diff options
author | Mathieu Blondel <mathieu@mblondel.org> | 2007-05-07 20:51:52 +0000 |
---|---|---|
committer | Mathieu BlondelMathieu Blondel <mathieu@mblondel.orgmathieu@mblondel.org> | 2007-05-07 20:51:52 +0000 |
commit | 4e39075f74cdbd06b3c56f934ff690a5ff720b6e (patch) | |
tree | af707d05d468f9d01af207328b9116cb1639a34c /site | |
parent | bfc8cc3a3d91f57adbcb30488994cbcca5a098a1 (diff) | |
download | wikipediafs-4e39075f74cdbd06b3c56f934ff690a5ff720b6e.tar.gz |
Updated with the current status.
git-svn-id: http://svn.code.sf.net/p/wikipediafs/code/trunk@15 59acd704-e115-0410-a914-e735a229ed7c
Diffstat (limited to 'site')
-rw-r--r-- | site/index.htm | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/site/index.htm b/site/index.htm index 18e7e3b..421e3a5 100644 --- a/site/index.htm +++ b/site/index.htm @@ -47,8 +47,27 @@ area</a></p> <p>See the <a href="README.txt">README</a> file and the <a href="mount.wikipediafs.htm">manual page</a>.</p> -<p>For convenience, you can download fuse python bindings <a -href="python-fuse-2.5.tar.bz2">here</a>. +<h2>Current status</h2> + +<p>For short:</p> + +<ul> +<li>WikipediaFS depends on the python bindings for fuse. Unfortenately, previous +stable releases are not available from the <a +href="http://fuse.sourceforge.net/wiki/index.php/FusePython">official +web site</a> anymore.</li> +<li>The development version, which is the only currently available from the +the official web site, is not compatible with WikipediaFS. Don't use it +with WikipediaFS!</li> +<li>Our policy is to wait until +the bindings get released before making WikipediaFS compatible with +them.</li> +<li>In the interim, the <a href="python-fuse-2.5.tar.bz2">following</a> package +of the bindings, which comes from Debian, may work for you.</li> +<li>Debian is currently the distribution that has probably the best support for +WikipediaFS. WikipediaFS is currently packaged in Debian using previous +releases of the bindings.</li> +</ul> <h2>Related links</h2> |