The topic of this article may not meet Wikipedia's notability guidelines for products and services. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.Find sources: "WikipediaFS" – news · newspapers · books · scholar · JSTOR (March 2019) (Learn how and when to remove this message)
WikipediaFS
Developer(s)Mathieu Blondel
Initial release11 June 2006; 17 years ago (2006-06-11)
Stable release
0.4 / 2 August 2010; 13 years ago (2010-08-02)
Preview release
r75[1] / 10 July 2015; 8 years ago (2015-07-10)[1]
Repository
Written inPython
Operating systemMac OS X, Linux, FreeBSD
TypeFilesystem
LicenseGNU GPL
Websitewikipediafs.sourceforge.net

WikipediaFS is a virtual filesystem which allows users to view and edit the articles of any MediaWiki-based site as if they were real files on a local disk drive. This enables a user to edit articles directly with any text editor.[2] WikipediaFS is developed primarily by Mathieu Blondel on SourceForge.net.[3]

WikipediaFS is implemented in Python and uses the FUSE kernel module. The file system works by lazily downloading and uploading article sourcetexts — only sending HTTP requests to the selected site when a file is accessed. (Reading a file corresponds to a GET HTTP request, writing to a POST HTTP request.)

Advantages

Disadvantages

See also

References

  1. ^ a b "WikipediaFS / Code Commit Log".
  2. ^ Striegel, Jason (6 May 2007). "WikipediaFS – a Linux MediaWiki file-system". MAKE. Retrieved 2012-02-10.
  3. ^ "WikipediaFS 0.3 released". www.mblondel.org/journal/ Mathieu's log: Machine Learning, Data Mining, Natural Language Processing...... 2007-05-27. Archived from the original on 2012-02-18. Retrieved 2016-04-17.