summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2023-01-30 11:24:31 +0100
committerDave Davenport <qball@blame.services>2023-01-30 11:24:31 +0100
commit12466beaf8cae5c06a1a8b7d5dcd1e902e866527 (patch)
tree7f51c1618c7e2139ef0b5bfd216bf50fbea5f161
parent215e55408f3f4d50a1d5d8498f1a18f0442fc560 (diff)
[MKDocs] Add a download page.
-rw-r--r--mkdocs/docs/downloads.md36
-rw-r--r--mkdocs/docs/index.md1
2 files changed, 37 insertions, 0 deletions
diff --git a/mkdocs/docs/downloads.md b/mkdocs/docs/downloads.md
new file mode 100644
index 00000000..7e765a54
--- /dev/null
+++ b/mkdocs/docs/downloads.md
@@ -0,0 +1,36 @@
+# Downloads
+
+## Development
+
+For development no tarball is released. Please follow the [Installation](Installation) instructions for obtaining and compiling development version.
+
+## [1.7.5](https://github.com/davatorium/rofi/releases/tag/1.7.5)
+
+* [tar.gz](https://github.com/davatorium/rofi/releases/download/1.7.5/rofi-1.7.5.tar.gz)
+* [tar.xz](https://github.com/davatorium/rofi/releases/download/1.7.5/rofi-1.7.5.tar.xz)
+
+## [1.7.4](https://github.com/davatorium/rofi/releases/tag/1.7.4)
+
+* [tar.gz](https://github.com/davatorium/rofi/releases/download/1.7.4/rofi-1.7.4.tar.gz)
+* [tar.xz](https://github.com/davatorium/rofi/releases/download/1.7.4/rofi-1.7.4.tar.xz)
+
+
+## [1.7.3](https://github.com/davatorium/rofi/releases/tag/1.7.3)
+
+* [tar.gz](https://github.com/davatorium/rofi/releases/download/1.7.3/rofi-1.7.3.tar.gz)
+* [tar.xz](https://github.com/davatorium/rofi/releases/download/1.7.3/rofi-1.7.3.tar.xz)
+
+## [1.7.2](https://github.com/davatorium/rofi/releases/tag/1.7.2)
+
+* [tar.gz](https://github.com/davatorium/rofi/releases/download/1.7.2/rofi-1.7.2.tar.gz)
+* [tar.xz](https://github.com/davatorium/rofi/releases/download/1.7.2/rofi-1.7.2.tar.xz)
+
+## [1.7.1](https://github.com/davatorium/rofi/releases/tag/1.7.1)
+
+* [tar.gz](https://github.com/davatorium/rofi/releases/download/1.7.1/rofi-1.7.1.tar.gz)
+* [tar.xz](https://github.com/davatorium/rofi/releases/download/1.7.1/rofi-1.7.1.tar.xz)
+
+## [1.7.0](https://github.com/davatorium/rofi/releases/tag/1.7.0)
+
+* [tar.gz](https://github.com/davatorium/rofi/releases/download/1.7.0/rofi-1.7.0.tar.gz)
+* [tar.xz](https://github.com/davatorium/rofi/releases/download/1.7.0/rofi-1.7.0.tar.xz)
diff --git a/mkdocs/docs/index.md b/mkdocs/docs/index.md
index 57374a3f..2c010d1c 100644
--- a/mkdocs/docs/index.md
+++ b/mkdocs/docs/index.md
@@ -8,6 +8,7 @@ The manpages are grouped on rofi version.
![rofi](images/rofi.png)
+* [Downloads](downloads.md)
* [Installation](INSTALL.md)
* [Themes](themes/themes.md)
* [User scripts (wiki)](https://github.com/davatorium/rofi/wiki/User-scripts)