Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
- # 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:
- - 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
- If you want scripts to use as hooks, see the [hooks](/hooks/index.html) repo.
- ## 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.
- To submit patches please follow the instructions on the [git index](/git.html)
- page.