summaryrefslogtreecommitdiff
path: root/project/templates/stvcount.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/stvcount.html')
-rw-r--r--project/templates/stvcount.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/project/templates/stvcount.html b/project/templates/stvcount.html
index c2533fb..bdc6933 100644
--- a/project/templates/stvcount.html
+++ b/project/templates/stvcount.html
@@ -16,6 +16,9 @@
{% block content %}
<h4>Single Transferable Vote Counter</h4>
+
+<p>Git repository: <a href="/cgit/cgit.cgi/stv-count.git/">Link</a></p>
+
<h5>19/2/2017</h5>
<p>To give an incredibly brief summary of <a href="https://en.wikipedia.org/wiki/Parliament_of_Australia"
@@ -75,8 +78,7 @@ used for the Australian Senate:</p>
the candidates with the highest vote totals at that point are considered elected.</li>
</ul>
-<p>My implementation (source <a href="http://jedbarber.id.au/cgit/cgit.cgi/stv-count.git/"
-target="_blank">here</a>) also includes <a href="https://en.wikipedia.org/wiki/Counting_single_transferable_votes#Bulk_exclusions"
+<p>My implementation also includes <a href="https://en.wikipedia.org/wiki/Counting_single_transferable_votes#Bulk_exclusions"
target="_blank">bulk exclusions</a> using applied breakpoints in order to increase speed slightly and minimise
superfluous logging.</p>