summaryrefslogtreecommitdiffstats
path: root/bn_django/templates/credits.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-02-04 04:31:39 -0800
committerbnewbold <bnewbold@manus.(none)>2007-02-04 04:31:39 -0800
commitf025a9f65ecd76e4442ce62684218ecb81506c9b (patch)
treeb303b156110167249c033751fa1c14ede2f75dc4 /bn_django/templates/credits.html
parent08ef0f8e464fed2fe8ec20b6c53220aecc025f2d (diff)
downloadbnewnet-f025a9f65ecd76e4442ce62684218ecb81506c9b.tar.gz
bnewnet-f025a9f65ecd76e4442ce62684218ecb81506c9b.zip
basic html design roughed in, django project run and admin started
TODO: ie testing (ugh, fuck that) TODO: get photos section working TODO: ... etc
Diffstat (limited to 'bn_django/templates/credits.html')
-rw-r--r--bn_django/templates/credits.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/bn_django/templates/credits.html b/bn_django/templates/credits.html
new file mode 100644
index 0000000..b96d2a9
--- /dev/null
+++ b/bn_django/templates/credits.html
@@ -0,0 +1,19 @@
+{% extends "base.html" %}
+
+{% block title %}Software credits{% endblock %}
+
+{% block right_stuff %}
+{% endblock %}
+
+{% block content %}
+This site uses a variety of delicious software!
+<h3>operating system</h3>
+<p />It's <a href="http://freebsd.org">freeBSD</a> under the hood when not hosted elsewhere.
+<h3>web framework</h3>
+<p />The site is powered by the <a href="http://djangoproject.com/">django</a> toolkit (which runs on <a href="http://python.org">python</a>).
+<p />I use the <a href="http://www.carcosa.net/jason/software/django/stockphoto/">stockphoto</a> app written by Jason McBrayer for the photos section.
+<h3>text editor</h3>
+<p /><a href="http://vim.org">vim</a>! fuck emacs!
+<h3>versioning system</h3>
+<p />I use git as a revisioning system for the <a href="knowledge">knowledge wiki</a> and my <a href="code">software</a> (including this site!).
+{% endblock %}