
Creating links between wiki pages on 0.6.1 is harder that it has to be. To create an intra-wiki link, people have to write something like
<code>[http://www.motiro.org/wiki/show/Download download here]</code>
when it could be simply
<code>[[Download|download here]]</code>
Pages could be referenced by their names only instead of using the fully qualified URI.
Technical note: The HTML code for the wiki pages is rendered by an external library called MediaCloth. Maybe it will need to be modified to allow for this easy links.