1
Fork 0
tildes-wiki-sitemap/README.md

1.0 KiB

Tildes Wiki Sitemap

Generates a Markdown file with all group wiki pages of Tildes.

Installation

Binary

Precompiled binaries are available here.

Source

Requires Rust and Cargo to be installed.

git clone https://git.holllo.cc/Bauke/tildes-wiki-sitemap.git
cd tildes-wiki-sitemap
cargo build --release
mv target/release/tildes-wiki-sitemap ./

Usage

Make sure the file is executable, then run it. A sitemap.md file will be created with the results.

chmod +x ./tildes-wiki-sitemap
./tildes-wiki-sitemap
less sitemap.md

Previous Version

If you're looking for the previous version of this program written in Go, click here to go to the commit before the Rust rewrite.

License

Open-sourced with the AGPL-3.0-or-later license.