Git mediawiki: Difference between revisions

From Freephile Wiki
No edit summary
mNo edit summary
 
Line 1: Line 1:
Using https://github.com/moy/Git-Mediawiki/wiki/User-manual which is part of the contrib in git itself, provides a "remote" that talks to a Mediawiki instance API and uses git to store text version of the wiki files.  This is a good way to backup and also to edit your wiki through a set of text files rather than the web interface.  It needs namespace support https://github.com/moy/Git-Mediawiki/issues/10
Using https://github.com/moy/Git-Mediawiki/wiki/User-manual which is part of the contrib in [[Git]] itself, provides a "remote" that talks to a Mediawiki instance API and uses git to store text version of the wiki files in a local git repository.  This is a good way to clone/author your wiki through a set of text files rather than the web interface.  It needs namespace support https://github.com/moy/Git-Mediawiki/issues/10


[[Category:Git]]
[[Category:Git]]
[[Category:Wiki]]
[[Category:Wiki]]

Latest revision as of 13:17, 30 November 2016

Using https://github.com/moy/Git-Mediawiki/wiki/User-manual which is part of the contrib in Git itself, provides a "remote" that talks to a Mediawiki instance API and uses git to store text version of the wiki files in a local git repository. This is a good way to clone/author your wiki through a set of text files rather than the web interface. It needs namespace support https://github.com/moy/Git-Mediawiki/issues/10