From 229a583d563e389089e85ab9d6d0de11312310ee Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Tue, 14 Jan 2020 22:26:05 -0500 Subject: added README --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..19789c6 --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +# MiniMUN + +This is a Model UN conference I help run, and it requires an obscene number of forms which aren't automated at all. + +## Components + +PDFTeX will provide the backend for generating PDF documents, and will be wrapped by a CGI shell script (allowing nginx+uwsgi to host it). + +The shell script will take a POST request from a basic HTML page (text box and submit button), which is preserved with cookies. + +## Provided Documents + +The forms it's going to create are award sheets and committee names with the logo (both full sheet, landscape prints) -- cgit