summaryrefslogtreecommitdiff
path: root/filesystems/fuse-wikipediafs/DESCR
diff options
context:
space:
mode:
authoragc <agc>2007-08-09 21:42:52 +0000
committeragc <agc>2007-08-09 21:42:52 +0000
commit2ed6b210a11e83e62f41cc8bafc940524d4e37bd (patch)
tree6292a303b1d20ff2c67ed1b336f49b00539a6785 /filesystems/fuse-wikipediafs/DESCR
parent6c1aa9201483d9751cf08de263de69565cc149a6 (diff)
downloadpkgsrc-2ed6b210a11e83e62f41cc8bafc940524d4e37bd.tar.gz
Initial import of wikipediafs-0.3 into the Packages Collection.
WikipediaFS is a mountable virtual file system that allows to read and edit articles from Wikipedia (or any Mediawiki-based site) as if they were real files. It is thus possible to view and edit articles using your favourite text-editor. Text-editors tend to be more convenient than a simple browser form when it comes to editing large texts and they generally include useful features such as Mediawiki syntax highlighting and spell checking. Advanced usage of WikipediaFS includes easy development of scripts and bots. Programs simply have to deal with normal files because this is WikipediaFS which takes care of the HTTP layer. For example, it would be possible to use WikipediaFS to perform a massive content migration from an existing site to a Mediawiki. Features * Reading and editing articles, including subpages. * User * configuration : add your own Mediawiki. * Editing with your login * HTTPS, HTTP authentication, proxy.
Diffstat (limited to 'filesystems/fuse-wikipediafs/DESCR')
-rw-r--r--filesystems/fuse-wikipediafs/DESCR22
1 files changed, 22 insertions, 0 deletions
diff --git a/filesystems/fuse-wikipediafs/DESCR b/filesystems/fuse-wikipediafs/DESCR
new file mode 100644
index 00000000000..da1a59f902b
--- /dev/null
+++ b/filesystems/fuse-wikipediafs/DESCR
@@ -0,0 +1,22 @@
+WikipediaFS is a mountable virtual file system that allows to read and
+edit articles from Wikipedia (or any Mediawiki-based site) as if they
+were real files.
+
+It is thus possible to view and edit articles using your favourite
+text-editor. Text-editors tend to be more convenient than a simple
+browser form when it comes to editing large texts and they generally
+include useful features such as Mediawiki syntax highlighting and
+spell checking.
+
+Advanced usage of WikipediaFS includes easy development of scripts and
+bots. Programs simply have to deal with normal files because this is
+WikipediaFS which takes care of the HTTP layer. For example, it would
+be possible to use WikipediaFS to perform a massive content migration
+from an existing site to a Mediawiki.
+
+Features
+
+ * Reading and editing articles, including subpages.
+ * User * configuration : add your own Mediawiki.
+ * Editing with your login
+ * HTTPS, HTTP authentication, proxy.