The current osuosl website has contact forms for requesting hosting, requesting OpenPower, and a Supercell feedback form. We'd like to implement these in Pelican with a little werkzeug app, which basically consists of getting data from the HTML form and sending it in a loosely-formatted email to an email specified in the pelicanconf.py (for any form).
The current osuosl website has contact forms for requesting hosting, requesting OpenPower, and a Supercell feedback form. We'd like to implement these in Pelican with a little werkzeug app, which basically consists of getting data from the HTML form and sending it in a loosely-formatted email to an email specified in the pelicanconf.py (for any form).