feat: Add more info to README [CI SKIP]

This commit is contained in:
Leo Gavilieau 2023-05-23 22:14:27 +02:00
parent 04bbfa239c
commit 971fa53b05
No known key found for this signature in database
GPG Key ID: 9F86E792898BD16B
2 changed files with 13 additions and 3 deletions

0
LICENSE Normal file
View File

View File

@ -1,15 +1,25 @@
# vern/wiki
Where we are planning our migration from dokuwiki to markdown.
This repository contains all the neccessary tools (content, build utils and stylesheets) neccessary to deploy the ~vern wiki.
## Status
All english pages have been translated. Site layout is mostly finished.
All english pages have been translated. Site layout is finished.
It's A-Okay to deploy this!
## Copyright
Copyright © ~vern and Wiki contributors. All text, images and so on are licensed under the CC-BY-SA 4.0 International license.
A copy of the license can be found in the `LICENSE` file, a list of authors and contributors can be found in the `utils/authors.md` file.
### Translating the ~vern wiki? Get in touch!
Please get in touch with the [wiki maintainers](https://wiki.vern.cc/en/staff/#wiki) so we can help you out and credit you properly in the Authors file.
## How to build
You will need your favorite `make` command (We recommend GNU make), pandoc and some common Unix shell utilities.
Run `make` to build the entirety of the wiki.
Run `make` to build the entirety of the wiki. The end-result should be available in the `output/` folder.