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

34 lines
952 B
Markdown
Raw Normal View History

2019-09-21 23:34:22 +00:00
<img src="images/tildes-wiki-sitemap.png" align="right">
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
2019-09-21 23:34:22 +00:00
---
2019-07-02 13:59:41 +00:00
## 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-07-03 13:36:18 +00:00
Only tested on `go1.12.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
```
## Attributes
- [Colly](https://github.com/gocolly/colly) (Apache License 2.0)
- [Logrus](https://github.com/Sirupsen/logrus) (MIT License)
## License
Licensed under [AGPL-3.0-or-later](LICENSE).
![AGPL-3.0-or-later Logo](images/license.png)