aboutsummaryrefslogtreecommitdiff
path: root/link-tmpl.cgi
Commit message (Collapse)AuthorAgeFilesLines
* fix readme about looking for variablesMiquel Lionel2021-06-061-105/+0
|
* Cookie based login addedMiquel Lionel2021-04-111-19/+20
| | | | | | | | | | | | - the cookie last 1 year and is set upon login - deleted when pressing "Disconnect" button - updated the config.mk and Makefile for COOKIES_DIR variable - camel-cased the subroutines. I like it that way, it stands out more compared to variables - reinserted some vars back into link-tmpl.cgi, it wasn't making sense to have them in gpigeon-template.cgi - no more 'Unknown' link asker in the links table: if the string is a valid email address, we link to the file in the table.
* some string abstraction in link templateMiquel Lionel2021-02-281-2/+2
|
* use template instead of writing perl in perlMiquel Lionel2021-02-281-0/+104
- also renamed gpigeon.css -> styles.css. more standard - utf-8 rules. other charset can't defeat him.