From f025a9f65ecd76e4442ce62684218ecb81506c9b Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 4 Feb 2007 04:31:39 -0800 Subject: basic html design roughed in, django project run and admin started TODO: ie testing (ugh, fuck that) TODO: get photos section working TODO: ... etc --- bn_django/templates/credits.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bn_django/templates/credits.html (limited to 'bn_django/templates/credits.html') 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! +

operating system

+

It's freeBSD under the hood when not hosted elsewhere. +

web framework

+

The site is powered by the django toolkit (which runs on python). +

I use the stockphoto app written by Jason McBrayer for the photos section. +

text editor

+

vim! fuck emacs! +

versioning system

+

I use git as a revisioning system for the knowledge wiki and my software (including this site!). +{% endblock %} -- cgit v1.2.3