summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgitrc6
-rw-r--r--html/projects/index.php11
l---------html/projects/mailTemplate.git1
3 files changed, 17 insertions, 1 deletions
diff --git a/cgitrc b/cgitrc
index 7f30e79..513e67f 100644
--- a/cgitrc
+++ b/cgitrc
@@ -10,3 +10,9 @@ repo.path=/srv/git/spragg-ssl.co.uk.git
repo.desc=The spragg-ssl.co.uk website
repo.owner=adam@spragg-ssl.co.uk
repo.clone-url=https://spragg-ssl.co.uk/projects/spragg-ssl.co.uk.git
+
+repo.url=mailTemplate
+repo.path=/srv/git/mailTemplate.git
+repo.desc=Use PHP as an email template, including the headers
+repo.owner=adam@spragg-ssl.co.uk
+repo.clone-url=https://spragg-ssl.co.uk/projects/mailTemplate.git
diff --git a/html/projects/index.php b/html/projects/index.php
index 88c5ed1..86b024f 100644
--- a/html/projects/index.php
+++ b/html/projects/index.php
@@ -16,7 +16,14 @@
<li>Browsable repository: <a href="cgit.cgi/spragg-ssl.co.uk/">cgit.cgi/spragg-ssl.co.uk</a></li>
<li>Cloneable repository: <a href="spragg-ssl.co.uk.git">spragg-ssl.co.uk.git</a></li>
</ul>
- <p>Hm. Why does browse→browsable (no "e"), but clone→cloneable (with "e")?</p>
+ </section>
+
+ <section>
+ <h2>mailTemplate - Using PHP files as email templates</h2>
+ <ul class="commit">
+ <li>Browsable repository: <a href="cgit.cgi/mailTemplate/">cgit.cgi/mailTemplate</a></li>
+ <li>Cloneable repository: <a href="mailTemplate.git">mailTemplate.git</a></li>
+ </ul>
</section>
<section>
@@ -31,6 +38,8 @@
</section>
<p style="margin-top: 3em;">To be continued...</p>
+
+ <p>(Hm. Why does browse→browsable (no "e"), but clone→cloneable (with "e")?)</p>
</main>
<footer>
<?php echo indent(site_footer(), 3); ?>
diff --git a/html/projects/mailTemplate.git b/html/projects/mailTemplate.git
new file mode 120000
index 0000000..12c8f7b
--- /dev/null
+++ b/html/projects/mailTemplate.git
@@ -0,0 +1 @@
+/srv/git/mailTemplate.git \ No newline at end of file