From 9a7365cfa45637056e764f1f4759fcd34c4c1822 Mon Sep 17 00:00:00 2001 From: Matthieu Moy Date: Fri, 3 Aug 2012 10:40:23 +0200 Subject: [PATCH] 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 Signed-off-by: Junio C Hamano --- contrib/mw-to-git/git-remote-mediawiki | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/contrib/mw-to-git/git-remote-mediawiki b/contrib/mw-to-git/git-remote-mediawiki index 8647c92df8..68555d4265 100755 --- a/contrib/mw-to-git/git-remote-mediawiki +++ b/contrib/mw-to-git/git-remote-mediawiki @@ -9,20 +9,7 @@ # License: GPL v2 or later # Gateway between Git and MediaWiki. -# https://github.com/Bibzball/Git-Mediawiki/wiki -# -# 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. +# Documentation & bugtracker: https://github.com/moy/Git-Mediawiki/ use strict; use MediaWiki::API; -- 2.11.4.GIT