{% load falcontags %} {% api 1.0 %} {% block title %}{{ conf.description }}{% endblock %} {% block head %}{% 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

{% if do_appinstall %} For easy usage, you can install a single package making this repository available in apt, synaptic, adept, gnome-app-install orany other package management tool. These packages can be found on the pages for each release. If you do not want to use these packages, add the following lines to {% else %} To use the packages in this repository, add the following lines to {% endif %} /etc/apt/sources.list
deb MIRROR RELEASE COMPONENTS
deb-src MIRROR RELEASE COMPONENTS
Replace MIRROR with one of the mirrors listed below, replace RELEASE with one of the releases listed below and replace COMPONENTS with the components you wish to use. A list of available components can be found on the release pages linked below.

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-2008 Dennis Kaarsemaker