Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 123 → Rev 129

/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
Index: webapp/templates/index.html
===================================================================
--- webapp/templates/index.html (revision 123)
+++ webapp/templates/index.html (revision 129)
@@ -3,6 +3,6 @@
{% block title %}Home{% end %}
{% block body %}
-Number translator
-Parser
-{% end %}
\ No newline at end of file
+Number translator - this webapp allows you to translate written-out Na'vi numbers into decimal and octal.
+Parser - 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 %}