Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 123 → Rev 130

/webapp/templates/base.html
1,6 → 1,7
<html>
<head>
<title>Tsim Apiak - {% block title %}Title{% end %}</title>
<link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico" />
<style type="text/css">
body {
background: #145179;
/webapp/templates/index.html
3,6 → 3,6
{% block title %}Home{% end %}
 
{% block body %}
<a href="/number"><b>Number translator</b></a><br />
<a href="/parse"><b>Parser</b></a>
{% end %}
<a href="/number"><b>Number translator</b></a> - this webapp allows you to translate written-out Na'vi numbers into decimal and octal.<br />
<a href="/parse"><b>Parser</b></a> - this webapp can parse Na'vi sentences into the base words, prefixes, infixes and suffixes. It does not currently translate the words, but that will come.
{% end %}
/webapp/main.py
63,7 → 63,7
("/restart", Restart),
("/testdb", TestDB),
("/parse", Parse)
])
], settings = {"static_path": "static"})
 
if __name__ == "__main__":
http_server = tornado.httpserver.HTTPServer(application)
/webapp/static/favicon.ico
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/webapp/static/favicon.ico
Property changes:
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property