summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2018-09-15README: add travis statusSebastian Reichel1-0/+4
2018-09-15README: fix headline syntaxSebastian Reichel1-8/+8
2018-08-27Merge branch 'master' into better_inventoryHolger Cremer1-0/+87
Conflicts: README data/templates/products/entry.html docker/Dockerfile docker/init.sh src/database/database.vala src/database/db-interface.vala src/pdf-stock/Makefile src/pdf-stock/pdf-stock-interface.vala src/pdf-stock/pdf-stock.vala src/web/Makefile src/web/main.vala templates/menu.html templates/products/index.html
2018-07-18Debian packagingSebastian Reichel1-36/+20
2018-07-17README: replace sqlite3 usage with DBus calls to database serviceSebastian Reichel1-7/+15
2018-07-15build: switch to meson buildsystemSebastian Reichel1-10/+5
We build the project with 'meson' now instead of using custom configure script + GNU Makefiles. To build the project, go to the project root directory and use the following commands: Building: meson build cd build ninja Update Language Files: ninja shopsystem-pot ninja shopsystem-update-po Install: DESTDIR=./tmp ninja install
2018-06-29README: use busctl instead of mdbus2Sebastian Reichel1-2/+2
2018-06-28Display on/offmm-chen1-0/+4
Turns the display off and on via MQTT
2018-06-28rename README to README.mdJohannes Rudolph1-0/+90