1
0

create repository to call wikidiff2 from python.

This commit is contained in:
Nathan TeBlunthuis 2025-07-04 20:52:35 -07:00
parent 9234d256bf
commit 43ce33153e
3 changed files with 11 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "mediawiki-php-wikidiff2"]
path = mediawiki-php-wikidiff2
url = git@github.com:wikimedia/mediawiki-php-wikidiff2.git

View File

@ -1,3 +1,9 @@
# 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`.

@ -0,0 +1 @@
Subproject commit 8639762681cb05aabb644743fee715fabe1263d4