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

23 lines
738 B
Markdown
Raw Normal View History

2019-07-02 13:59:41 +00:00
# Tildes Wiki Sitemap
> Generates a `tree`-like [sitemap](https://tildes.net/~tildes/wiki/sitemap) of all group wiki pages of Tildes.net
## Usage
Precombiled binaries are not provided, if you can't or don't know how to run this program and the sitemap is outdated please [PM me (@Bauke)](https://tildes.net/user/Bauke/new_message) and I'll update it.
### Quick Command
2019-10-10 20:42:31 +00:00
Only tested on `go1.12.1 linux/amd64` and `go version go1.13.1 linux/amd64`, if something breaks please [create an issue](https://gitlab.com/Bauke/tildes-wiki-sitemap/issues/new).
2019-07-02 13:59:41 +00:00
```sh
$ git clone https://gitlab.com/Bauke/tildes-wiki-sitemap.git
cd tildes-wiki-sitemap
go run .
edit sitemap.md
```
## License
2020-03-02 15:35:19 +00:00
Licensed under [AGPL-3.0-or-later](License).