Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Eccenux committed Jul 13, 2023
1 parent c3aff39 commit 552271a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Wiki to Git
==========================
<img align="right" width="150" height="150" src="https://raw.githubusercontent.com/Eccenux/wiki-to-git/main/assets/wiki-to-git-logo.svg">

**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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 552271a

Please sign in to comment.