blob: 349c0fc303e1be1555ec0b3b897586244b883103 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<%!
title = "Download"
%>
<%inherit file="/page.mako" />
<p>
In most cases, it should be ok to install portato via emerge. But if you want to download it by hand nevertheless, you can do it <a href="http://sourceforge.net/projects/portato/files/">via sourceforge.net</a>.
</p>
<p>
A condensed changelog is available <a href=${"/changelog" | url}>here</a>.
</p>
|