aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_wiki/templates/git_wiki/frontpage.html
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/git_wiki/templates/git_wiki/frontpage.html')
-rw-r--r--bn_django/git_wiki/templates/git_wiki/frontpage.html35
1 files changed, 0 insertions, 35 deletions
diff --git a/bn_django/git_wiki/templates/git_wiki/frontpage.html b/bn_django/git_wiki/templates/git_wiki/frontpage.html
deleted file mode 100644
index 0c8d245..0000000
--- a/bn_django/git_wiki/templates/git_wiki/frontpage.html
+++ /dev/null
@@ -1,35 +0,0 @@
-{% extends "git_wiki/base.html" %}
-
-{% block title %}Knowledge Repository{% endblock %}
-
-{% block right_stuff %}
-<br />
-Get some knowledge: <br />
- &nbsp; - <a href="http://wikipedia.org"> wikipedia</a><br />
- &nbsp; - <a href="http://archive.org"> internet archive</a><br />
- &nbsp; - <a href="http://mathworld.com"> mathworld</a>
-{% endblock %}
-
-{% block content %}
-<div class="notice">
-<center><b>This site is under active development!</b></center>
-<p />There are undoubtedly bugs, errors, aesthetic travesties, ommissions, etc.
-If you're curious you can track my work in the <a href="/code">code</a> section.
-</div>
-
-<div class="right_stuff">
-For more recent content see the <a href="/timeline/">timeline</a>
-</div>
-<h2><a href="/k/">Browse the knowledge!</a></h2>
-<h3>Latest knowledge items</h3>
-{% include "git_wiki/newitems_table" %}
-<h3>Latest knowledge commits</h3>
-{% include "git_wiki/shortlog_table" %}
-<h3>Latest comments</h3>
-{% if latest_comments %}
-{% include "newcomments_table" %}
-{% else %}
-None yet!
-{% endif %}
-
-{% endblock %}