Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 153 → Rev 5

/webapp/static/favicon.ico
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/webapp/static/favicon.ico
Property changes:
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: webapp/templates/translate.html
===================================================================
--- webapp/templates/translate.html (revision 153)
+++ webapp/templates/translate.html (nonexistent)
@@ -1,68 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}Translator{% end %}
-
-{% block body %}
-Na'vi sentence:
-
-
-
-
-
-
-
-
-
-
-
-{% if out %}
-
-
- Words
- English
- Parts
- Data
-
-{% for wor in out %}
-
- {{ wor["word"]["navi"] }}
- {{ wor["translated"] }}
- Infixes:
- {{ u", ".join(wor["inf"]) }}
-
-
- Prefixes:
- {{ u"; ".join(u", ".join(x) for x in wor["pref"]) }}
-
-
- Postfixes:
- {{ u"; ".join(u", ".join(x) for x in wor["post"]) }}
-
-
- Lenited:
- {{ str(wor["len"]) }}
-
-{% end %}
-
-{% end %}
-

This program uses Eana Eltu for the list of words and infix positions (but nothing else), created by Tuiq and Taronyu. Thanks also go to the rest of the Learn Na'vi community!

-
-{% if lang != "eng" %}
-
-{% end %}
-{% end %}
\ No newline at end of file
Index: webapp/templates/index.html
===================================================================
--- webapp/templates/index.html (revision 153)
+++ webapp/templates/index.html (nonexistent)
@@ -1,8 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}Home{% end %}
-
-{% block body %}
-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 %}
Index: webapp/templates/parse.html
===================================================================
--- webapp/templates/parse.html (revision 153)
+++ webapp/templates/parse.html (nonexistent)
@@ -1,43 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}Sentence parser{% end %}
-
-{% block body %}
-Na'vi sentence:
-
-
-
-
-{% if out %}
-
-
- Words
- Parts
- Data
-
-{% for wor in out %}
-
- {{ wor["word"]["navi"] }}
- Infixes:
- {{ u", ".join(wor["inf"]) }}
-
-
- Prefixes:
- {{ u"; ".join(u", ".join(x) for x in wor["pref"]) }}
-
-
- Postfixes:
- {{ u"; ".join(u", ".join(x) for x in wor["post"]) }}
-
-
- Lenited:
- {{ str(wor["len"]) }}
-
-{% end %}
-
-{% end %}
-

This program uses Eana Eltu for the list of words and infix positions (but nothing else), created by Tuiq and Taronyu. Thanks also go to the rest of the Learn Na'vi community!

-
-{% end %}
Index: webapp/templates/base.html
===================================================================
--- webapp/templates/base.html (revision 153)
+++ webapp/templates/base.html (revision 5)
@@ -1,7 +1,6 @@
Tsim Apiak - {% block title %}Title{% end %}
-