Lunch Poll Legacy
=================

A simple CGI web application to poll colleagues where to have lunch.

The „Legacy“ in the name is because of the programming language and
the technology used. :-)

It is implemented in C. Its predecessor, `mittag.py`, was written in
Python 2.

License: See file `LICENSE`.


Try it out!
-----------

Type

  make clean test

or

  make clean run-test-server


Deployment
----------

As `Lunch Poll Legacy` is developed on GNU/Linux and run on OpenBSD [1],
[2], there is a branch `deployment` with necessary changes for
deployment.


Features to come
----------------

- Make it possible to vote for future dates.
- Prevent changes for past days.
- Prevent changes for the current days if it is afternoon.
- Links to go to previous / next day.
- Ignore `days_open` for past days, because they could have changed.


------------------------------------------------------------------------


[1] https://www.openbsd.org/
[2] https://learnbchs.org/
