Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 181 → Rev 183

/webapp/templates/base.html
52,7 → 52,7
<body>
<div id="center">
<h1>Tsim Apiak</h1>
<h2>By szabot and Muzer</h2>
<h2>By Sh4rK and Muzer</h2>
<h2>{% block title %}Title{% end %}</h2>
{% block body %}Body{% end %}
</div>
/tsimapiak/parse.py
62,13 → 62,13
post = []
if u"<1>" in splitword[wor]:
for in1 in infixes1:
if in1 in splitword[wor]:
if in1 in wordin[wor]:
tempin1.append(in1)
for in2 in infixes2:
if in2 in splitword[wor]:
if in2 in wordin[wor]:
tempin2.append(in2)
for in3 in infixes3:
if in3 in splitword[wor]:
if in3 in wordin[wor]:
tempin3.append(in3)
for in1 in tempin1:
for in2 in tempin2: