git-remote-mediawiki: replace TODO-list in comment by appropriate link
My account on Github is now used as wiki and issue tracking. This will be more flexible than in-tree management of a TODO-list. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
05a20c87ab
commit
9a7365cfa4
@ -9,20 +9,7 @@
|
|||||||
# License: GPL v2 or later
|
# License: GPL v2 or later
|
||||||
|
|
||||||
# Gateway between Git and MediaWiki.
|
# Gateway between Git and MediaWiki.
|
||||||
# https://github.com/Bibzball/Git-Mediawiki/wiki
|
# Documentation & bugtracker: https://github.com/moy/Git-Mediawiki/
|
||||||
#
|
|
||||||
# Known limitations:
|
|
||||||
#
|
|
||||||
# - Several strategies are provided to fetch modifications from the
|
|
||||||
# wiki, but no automatic heuristics is provided, the user has
|
|
||||||
# to understand and chose which strategy is appropriate for him.
|
|
||||||
#
|
|
||||||
# - Git renames could be turned into MediaWiki renames (see TODO
|
|
||||||
# below)
|
|
||||||
#
|
|
||||||
# - No way to import "one page, and all pages included in it"
|
|
||||||
#
|
|
||||||
# - Multiple remote MediaWikis have not been very well tested.
|
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use MediaWiki::API;
|
use MediaWiki::API;
|
||||||
|
Reference in New Issue
Block a user