From f78236c4113d0d4e5019df316125e86a63befd07 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Mon, 15 Jun 2009 15:28:21 -0400 Subject: more changes; BROKEN? --- templates/about.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 templates/about.html (limited to 'templates/about.html') diff --git a/templates/about.html b/templates/about.html new file mode 100644 index 0000000..3f59846 --- /dev/null +++ b/templates/about.html @@ -0,0 +1,32 @@ +{% extends "base.html" %} + +{% block title %}Equwha?{% endblock %} +{% block content %} +

+This site is a junky hack of a tool to quickly explore equations of all kinds; +the main interface is designed to quickly look up physical equations and +formulae based on their constituant variables. +

+This site runs on google app engine; it uses +the python project django and should +be using the javascript math package jsMath. +

+The full source code is available at +git.bnewbold.net. You can get all the +symbols and variables as json (poke around and you'll find it); i'd like to +offer full export in a bunch of formats as well as feeds for new/special +equations. + +

Stuff that is out there

+ +{% endblock %} -- cgit v1.2.3