Commit Graph

1133 Commits (master)
 

Author SHA1 Message Date
Daniel Oaks 376e8a11a3 Avoid out-of-memory error in two extra places 9 years ago
Emilio J. Rodríguez-Posada 1fa4f15e45 Update README.md 9 years ago
emijrp dde7eb90ba wiki.wiki info 9 years ago
emijrp 8048b92029 adding wiki.wiki wikifarm list 9 years ago
emijrp e30cd44384 new wikifarm list of wikis 9 years ago
emijrp d44db951c2 update date 9 years ago
emijrp 64c30f2b50 updating neoseeker list and sorting, +1 new wiki 9 years ago
nemobis b2d3239027 Merge pull request #254 from Southparkfan/master
Add Miraheze wiki farm
9 years ago
Southparkfan ebffb99f48 Add Miraheze wiki farm 9 years ago
Hydriz Scholz cf8a27b52f Merge pull request #248 from TimSC/retry
Improve retry logic
9 years ago
Hydriz Scholz 1550d3755d Update orain.org wiki list 9 years ago
Tim 9453f67e59 Fix tests 9 years ago
Tim 8d07d48e44 Merged 9 years ago
Tim Sheerman-Chase 877b736cd2 Merge branch 'retry' of https://github.com/TimSC/wikiteam into retry 9 years ago
Tim Sheerman-Chase 6716ceab32 Fix tests 9 years ago
Tim Sheerman-Chase 52bf810ea3 Fixed some tests but at least one other is broken 9 years ago
Tim Sheerman-Chase 5cb2ecb6b5 Attempting to fix missing config in tests 9 years ago
Tim 93bc29f2d7 Fix syntax errors 9 years ago
Tim d5a1ed2d5a Fix indentation, use classic string formating 9 years ago
Hydriz Scholz b5e4077ffb Fix KeyError for integration tests 9 years ago
Hydriz Scholz 30b67c44f4 Remove Banana Dance 9 years ago
Tim Sheerman-Chase 8380af5f24 Improve retry logic 9 years ago
Emilio J. Rodríguez-Posada 0f456208f1 Update README.md 9 years ago
emijrp d0f7f83ee5 reading from IA 9 years ago
nemobis 344d74dc9d Add warning for those who missed the issue 9 years ago
nemobis cc5f9ea0a6 Update 2014 done list URL; spotted by emijrp 9 years ago
nemobis ba903682ce Merge pull request #240 from PiRSquared17/logo-uploader
Save and upload logos in uploader.py
9 years ago
PiRSquared17 fadd7134f7 What I meant to do, ugh 9 years ago
PiRSquared17 1b2e83aa8c Fix minor error with normpath call 9 years ago
nemobis 7ad89fc226 Merge pull request #245 from PiRSquared17/path-parse-norm
Normalize path/foo/ to path/foo, so -2, etc. work (fixes #244)
9 years ago
PiRSquared17 5db9a1c7f3 Normalize path/foo/ to path/foo, so -2, etc. work (fixes #244) 9 years ago
PiRSquared17 6b2c5a6915 Fix license URL, misc. 9 years ago
PiRSquared17 0fa6085a2a Merge branch 'master' of https://github.com/WikiTeam/wikiteam into logo-uploader 9 years ago
Federico Leva 918fe060d0 Merge branch 'nemobis-2015/iterators' 9 years ago
Federico Leva 2b78bfb795 Merge branch '2015/iterators' of git://github.com/nemobis/wikiteam into nemobis-2015/iterators
Conflicts:
	requirements.txt
9 years ago
Federico Leva d4fd745498 Actually allow resuming huge or broken XML dumps
* Log "XML export on this wiki is broken, quitting." to the error
  file so that grepping reveals which dumps were interrupted so.
* Automatically reduce export size for a page when downloading the
  entire history at once results in a MemoryError.
* Truncate the file with a pythonic method (.seek and .truncate)
  while reading from the end, by making reverse_readline() a weird
  hybrid to avoid an actual coroutine.
9 years ago
Federico Leva 9168a66a54 logerror() wants unicode, but readTitles etc. give bytes
Fixes #239.
9 years ago
Federico Leva 632b99ea53 Merge branch '2015/iterators' of https://github.com/nemobis/wikiteam into nemobis-2015/iterators 9 years ago
PiRSquared17 109528384b Save and upload logos in uploader.py 9 years ago
nemobis 4e57430605 Merge pull request #238 from WikiTeam/PiRSquared17-patch-1
Set verbose=True for upload
9 years ago
PiRSquared17 cb005516b2 Set verbose=True for upload
This makes it show progress.
9 years ago
nemobis 4fce244d4a Merge pull request #237 from WikiTeam/uploader-ia-wrapper
Port uploader.py to use internetarchive package
9 years ago
PiRSquared17 29ee59c925 Add internetarchive requirement
Add internetarchive
9 years ago
PiRSquared17 905511f996 Port uploader.py to use internetarchive package
Remove curl stuff and replace with internetarchive pip package (or https://github.com/jjjake/ia-wrapper) API
9 years ago
nemobis ff2cdfa1cd Merge pull request #236 from PiRSquared17/fix-server-check-api
Catch KeyError to fix server check
9 years ago
nemobis 0b25951ab1 Merge pull request #224 from nemobis/2015/issue26
Issue #26: Local "Special" namespace, actually limit replies
9 years ago
PiRSquared17 03db166718 Catch KeyError to fix server check 9 years ago
nemobis 213687011e Merge pull request #235 from PiRSquared17/truncate-file-utf8
Make filename truncation work with UTF-8
9 years ago
PiRSquared17 f80ad39df0 Make filename truncation work with UTF-8 9 years ago
PiRSquared17 90bfd1400e Merge pull request #229 from PiRSquared17/fix-zwnbsp-bom
Strip ZWNBSP (U+FEFF) Byte-Order Mark from JSON/XML
9 years ago