summaryrefslogtreecommitdiffstats
path: root/templates/aliases/index.html
AgeCommit message (Collapse)AuthorFilesLines
2018-07-15build: switch to meson buildsystemSebastian Reichel1-17/+0
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
2015-09-13Add support for aliased EANsSebastian Reichel1-0/+17
Some products are sold under different EANs (e.g. per-country EANs). The alias table can be used to map multiple EANs to a single product.