aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix: convert from setup.py to setup.cfgMatěj Cepl2024-09-042-6/+2
* WIP: some loggingMatěj Cepl2024-09-043-1/+5
* Run 2to3 on the Python filesMatěj Cepl2024-09-048-171/+168
* Fix login on wikimedia foundation sites; fix test case in article.py.C. Scott Ananian2024-09-042-18/+34
* Make logins less touchy to cookie changes.0.4.0Mathieu Blondel2015-07-101-15/+19
* Remove some trailing white space.Mathieu Blondel2010-05-121-20/+59
* If the write attempt fails, try logging in again and writing again.Mathieu Blondel2010-05-121-2/+7
* I would like to break this up more, but it's a big mess. But this fixes a fairMathieu Blondel2009-09-174-48/+114
* Made logging more flexible in user.pyMathieu Blondel2009-03-272-18/+41
* - Added a "domain" option in the config file in order to add supportMathieu Blondel2008-09-173-2/+9
* 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