Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inpageedit/inpagemigrate
A JavaScript based frontend plugin that let you quick migrating wiki pages from another wiki.
https://github.com/inpageedit/inpagemigrate
mediawiki mediawiki-gadget
Last synced: 11 days ago
JSON representation
A JavaScript based frontend plugin that let you quick migrating wiki pages from another wiki.
- Host: GitHub
- URL: https://github.com/inpageedit/inpagemigrate
- Owner: inpageedit
- License: apache-2.0
- Created: 2020-11-20T09:26:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-20T11:27:11.000Z (about 4 years ago)
- Last Synced: 2024-11-15T20:17:13.566Z (2 months ago)
- Topics: mediawiki, mediawiki-gadget
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InPageMigrate
A JavaScript based frontend plugin that let you quick migrating wiki pages from another wiki.
## Usage
```js
window.InPageMigrateFrom = 'https://from-wiki-url.com/path/to/api.php'
mw.loader.load(/* This plugin */)
```