aboutsummaryrefslogtreecommitdiff
path: root/index.html
Commit message (Collapse)AuthorAgeFilesLines
* add some update from the master.Miquel Lionel2021-06-231-13/+30
| | | | | | | | | | | | | | | - Added the README.md form master branch. - Added new script gpigeonctl: will allow to initialize the database and manage it (add or delete and user, purge cookies). - Added the Makefile and the config.dek.mk from master branch with some changes - Added nginx config from master branch - Rename gpigeon.css -> styles.css - gpigeon-template.cgi: the -w flag on the shebang is useless because we already have "use warnings". Also, the man page discourage its use. - Fixed link-tmpl-template.cgi: the self-deletion now occurs as intended, and not only when in HAS_MAILSERVER=0 mode. also fixed the indenting around these parts because it was a clusterfuck
* adding username input fieldMiquel Lionel2020-11-261-3/+8
| | | | - and a link to create an account
* Removing custom strings from index.htmlMiquel Lionel2020-11-261-26/+13
| | | | | | | | - less french strings - better indentation - h1 tag is not in the form tag now - removed the style tag in head since its moved to gpigeon.css stylesheet.
* Commit initialMiquel Lionel2020-11-101-0/+29
On ajoute les fichiers. On normalise le nom des icônes en favicon.ico puis on met la notif de suppression des fichiers au-dessus du tableau, plus pratique si il y a BEAUCOUP de liens créés.