Subversion Repositories navi

Rev

Rev 123 | Rev 176 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
123 szabot 1
{% extends "base.html" %}
2
 
3
{% block title %}Home{% end %}
4
 
5
{% block body %}
124 muzer 6
<a href="/number"><b>Number translator</b></a> - this webapp allows you to translate written-out Na'vi numbers into decimal and octal.<br />
7
<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.
8
{% end %}