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 ++++++++++++++++++++++++++++++++ templates/base.html | 3 ++- templates/index.html | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 templates/about.html create mode 100644 templates/index.html (limited to 'templates') 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 %} diff --git a/templates/base.html b/templates/base.html index 82579c5..9d9c89c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,11 +18,12 @@ no content?
home - +about - do it - equations - variables - symbols
Legalese? Copyright? Fuck no! -email the webmaster! 2007! +email the webmaster! 2009!
diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..0ff29f8 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,40 @@ +{% extends "base.html" %} + +{% block title %}The Equator is Primed{% endblock %} +{% block content %} +
+GO
+
+

View all equations, +variables, or +symbols.

+

+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. Click "GO" above to start. +

+The 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