README (986B)
1 Lunch Poll Legacy 2 ================= 3 4 A simple CGI web application to poll colleagues where to have lunch. 5 6 The „Legacy“ in the name is because of the programming language and 7 the technology used. :-) 8 9 It is implemented in C. Its predecessor, `mittag.py`, was written in 10 Python 2. 11 12 License: See file `LICENSE`. 13 14 15 Try it out! 16 ----------- 17 18 Type 19 20 make clean test 21 22 or 23 24 make clean run-test-server 25 26 27 Deployment 28 ---------- 29 30 As `Lunch Poll Legacy` is developed on GNU/Linux and run on OpenBSD [1], 31 [2], there is a branch `deployment` with necessary changes for 32 deployment. 33 34 35 Features to come 36 ---------------- 37 38 - Make it possible to vote for future dates. 39 - Prevent changes for past days. 40 - Prevent changes for the current days if it is afternoon. 41 - Links to go to previous / next day. 42 - Ignore `days_open` for past days, because they could have changed. 43 44 45 ------------------------------------------------------------------------ 46 47 48 [1] https://www.openbsd.org/ 49 [2] https://learnbchs.org/