Pipe-organ.wiki:How to Export: Difference between revisions
From pipe-organ.wiki
Jump to navigationJump to search
Fiskfan1999 (talk | contribs) Created page with "'''<nowiki>pipe-organ.wiki</nowiki> recommends that you export the articles from this wiki to protect against them being lost if this wiki goes offline in the future.''' If that ends up happening, you would want to keep all of your work and possibly transfer it to some other wiki in the future. Fortunately, mediawiki makes it very easy to export articles in a file format that can be used to import those same articles into another wiki with no modifications. == How to ex..." |
(No difference)
|
Latest revision as of 17:27, 10 November 2024
pipe-organ.wiki recommends that you export the articles from this wiki to protect against them being lost if this wiki goes offline in the future. If that ends up happening, you would want to keep all of your work and possibly transfer it to some other wiki in the future. Fortunately, mediawiki makes it very easy to export articles in a file format that can be used to import those same articles into another wiki with no modifications.
How to export the contents of this wiki
Get the link of pages to export
You can get this list in one of the following ways.
- Use the following bash command to get a text list of all pages.
curl "https://pipe-organ.wiki/wiki/api.php?action=query&format=json&list=allpages&aplimit=max" | jq .query.allpages[].title -r
- Go to Special:EditWatchlist/raw and copy the list of pages that you watch to your clipboard.
- You can also try a method on www.mediawiki.org/wiki/Help:Export to get the list of pages you would like to export.
Go to Special:Export
Paste the list of articles into the box from your clipboard. After this, you should be able to download the archive to your computer.