diff options
-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. |