Rev 176 | Rev 186 | 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 %} |
||
176 | muzer | 6 | <!-- |
7 | # This file is part of Tsim Apiak. |
||
8 | # |
||
9 | # Tsim Apiak is free software: you can redistribute it and/or modify |
||
10 | # it under the terms of the GNU General Public Licence as published by |
||
11 | # the Free Software Foundation, either version 3 of the Licence, or |
||
12 | # (at your option) any later version. |
||
13 | # |
||
14 | # In addition to this, you must also comply with clause 4 of the |
||
15 | # Apache Licence, version 2.0, concerning attribution. Where there |
||
16 | # is a contradiction between the two licences, the GPL |
||
17 | # takes preference. |
||
18 | # |
||
19 | # Foobar is distributed in the hope that it will be useful, |
||
20 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
||
21 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||
22 | # GNU General Public License for more details. |
||
23 | # |
||
24 | # You should have received a copy of the GNU General Public License |
||
25 | # along with Tsim Apiak. If not, see <http://www.gnu.org/licenses/>. |
||
26 | --> |
||
27 | |||
124 | muzer | 28 | <a href="/number"><b>Number translator</b></a> - this webapp allows you to translate written-out Na'vi numbers into decimal and octal.<br /> |
179 | muzer | 29 | <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 translate the words.<br /> |
176 | muzer | 30 | <a href="/translate"><b>Translator</b></a> - this webapp translates full Na'vi sentences into human languages, as well as any affixes into the technical abbreviations. |
124 | muzer | 31 | {% end %} |