diff options
| -rw-r--r-- | doc/source/changelog.rst | 7 | ||||
| -rw-r--r-- | doc/source/download.rst | 18 | ||||
| -rw-r--r-- | doc/source/index.rst | 1 |
3 files changed, 23 insertions, 3 deletions
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst new file mode 100644 index 0000000..10f4746 --- /dev/null +++ b/doc/source/changelog.rst | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | Changelog | ||
| 2 | ========= | ||
| 3 | |||
| 4 | 0.1 - Mighty Mammoth - 2017-12-21 | ||
| 5 | --------------------------------- | ||
| 6 | |||
| 7 | - Initial release | ||
diff --git a/doc/source/download.rst b/doc/source/download.rst index fa60a99..00d865c 100644 --- a/doc/source/download.rst +++ b/doc/source/download.rst | |||
| @@ -1,12 +1,24 @@ | |||
| 1 | Download | 1 | Download |
| 2 | ======== | 2 | ======== |
| 3 | 3 | ||
| 4 | Arch Linux | ||
| 5 | ---------- | ||
| 6 | |||
| 7 | We're providing a `PKGBUILD <https://github.com/nbs-system/snuffleupagus/blob/master/PKGBUILD>`__, | ||
| 8 | so you can build a package yourself. | ||
| 9 | |||
| 10 | Alpine Linux | ||
| 11 | ------------ | ||
| 12 | |||
| 13 | We're providing a `APKBUILD <https://github.com/nbs-system/snuffleupagus/blob/master/APKBUILD>`__, | ||
| 14 | so you can build a package yourself. | ||
| 15 | |||
| 4 | Debian and Ubuntu | 16 | Debian and Ubuntu |
| 5 | ----------------- | 17 | ----------------- |
| 6 | 18 | ||
| 7 | We're currently not providing Debian or Ubuntu packages, | 19 | We're currently not providing a Debian/Ubuntu repository, |
| 8 | but you can build your own by cloning the source code and typing ``make debian``. | 20 | but you can grab the latest release on `github <https://github.com/nbs-system/snuffleupagus/releases>`__, |
| 9 | 21 | or build your own package by cloning the source code and typing ``make debian``. | |
| 10 | 22 | ||
| 11 | Source code | 23 | Source code |
| 12 | ----------- | 24 | ----------- |
diff --git a/doc/source/index.rst b/doc/source/index.rst index a1d1b0f..28d0474 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst | |||
| @@ -16,6 +16,7 @@ Documentation | |||
| 16 | installation | 16 | installation |
| 17 | config | 17 | config |
| 18 | download | 18 | download |
| 19 | changelog | ||
| 19 | faq | 20 | faq |
| 20 | papers | 21 | papers |
| 21 | 22 | ||
