|
5 months ago | |
---|---|---|
source | 5 months ago | |
.gitignore | 5 months ago | |
Cargo.lock | 5 months ago | |
Cargo.toml | 5 months ago | |
LICENSE | 5 months ago | |
README.md | 5 months ago | |
rustfmt.toml | 5 months ago |
Generates a Markdown file with all group wiki pages of Tildes.
Precompiled binaries are available here.
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 ./
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
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.
Open-sourced with the AGPL-3.0-or-later license.