2025-04-13 15:43:32 +02:00
2025-04-13 14:40:09 +02:00
2025-04-13 15:43:32 +02:00
2025-04-11 17:31:46 +02:00
2025-04-11 13:59:45 +02:00
2025-04-11 17:31:46 +02:00
2025-04-11 17:31:46 +02:00
2025-04-10 19:38:32 +02:00
2025-04-11 18:10:55 +02:00
2025-04-11 18:08:57 +02:00
2025-03-23 23:40:08 +01:00
2025-04-13 14:20:35 +02:00
2025-04-11 17:31:46 +02:00
2025-01-04 21:22:22 +01:00
2025-04-11 18:17:33 +02:00
2025-04-11 13:12:39 +02:00
2025-03-03 15:21:01 +01:00
2025-03-24 01:04:01 +01:00

Zine Shop

Here a simple online shop for zines should be created. Idea is that admin users can create and modify zines available. Normal users can add them to a cart and buy them. The zines will then be printed on demand and be send. for payment a simple random string will be created to connect payments to orders. This way also cash could be send like mullvad is doing it.

Development

To get the webserver running do the following:

nix develop .#
# run the webserver
go run main.go

For updating tailwindcss on the fly open extra shell

nix develop .#
tailwindcss -i static/input.css -o static/output.css --watch

Printer Testing

  • long edge + bypass front cover
    • lp -d KONICA_MINOLTA_KONICA_MINOLTA_bizhub_C258/BookletPrint -o Fold=HalfFold -o FrontCoverPage=Printed -o FrontCoverTray=BypassTray ~/proggn/malobeo/zineshop/Test-book-long-edge.pdf
  • short edge + bypass front cover
    • lp -d KONICA_MINOLTA_KONICA_MINOLTA_bizhub_C258/BookletPrint -o Fold=HalfFold -o Binding=TopBinding -o FrontCoverPage=Printed -o FrontCoverTray=BypassTray ~/proggn/malobeo/zineshop/Test-book-short-edge.pdf
  • booklet + bypass front cover
    • lp -d KONICA_MINOLTA_KONICA_MINOLTA_bizhub_C258/BookletPrint -o Combination=Booklet -o PageSize=A5 -o Fold=HalfFold -o FrontCoverPage=Printed -o FrontCoverTray=BypassTray ~/proggn/malobeo/zineshop/Test.pdf

  • okular long edge + bypass front cover
  • okular short edge + bypass front cover
  • okular booklet + bypass front cover
Description
No description provided
Readme 4.7 MiB
Languages
Go 42.6%
HTML 37.9%
CSS 17%
Nix 2.3%
JavaScript 0.2%