<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.agency/index.php?action=history&amp;feed=atom&amp;title=WikipediaFS</id>
		<title>WikipediaFS - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.agency/index.php?action=history&amp;feed=atom&amp;title=WikipediaFS"/>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=WikipediaFS&amp;action=history"/>
		<updated>2026-04-14T02:59:58Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://wiki.agency/index.php?title=WikipediaFS&amp;diff=6750&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=WikipediaFS&amp;diff=6750&amp;oldid=prev"/>
				<updated>2018-11-04T19:17:36Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 19:17, 4 November 2018&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://wiki.agency/index.php?title=WikipediaFS&amp;diff=6749&amp;oldid=prev</id>
		<title>129.94.14.74: spelling</title>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=WikipediaFS&amp;diff=6749&amp;oldid=prev"/>
				<updated>2018-06-25T07:22:09Z</updated>
		
		<summary type="html">&lt;p&gt;spelling&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = WikipediaFS&lt;br /&gt;
| caption                =&lt;br /&gt;
| developer              = Mathieu Blondel&lt;br /&gt;
| released               = {{Start date and age|2006|06|11|df=yes}}&lt;br /&gt;
| latest_release_version = 0.4&lt;br /&gt;
| latest_release_date    = {{release date and age|2010|08|02|df=yes}}&lt;br /&gt;
| latest_preview_version = r75&amp;lt;ref name=sfsvn&amp;gt;http://sourceforge.net/p/wikipediafs/code/log&amp;lt;/ref&amp;gt;&lt;br /&gt;
| latest_preview_date    = {{release date and age|2015|07|10|df=yes}}&amp;lt;ref name=sfsvn /&amp;gt;&lt;br /&gt;
| status                 = Unmaintained&lt;br /&gt;
| programming_language   = [[Python (Programming Language)|Python]]&lt;br /&gt;
| operating_system       = [[Mac OS X]], [[Linux]], [[FreeBSD]]&lt;br /&gt;
| genre                  = [[Filesystem]]&lt;br /&gt;
| license                = [[GNU GPL]]&lt;br /&gt;
| website                = {{URL|http://wikipediafs.sourceforge.net/}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;WikipediaFS&amp;#039;&amp;#039;&amp;#039; is a [[virtual filesystem]] which allows users to view and edit the articles of any [[MediaWiki]]-based site as if they were real [[Computer file|files]] on a local [[disk drive]]. This enables a user to edit articles directly with any [[text editor]].&amp;lt;ref&amp;gt;{{cite web |first=Jason |last=Striegel |title=WikipediaFS – a Linux MediaWiki file-system |publisher=MAKE |date=6 May 2007 |url=http://blog.makezine.com/2007/05/06/wikipediafs-a-linux-mediawiki/ |accessdate=2012-02-10}}&amp;lt;/ref&amp;gt; WikipediaFS is developed primarily by Mathieu Blondel on [[SourceForge.net]].&amp;lt;ref name=mblondel2007&amp;gt;{{cite web |url=http://www.mblondel.org/journal/2007/05/27/wikipediafs-03-released/ |archive-url=https://web.archive.org/web/20120218223109/http://www.mblondel.org/journal/2007/05/27/wikipediafs-03-released/ |date=2007-05-27 |archive-date=2012-02-18 |accessdate=2016-04-17 |title=WikipediaFS 0.3 released |work=www.mblondel.org/journal/ Mathieu&amp;#039;s log: Machine Learning, Data Mining, Natural Language Processing...... }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
WikipediaFS is implemented in [[Python programming language|Python]] and uses the [[FUSE (linux)|FUSE]] [[Module (Linux)|kernel module]]. The file system works by [[lazy evaluation|lazily]] downloading and uploading article sourcetexts &amp;amp;mdash; 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.)&lt;br /&gt;
&lt;br /&gt;
==Advantages==&lt;br /&gt;
&lt;br /&gt;
* Editing a long Wikipedia article can sometimes turn out to be painful and time-consuming due to web-forms limitations. Instead, when WikipediaFS is mounted on a directory, articles become like real files in that directory: it is thus possible to use a text-editor to edit files. Text-editors are generally more stable and less sluggish than browsers and have useful features such as spell checking and wiki [[syntax highlighting]].&lt;br /&gt;
* It is possible to write programs or bots transparently as if they dealt with simple files because WikipediaFS takes care of the HTTP layer. For example, WikipediaFS could be used to perform a massive [[content migration]] from one MediaWiki site to another.&lt;br /&gt;
&lt;br /&gt;
==Disadvantages==&lt;br /&gt;
* The project has been without maintainer since 2007.&lt;br /&gt;
* It is difficult to go from page to page as the user must know in advance the name of the page to edit - WikipediaFS does not locally know what pages/files do or do not exist.&lt;br /&gt;
* Software has been since deprecated&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Wikifs]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*{{Official website|http://wikipediafs.sourceforge.net}}&lt;br /&gt;
*[http://www.mediawiki.org/wiki/Manual:External_editors MediaWiki Manual:External editors]&lt;br /&gt;
*[http://www.mobiphil.com/2009/07/wikipediafs-proposal-for-improvement proposals for improvement]&lt;br /&gt;
*[https://gitlab.com/mcepl/wikipediafs Collection of all available patches on GitLab.]&lt;br /&gt;
&lt;br /&gt;
[[Category:Wikipedia]]&lt;/div&gt;</summary>
		<author><name>129.94.14.74</name></author>	</entry>

	</feed>