mirror of
https://github.com/WikiTeam/wikiteam
synced 2024-11-04 12:00:28 +00:00
removing some old #fix comments; moving TODO to Issues section at Google Code;
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@119 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
This commit is contained in:
parent
88cbc0e871
commit
d6c1a773a0
@ -26,14 +26,6 @@ import time
|
||||
import urllib
|
||||
import urllib2
|
||||
|
||||
# todo:
|
||||
# curonly and all history (curonly si puede acumular varias peticiones en un solo GET, ara full history pedir cada pagina una a una)
|
||||
# usar api o parsear html si no está disponible
|
||||
# http://www.mediawiki.org/wiki/Manual:Parameters_to_Special:Export
|
||||
# Special:Log? uploads, account creations, etc
|
||||
# download Special:Version to save whch extension it used
|
||||
# que guarde el index.php (la portada) como index.html para que se vea la licencia del wiki abajo del todo
|
||||
|
||||
def truncateFilename(other={}, filename=''):
|
||||
return filename[:other['filenamelimit']] + md5.new(filename).hexdigest() + '.' + filename.split('.')[-1]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user