Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
Author: brian (git@myr.sh)
Date: Tue Sep 19 20:50:00 2023 -0300
Parent: f9375c7
Added readme
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c7fde0 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Dovel Scripts + +This repo has shell scripts that are part of the dovel project, some are +meant only for deployment on our website. Some explanation: + +- post-receive: git hook to build html pages +- update*: used by git to creat html pages +- receive-localhost: saves emails and create html pages + +## Contributing + +Scripts are super welcome, as well as full programs to be compiled. Add here +anything that may help saving emails the way you like. +