list

scripts

Repo containing scripts to be used with dovel, and git hooks that powers our web interface.

curl -O https://dovel.email/scripts.tar.gz tar.gz

4f61088

Author: brian (git@myr.sh)

Date: Wed Dec 27 10:37:46 2023 -0300

Parent: 6768148

Updated readme

Diff

README.md

diff --git a/README.md b/README.md
index f6ce796..73ca44a 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,11 @@
 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
-- receive-localhost: saves emails and create html pages
+- aux.sh: auxiliary file with functions
+- post-receive: git hook to build git html pages
+- post-receive-scripts: git hook for this repository
+- receive-dovel.email: dovel hook to save 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.