diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-01-15 11:12:59 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-01-15 11:12:59 -0500 |
commit | 1b2e7a9453227d08789fc0a76b1aef4c4bb02577 (patch) | |
tree | abd0d1326fe0ae3383a048b4a28989307b472f81 | |
parent | 229a583d563e389089e85ab9d6d0de11312310ee (diff) |
switched to perl
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ This is a Model UN conference I help run, and it requires an obscene number of f ## 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). +PDFTeX will provide the backend for generating PDF documents, and will be wrapped by a CGI perl 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. |