list

scripts

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

curl https://dovel.email/scripts.tar tar

70455e3

Author: blmayer (bleemayer@gmail.com)

Date: Tue Oct 3 20:01:15 2023 -0300

Parent: a48592a

Improved readme page

Diff

post-receive

diff --git a/post-receive b/post-receive
index f85c4c3..a26eb75 100755
--- a/post-receive
+++ b/post-receive
@@ -68,7 +68,7 @@ updateindex() {
 		$(pagesummary "$REPO")
 		<hr>
 		<p>Latest commit: $(git log -n 1 --format="(%h) by %an at %as: %s")</p>
-		<pre>$(cat "$OUT/tree/README"*)</pre>
+		<pre style="white-space:pre-line">$(cat "$OUT/tree/README"*)</pre>
 	</body>
 	</html>
 	EOF