{% extends "master.html" %} {% block title %}Home{% endblock %} {% set tag = "home" %}i {% from "_render_repo.html" import render_repos, render_user_repos%} {% from "_browseheader.html" import browse_header %} {% block header %} {% endblock %} {% block content %}
{{ browse_header(select=select) }}
{% if not authenticated %}

Welcome to Fedora's repository for package maintenance. If you're looking to download software to run, look at https://getfedora.org/, or a Fedora Mirror. You can also find source RPMs for Fedora-packaged software there. The source code for building those packages is found here.

If you are looking for RPM spec files, module and container definitions, Fedora-specific patches, tests, and so on, you're in the right place. You can browse packages and packagers — and you can fork, improve, and submit pull requests.

If you are already a package maintainer, feel free to consult the docs on using pagure. If you'd like to become a package maintainer, see this guide.

Note that package issues are still tracked in Bugzilla, not with Pagure's issue feature.

{% endif %} {{ render_repos( repos, total_page, 'page', page, 'All Projects', repos_length, 'repos', username, sorting=sorting) }}
{% endblock %} {% block jscripts %} {{ super() }} {% endblock %}