Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
Author: brian (git@myr.sh)
Date: Tue Dec 26 20:03:14 2023 -0300
Parent: 0aceb9c b4ba4a4
Merge branch 'main' of zero:git/dovel.email/scripts
diff --cc README.md index e77e79d,0cdacd6..944a158 --- a/README.md +++ b/README.md @@@ -1,12 -1,12 +1,13 @@@ # 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: + 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 + The other scripts are auxiliary. +If you want scripts to use as hooks, see the [hooks](/hooks/index.html) repo. ## Contributing