Go to file
surtur 0c878e279b
initial commit
2020-04-10 02:36:53 +02:00
README.md initial commit 2020-04-10 02:36:53 +02:00
awdl initial commit 2020-04-10 02:36:53 +02:00

archwiki downloader

works badge

This little script downloads the awesome Archwiki for offline use and installs wiki-search and wiki-search-html scripts provided by arch-wiki-lite.
It is meant to be used on fedora (tested on f32) but it shouldn't be too hard to edit it for another distributions.

purpose

As of now there are no native fedora packages doing this job, this script solves it for me.
Inspiration taken from the PKGBUILDs of arch-wiki-docs and arch-wiki-lite.

deps

It comes with just a few dependencies:

  • python3
  • python3-simplemediawiki
  • python3-cssselect
  • python3-lxml
  • dialog

...plus I used rsync, feel free to change it to cp (and update paths accordingly)

license

WTFPL