Add two gitlog cgi scriptsd for the cgi and lib directory.

This commit is contained in:
Johannes Findeisen 2024-05-09 19:06:16 +02:00
commit 03abc8f63d
3 changed files with 17 additions and 1 deletions

View file

@ -2,7 +2,7 @@
permalink: /cgi/gitlog/index.sh
---
echo "Content-type: text/plain; charset=utf-8"
echo "Content-type: text/html; charset=utf-8"
echo
cat {{ site.document_root }}/gitlog.html

8
gitlog_cgi/gitlog_cgi.sh Executable file
View file

@ -0,0 +1,8 @@
---
permalink: /cgi/gitlog_cgi/index.sh
---
echo "Content-type: text/html; charset=utf-8"
echo
cat {{ site.document_root }}/gitlog_cgi.html

8
gitlog_lib/gitlog_lib.sh Executable file
View file

@ -0,0 +1,8 @@
---
permalink: /cgi/gitlog_lib/index.sh
---
echo "Content-type: text/html; charset=utf-8"
echo
cat {{ site.document_root }}/gitlog_lib.html