diff --git a/README.md b/README.md index 8ff2c18..5fc5875 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Wiki to Git ========================== -**Wiki To Git** is a tool that helps to download Mediwiki page history and push it to a Git repository. +**Wiki To Git** is a tool that helps to download MediaWiki page history and push it to a Git repository. -So this can be used to export things like a Wikipedia gadget (or a user script) to some Git server (e.g. Github or Gitlab or Gitea). The history of the Git repo will preserve authors and original messages (original description of changes). Essentially each edit becomes a commit. +So this can be used to export things like a Wikipedia gadget (or a user script) to some Git server (e.g. GitHub or GitLab or Gitea). The history of the Git repo will preserve authors and original messages (original description of changes). Essentially each edit becomes a commit. Once done you can start using external tools to edit and analyze history of the gadget. You can use [Wikiploy](https://github.com/Eccenux/Wikiploy) to deploy your gadget back to Wikipedia. You can also test easier with things like [Mocha](https://mochajs.org/#installation)/[Chai](https://www.chaijs.com/api/assert/). You can also use build tools like [Browserify](https://browserify.org/) or [Webpack](https://webpack.js.org/). Wikiploy will also help in deploying dev/test versions. @@ -40,7 +40,7 @@ const filename = 'exampleGadgetScript.js'; const loader = new LoadData(site); /** - * Download page history from a Mediawiki site. + * Download page history from a MediaWiki site. */ console.log('\n\nDownload history for %s.', page); // this will load