aboutsummaryrefslogtreecommitdiffstats
path: root/site/index.htm
diff options
context:
space:
mode:
authorMathieu Blondel <mathieu@mblondel.org>2006-06-10 17:30:10 +0000
committerMathieu BlondelMathieu Blondel <mathieu@mblondel.orgmathieu@mblondel.org>2006-06-10 17:30:10 +0000
commit483eebc8938f96a1848cf9b8492cf55fe0307913 (patch)
tree77c71cd0f9fd44e1a8864104971a166872818c0f /site/index.htm
downloadwikipediafs-483eebc8938f96a1848cf9b8492cf55fe0307913.tar.gz
Added trunk
git-svn-id: http://svn.code.sf.net/p/wikipediafs/code/trunk@1 59acd704-e115-0410-a914-e735a229ed7c
Diffstat (limited to 'site/index.htm')
-rw-r--r--site/index.htm61
1 files changed, 61 insertions, 0 deletions
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 @@
+<html>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8;"/>
+<title>WikipediaFS, a virtual file system for Wikipedia</title>
+<style>
+body { background-color: white; }
+h1, h2, h3 { font-family: sans; color: #000000; }
+</style>
+</head>
+<body>
+
+<p><a href="index_fr.htm" title="Page française">Page française</a></p>
+
+<h1>WikipediaFS</h1>
+
+<p>WikipediaFS is a mountable Linux virtual file system that enables you to deal with <a href="http://www.wikipedia.org">Wikipedia</a> articles as though they were real files on your hard drive.</p>
+
+<p>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).</p>
+
+<p>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 ».</p>
+
+<p>It is <a href="http://www.gnu.org/philosophy/free-sw.html">free software</a>, covered by the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a> and provided without any warranty of any kind.</p>
+
+<h2>Features</h2>
+
+<ul>
+<li>Support for usual file systems commands : cd, ls, cat, cp, mv, rm, pipe and redirection.</li>
+<li>Read and edit Wikipedia articles.</li>
+<li>Tested with emacs, vi, kate, gedit and leaf text editors.</li>
+<li>Working with Fuse 2.2.1 and Fuse 1.3.</li>
+<li>User configuration (cache time, sites).</li>
+<li>Login to enable editing with one's username.</li>
+</ul>
+
+<h2>Download and Installation</h2>
+
+<p>First, get the source code from the CVS.</p>
+<pre>
+cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/wikipediafs login
+
+cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/wikipediafs co -P wikipediafs
+</pre>
+<p>Then, read the INSTALL file for further explanations.</p>
+
+<h2>Developement</h2>
+
+<p>WikipediaFS is written in <a href="http://www.python.org">Python</a> and uses <a href="http://fuse.sourceforge.net">Fuse</a> and its Python bindings.</p>
+
+<p>Feel free to report bugs or send patches !</p>
+
+<h2>Related links</h2>
+
+<ul>
+<li><a href="http://sourceforge.net/projects/wikipediafs/">WikipediaFS project homepage at Sourceforge</a>.</li>
+</ul>
+
+<hr />
+<p>Copyrigth 2005 Mathieu Blondel (mblondel à users point sourceforge point net). Hosting graciously offered by <a href="http://www.sourceforge.net">Sourceforge</a>.</p>
+
+</body>
+</html>