Dependencies ============ - python3 - python3-requests - rsync - wget Authentication ============== If you need to work on a wiki protected with HTTP authentication just add a matching entry to your `~/.netrc`, e.g.: machine intranet.softwareheritage.org login USERNAME password PASSWORD See manpage netrc(5) for more information. Alternatively, you can use `http://USERNAME:PASSWORD@example.com/...` URLs, but they will be visible in `ps` output, temporary files, etc. You've been warned! Sample usage ============ List names of pages in category "Public": bin/mw-ls-category --no-ssl-verify \ https://intranet.softwareheritage.org \ Public Export all pages in category "Public" to directory "public_html": bin/mw-export-category \ https://intranet.softwareheritage.org \ public_html \ Public