aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-10-30 14:15:18 +0100
committermetamuffin <metamuffin@disroot.org>2024-10-30 14:15:18 +0100
commita7868afbcfd3b42242957059b4a245512e0927b9 (patch)
tree311f8e24ea12c996e3568e1575aa7c888fafdd85 /readme.md
parent498cbfe9c862e09d603b77d9d0e6555e2a290ad6 (diff)
downloadabrechenbarkeit-a7868afbcfd3b42242957059b4a245512e0927b9.tar
abrechenbarkeit-a7868afbcfd3b42242957059b4a245512e0927b9.tar.bz2
abrechenbarkeit-a7868afbcfd3b42242957059b4a245512e0927b9.tar.zst
styling
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 9c7205a..ec4b760 100644
--- a/readme.md
+++ b/readme.md
@@ -3,9 +3,14 @@
A _simpler_ trust based ledger.
The entire application is contained within `strichliste.lua`. This script
-implements CGI. It was tested against Lua version 5.4.7. The "database" will be
-written to a file named `log` in the working directory.
+implements CGI. It was tested against Lua version 5.4.7. Application data is
+stored in a number of files in the process working directory (See below).
The repository also contains a configuration file for the
[gnix http server](https://codeberg.org/metamuffin/gnix) (`gnix.yaml`) which is
useful for development or proxyless deployments.
+
+## Data Files
+
+- `log` stores the transaction log as CSV (`time,user,amount,comment`)
+- `products` stores the product list as CSV (`barcode,price,name`)