From 405dfa316fef9e75acf7eb36ed5cbe354e73fb00 Mon Sep 17 00:00:00 2001 From: Dennis Diefenbach Date: Mon, 20 Dec 2021 15:23:24 +0100 Subject: [PATCH] Point in the README to alternatives --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9ecd482..f9c0550 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,6 @@ Import a list of entities printed by another program: ``` printf 'Q%s\n' {1..20} {100..120} | php maintenance/importEntities.php --stdin ``` +Alternatives +------------ +- [WikibaseSync](https://github.com/the-qa-company/WikibaseSync) (advantages: can be run from any client not only from the server, entities can be keept in sync, external link to the imported entities)