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

README.md

  1. # Dovel Scripts
  2. This repo has shell scripts that are part of the dovel project, some are meant
  3. only for deployment on our website. Some explanation:
  4. - aux.sh: auxiliary file with functions
  5. - post-receive: git hook to build git html pages
  6. - post-receive-scripts: git hook for this repository
  7. - receive-dovel.email: dovel hook to save emails and create html pages
  8. If you want scripts to use as hooks, see the [hooks](/hooks/index.html) repo.
  9. ## Contributing
  10. Scripts are super welcome, as well as full programs to be compiled.
  11. Add here anything that may help saving emails the way you like.
  12. To submit patches please follow the instructions on the [git index](/git.html)
  13. page.