create repository to call wikidiff2 from python.
This commit is contained in:
parent
9234d256bf
commit
43ce33153e
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "mediawiki-php-wikidiff2"]
|
||||||
|
path = mediawiki-php-wikidiff2
|
||||||
|
url = git@github.com:wikimedia/mediawiki-php-wikidiff2.git
|
@ -1,3 +1,9 @@
|
|||||||
# pywikidiff2
|
# pywikidiff2
|
||||||
|
|
||||||
Python module providing interface to wikidiff2 for SOTA wikitext diffs.
|
Python module providing interface to wikidiff2 for SOTA wikitext diffs.
|
||||||
|
|
||||||
|
# Building
|
||||||
|
|
||||||
|
This is a thin wrapper around the wikidiff2 source code. If you didn't already run `git clone --recursive ...` when you cloned this repository, run
|
||||||
|
|
||||||
|
`git submodule update --recursive`.
|
||||||
|
1
mediawiki-php-wikidiff2
Submodule
1
mediawiki-php-wikidiff2
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 8639762681cb05aabb644743fee715fabe1263d4
|
Loading…
Reference in New Issue
Block a user