diff options
author | Wolfgang Müller | 2021-05-14 12:20:46 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-05-14 12:20:46 +0200 |
commit | ffcd8c4f3119df02018bd13e7b45fc4532e2b88f (patch) | |
tree | 9a917332171ae679ac24a2a910f81407fd596e0d | |
parent | 4d029887d6936c0a2d41d6cdea65a320e208f5ed (diff) | |
download | site-ffcd8c4f3119df02018bd13e7b45fc4532e2b88f.tar.gz |
posts: Add paragraph about quarg being platform-independent
-rw-r--r-- | posts/quarg.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/posts/quarg.md b/posts/quarg.md index 4e728f2..a13b3d9 100644 --- a/posts/quarg.md +++ b/posts/quarg.md @@ -9,6 +9,10 @@ SQLite and PostgreSQL databases and has a wide range of search options. Mostly born of frustration with Quassel's built-in search, quarg aims to be a simple and easily extensible search platform. +quarg is written in [Python](https://www.python.org/), enabling it to work on a +variety of operating systems. It has successfully been tested on Linux as well +as Windows machines. + **Note:** There are no compatibility guarantees with versions under 1.0.0; features may change in unexpected and exciting ways. No changelog will be kept for versions under 1.0.0 either, please consult the commit log instead. |