Change extension of article content file from .txt to .mw
This commit is contained in:
parent
f56f4dd789
commit
121bbaec42
2
wp2git.d
2
wp2git.d
|
@ -71,7 +71,7 @@ int main(string[] args)
|
|||
"committer " ~ committer ~ " <" ~ committer ~ "@" ~ language ~ ".wikipedia.org> " ~ ISO8601toRFC2822(child["timestamp"].text) ~ "\n" ~
|
||||
"data " ~ to!string(summary.length) ~ "\n" ~
|
||||
summary ~ "\n" ~
|
||||
"M 644 inline " ~ fn ~ ".txt\n" ~
|
||||
"M 644 inline " ~ fn ~ ".mw\n" ~
|
||||
"data " ~ to!string(text.length) ~ "\n" ~
|
||||
text ~ "\n" ~
|
||||
"\n";
|
||||
|
|
Loading…
Reference in New Issue