diff --git a/pagure/themes/srcfpo/templates/_browseheader.html b/pagure/themes/srcfpo/templates/_browseheader.html new file mode 100644 index 0000000..6d0af42 --- /dev/null +++ b/pagure/themes/srcfpo/templates/_browseheader.html @@ -0,0 +1,65 @@ +{% macro browse_header(select) -%} + +{% if select == 'projects' %} +
+
+
+

Welcome to src.fedoraproject.org

+

Fedora's repository for package maintenance.

+
+
+
+ + {% if not g.authenticated %} +
+

+ Welcome, 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 %} +{% endif %} + + +{%- endmacro %}