aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..8f163c2
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,14 @@
+C program for populating a MySQL/MariaDB based on an xml backup from Django.
+
+This program is unlikely to be useful to you - it is only present in this
+repository to serve as part of my CV.
+
+This program builds for both Windows (with MinGW) and GNU/Linux.
+It utilizes libmariadbclient and libxml2 (included in this repository).
+Note that newer versions of mariadbclient use newer APIs and cannot be
+cross-compiled using current (as of 2021) MinGW.
+
+This program is Copyright by Wojtek Kosior, 2021, dual-licensed under:
+ - 0BSD license or
+ - GPLv3 (or, at your option, any later version)
+See into LICENSES/ for details.