summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjvoisin2017-12-21 11:33:29 +0100
committerjvoisin2017-12-21 11:33:48 +0100
commitb20bbff80ff873fb5ecc3ebc60d72826a8d0ac22 (patch)
tree7f623c81537200dcb88ab9934894d8c9e5c63771 /doc
parent58d5e50ef33bbea5d1620c2a51562f68e3a0445b (diff)
Add some release-related documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/source/changelog.rst7
-rw-r--r--doc/source/download.rst18
-rw-r--r--doc/source/index.rst1
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 @@
1Changelog
2=========
3
40.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 @@
1Download 1Download
2======== 2========
3 3
4Arch Linux
5----------
6
7We're providing a `PKGBUILD <https://github.com/nbs-system/snuffleupagus/blob/master/PKGBUILD>`__,
8so you can build a package yourself.
9
10Alpine Linux
11------------
12
13We're providing a `APKBUILD <https://github.com/nbs-system/snuffleupagus/blob/master/APKBUILD>`__,
14so you can build a package yourself.
15
4Debian and Ubuntu 16Debian and Ubuntu
5----------------- 17-----------------
6 18
7We're currently not providing Debian or Ubuntu packages, 19We're currently not providing a Debian/Ubuntu repository,
8but you can build your own by cloning the source code and typing ``make debian``. 20but you can grab the latest release on `github <https://github.com/nbs-system/snuffleupagus/releases>`__,
9 21or build your own package by cloning the source code and typing ``make debian``.
10 22
11Source code 23Source 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