teichmann@473: teichmann@452: teichmann@483: <%@include file="header.inc" %> teichmann@452: teichmann@483:
teichmann@483: ...to WALD source code repository teichmann@483:
teichmann@452: teichmann@473: <% teichmann@486: from cgi import escape teichmann@486: from xml.sax.saxutils import quoteattr teichmann@486: teichmann@470: for treepkg, description in sorted(descriptions, key=lambda x: x[1]): teichmann@452: # for all descriptions teichmann@452: %> teichmann@452:
teichmann@452: ><%= escape(description) %> teichmann@452:
teichmann@452: <% teichmann@452: # for all descriptions teichmann@452: %> teichmann@452: teichmann@483: <%@include file="footer.inc" %> teichmann@452: