Commit graph

4 commits

Author SHA1 Message Date
mef
464568d21b Updated to filesystems/fuse-wikepediafs-0.4
-------------------------------------------
=== WikipediaFS 0.4 ===
2010-05-12 Zephaniah E. Loss-Cutler-Hull <mercury@users.sourceforge.net>
- If a write attempt fails, try to log back in once and writing again,
  instead of immediately failing.
- Additional debugging under the debug log level.
- Support for the new login controls for MediaWiki 1.15.3.

2009-09-17 Zephaniah E. Loss-Cutler-Hull <mercury@users.sourceforge.net>
- Added a "login-cache-time" option in the config file in order to
  control how long we cache the login session.
- Report mtime for stats of files.
- Report back to the application when a write fails, to prevent data
  loss.
- Quite a bit of additional debug logging, if you turn debug logging on.

2009-03-27 Mathieu Blondel <mblondel@users.sourceforge.net>
- Made logging more flexible (user.py).

2008-09-17 Mathieu Blondel <mblondel@users.sourceforge.net>
- Added a "domain" option in the config file in order to add support
for LDAP/AD authentication. Patch by Matthieu Moy and Hannes H旦rl.
Fixes #1745542.

2007-05-30 Mathieu Blondel <mblondel@users.sourceforge.net>
- Set default cache time if article-cache-time is not present in config.

2007-05-27 Mathieu Blondel <mblondel@users.sourceforge.net>

- Fixed the problem with articles having special characters like & (article.py).
- Made the man page optional in the install process (setup.py).
- Check invalid characters in article name. (fs.py)
2016-04-15 14:28:08 +00:00
agc
b063b17466 Add SHA512 digests for distfiles for filesystems category
Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden).  Existing SHA1
digests retained for now as an audit trail.
2015-11-03 00:14:59 +00:00
wiz
4e5d63ae61 Use the python infrastructure.
Installs compiled python objects, so add them to PLIST and bump
PKGREVISION.

Replace patch-aa with better SUBST framework usage.
2008-07-04 14:27:26 +00:00
agc
3ac6736a49 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.
2007-08-09 21:42:52 +00:00