From 483eebc8938f96a1848cf9b8492cf55fe0307913 Mon Sep 17 00:00:00 2001 From: Mathieu Blondel Date: Sat, 10 Jun 2006 17:30:10 +0000 Subject: Added trunk git-svn-id: http://svn.code.sf.net/p/wikipediafs/code/trunk@1 59acd704-e115-0410-a914-e735a229ed7c --- site/index.htm | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 site/index.htm (limited to 'site/index.htm') diff --git a/site/index.htm b/site/index.htm new file mode 100644 index 0000000..b9dd76e --- /dev/null +++ b/site/index.htm @@ -0,0 +1,61 @@ + + + +WikipediaFS, a virtual file system for Wikipedia + + + + +

Page française

+ +

WikipediaFS

+ +

WikipediaFS is a mountable Linux virtual file system that enables you to deal with Wikipedia articles as though they were real files on your hard drive.

+ +

You can thus view and edit articles from your favourite text editor and benefit from its advantages (search & replace, wiki syntax highlighting, macros...) or drag and drop files from your computer to Wikipedia (and vice-versa).

+ +

Although WikipediaFS is already usable, no file release has been published yet. We invite people wanting to test the program or help to read « Download and Installation ».

+ +

It is free software, covered by the GNU General Public License and provided without any warranty of any kind.

+ +

Features

+ + + +

Download and Installation

+ +

First, get the source code from the CVS.

+
+cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/wikipediafs login
+ 
+cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/wikipediafs co -P wikipediafs
+
+

Then, read the INSTALL file for further explanations.

+ +

Developement

+ +

WikipediaFS is written in Python and uses Fuse and its Python bindings.

+ +

Feel free to report bugs or send patches !

+ +

Related links

+ + + +
+

Copyrigth 2005 Mathieu Blondel (mblondel à users point sourceforge point net). Hosting graciously offered by Sourceforge.

+ + + -- cgit