{% load falcontags %} {% api 1.0 %} {% block title %}{{ conf.description }}{% endblock %}
{{ conf.description }}
{% block main_content %}
Supported architectures:
{{ conf.architectures|join:" " }}
{% if conf.gpgkey %}
GPG signatures:
The key used for signing is {{ conf.gpgkey }}
{% endif %} {% if mirror %}
You are using the mirror sponsored by {{ mirror.sponsor }}. More mirrors
{% endif %} {{ conf.long_description }}

How to use this repository

To write

Releases

{% for p in pockets %}
{{ p.name }}
{{ p.description }}
{% endfor %}
{% if mirrors %}

Mirrors

This repository is mirrored by the following people {% endif %} {% endblock %}
Generated by Falcon {{ conf.falcon_version }} ©2005-2007 Dennis Kaarsemaker