aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Set default cache time if article-cache-time is not present in config.Mathieu Blondel2007-05-301-6/+4
* Check invalid characters in article name. (fs.py)Mathieu Blondel2007-05-271-0/+5
* article.py: encode urls. This fixes the problem with articles having specialMathieu Blondel2007-05-271-5/+7
* tell which version of the bindings is neededMathieu Blondel2007-05-261-1/+1
* Fixed a little problem in article.py. Spaces in article name must be replacedMathieu Blondel2007-05-261-2/+4
* also attempt to login when a file is writtenMathieu Blondel2007-05-241-0/+2
* small fix (just for readability)Mathieu Blondel2007-05-241-1/+1
* Fixed misindentation and left the '-s' option unhandled in mount.wikipediafs.Mathieu Blondel2007-05-241-4/+4
* - Updated README and manpage.Mathieu Blondel2007-05-221-4/+29
* removed shebang from files not meant to be executedMathieu Blondel2007-05-227-7/+0
* fix bug with mkdir at rootMathieu Blondel2007-05-221-1/+3
* - Readded mount.wikipediafs.Mathieu Blondel2007-05-211-0/+48
* small fixMathieu Blondel2007-05-211-0/+1
* Readded edit with login support.Mathieu Blondel2007-05-213-7/+32
* - mkdir (wikipedia|wiktionary|wikiquote|wikibooks|wikisource)-lang (e.g.Mathieu Blondel2007-05-212-22/+35
* - Introduced MetaDir (metadir.py).Mathieu Blondel2007-05-216-108/+475
* Added metadir.py (not finished yet).Mathieu Blondel2007-05-191-0/+239
* - Added a debug mode option in the config.Mathieu Blondel2007-05-192-1/+60
* Fixed proxy and http auth support.Mathieu Blondel2007-05-163-25/+55
* - Moved cookie support code to user.py.Mathieu Blondel2007-05-154-6/+427
* Rewrote code concerning config file and moved it to config.py.Mathieu Blondel2007-05-141-198/+51
* added module fileMathieu Blondel2007-05-141-0/+1
* added config.py (need to be worked out)Mathieu Blondel2007-05-141-0/+287