aboutsummaryrefslogtreecommitdiffstats
path: root/pages/credits.md
diff options
context:
space:
mode:
Diffstat (limited to 'pages/credits.md')
-rw-r--r--pages/credits.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/pages/credits.md b/pages/credits.md
new file mode 100644
index 0000000..f5d9746
--- /dev/null
+++ b/pages/credits.md
@@ -0,0 +1,14 @@
+Title: Software credits
+Slug: credits
+
+
+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!).