Blame pagure/themes/srcfpo/templates/theme.html

Ryan Lerch f85bcc
{# additional classes for the top navbar #}
Ryan Lerch f85bcc
{% set masthead_class = "navbar-light masthead p-0" %}
Pierre-Yves Chibon f42a79
Pierre-Yves Chibon f42a79
{# site title that shows in the head html element at the end #}
Pierre-Yves Chibon f42a79
{% set site_title = "src.fedoraproject.org" %}
Pierre-Yves Chibon f42a79
Ryan Lerch 0c654b
{% macro projectstring(plural=False) -%}
Ryan Lerch 0c654b
    {% if plural %}
Ryan Lerch 0c654b
        Packages
Ryan Lerch 0c654b
    {% else %}
Ryan Lerch 0c654b
        Package
Ryan Lerch 0c654b
    {% endif %}
Ryan Lerch 0c654b
{% endmacro -%}
Ryan Lerch 0c654b
Ryan Lerch 0c654b
{% set projecticon = "fa-archive" %}
Ryan Lerch 0c654b
Ryan Lerch 0c654b
Pierre-Yves Chibon f42a79
{% macro head_imports() %}
Pierre-Yves Chibon f42a79
    
Neha Kandpal 68fd3d
        href="{{ url_for('theme.static', filename='favicon.ico')}}?version={{ g.version}}"/>
Neha Kandpal 68fd3d
    
Pierre-Yves Chibon f42a79
        type="text/css" rel="stylesheet" />
Neha Kandpal 68fd3d
    
Pierre-Yves Chibon f42a79
        rel="stylesheet" type="text/css" />
Neha Kandpal 68fd3d
    
Pierre-Yves Chibon f42a79
        type="text/css" rel="stylesheet" />
Neha Kandpal 68fd3d
    
Pierre-Yves Chibon f42a79
        type="text/css" rel="stylesheet" />
Pierre-Yves Chibon f42a79
{% endmacro %}
Pierre-Yves Chibon f42a79
Pierre-Yves Chibon f42a79
{% macro js_imports() %}
Neha Kandpal 68fd3d
<script src="{{ url_for('static', filename='vendor/bootstrap/bootstrap.bundle.min.js')}}?version={{ g.version}}"></script>
Pierre-Yves Chibon f42a79
{% endmacro %}
Pierre-Yves Chibon f42a79
Ryan Lerch 64e143
{% macro browseheader_message(select) %}
Ryan Lerch 64e143
    {% if select == 'projects' %}
Ryan Lerch 64e143
    
Ryan Lerch 64e143
    
Ryan Lerch 64e143
        
Ryan Lerch 64e143
            

Welcome to Fedora Package Sources

Ryan Lerch 64e143
            

Fedora's repository for package maintenance.

Ryan Lerch 64e143
            
Ryan Lerch 64e143
    
Ryan Lerch 64e143
    
Ryan Lerch 64e143
Ryan Lerch 64e143
    {% if not g.authenticated %}
Ryan Lerch 64e143
        <section class="container p-t-2"></section>
Ryan Lerch 64e143
        

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

Ryan Lerch 64e143
Ryan Lerch 64e143
        

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

Ryan Lerch 64e143
Ryan Lerch 64e143
        

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

Ryan Lerch 64e143
Ryan Lerch 64e143
        

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

Pierre-Yves Chibon 566b0f
Pierre-Yves Chibon 566b0f
        

Here below are shortcuts for the different namespaces available:

Pierre-Yves Chibon 566b0f
        
    Pierre-Yves Chibon 566b0f
                
  • RPMs
  • Pierre-Yves Chibon 566b0f
                
  • modules
  • Pierre-Yves Chibon 566b0f
                
  • containers
  • Pierre-Yves Chibon a9020b
                
  • flatpaks
  • Pierre-Yves Chibon 566b0f
                
  • tests
  • Pierre-Yves Chibon 566b0f
            
    Ryan Lerch 64e143
            
    Ryan Lerch 64e143
        {% endif %}
    Ryan Lerch 64e143
        {% endif %}
    Ryan Lerch 64e143
    {% endmacro %}
    Ryan Lerch 64e143
    Pierre-Yves Chibon f42a79
    {% macro footer() %}
    Ryan Lerch eb5b17
        
    Pierre-Yves Chibon f42a79
            
    Ryan Lerch eb5b17
                
    Ryan Lerch eb5b17
                    
    Ryan Lerch eb5b17
                        
    Powered by Pagure {{ g.version }}
    Ryan Lerch eb5b17
                        
    Ryan Lerch eb5b17
                            Documentation
    Ryan Lerch eb5b17
                            File an Issue
    Mary Kate Fain a16918
                            About this Instance
    Ryan Lerch eb5b17
                            SSH Hostkey/Fingerprint
    Ryan Lerch eb5b17
                        
    Ryan Lerch eb5b17
                    
    Ryan Lerch eb5b17
                    
    Pierre-Yves Chibon 47ee6e
                        
    © 2014-2019 Red Hat, Inc. and others.
    Ryan Lerch eb5b17
                    
    Ryan Lerch eb5b17
                
    Pierre-Yves Chibon f42a79
            
    Pierre-Yves Chibon f42a79
        
    Pierre-Yves Chibon f42a79
    {% endmacro %}
    Mary Kate Fain a16918
    Mary Kate Fain a16918
    {% macro about_page() %}
    Mary Kate Fain a16918
        
    Mary Kate Fain a16918
            

    About

    Mary Kate Fain a16918
            

    This is an instance of Pagure, a git forge.

    Mary Kate Fain a16918
            

    If you experience a bug or security concern, please submit an issue.

    Mary Kate Fain a16918
            

    You may contact an administrator by emailing: {{ config['ADMIN_EMAIL'] }}.

    Mary Kate Fain a16918
            

    Subscribe to announcements about Pagure.

    Mary Kate Fain a16918
        
    Mary Kate Fain a16918
    {% endmacro %}
    Pierre-Yves Chibon 21f7e4
    Pierre-Yves Chibon 21f7e4
    {% macro about_page() %}
    Pierre-Yves Chibon 21f7e4
      
    Pierre-Yves Chibon 21f7e4
        

    About

    Pierre-Yves Chibon 21f7e4
        

    Welcome to this pagure instance.

    Pierre-Yves Chibon 21f7e4
        

    Pierre-Yves Chibon 21f7e4
          For any issue, wish or security concern, feel free to open a ticket,
    Pierre-Yves Chibon 21f7e4
          either with the 
    Pierre-Yves Chibon 21f7e4
          Fedora Infrastructure or on the
    Pierre-Yves Chibon 21f7e4
          upstream issue tracker
    Pierre-Yves Chibon 21f7e4
          (please ensure the ticket is private if your concern is security-related
    Pierre-Yves Chibon 21f7e4
          on either tracker).
    Pierre-Yves Chibon 21f7e4
        

    Pierre-Yves Chibon 21f7e4
        

    Pierre-Yves Chibon 21f7e4
          You may contact an administrator by emailing:
    Pierre-Yves Chibon 21f7e4
          
    Pierre-Yves Chibon 21f7e4
            {{ config['ADMIN_EMAIL'] }}
    Pierre-Yves Chibon 21f7e4
          .
    Pierre-Yves Chibon 21f7e4
        

    Pierre-Yves Chibon 21f7e4
        

    Learn more or keep in touch about pagure via our mailing lists:

    Pierre-Yves Chibon 21f7e4
        
      Pierre-Yves Chibon 21f7e4
            
    • Pierre-Yves Chibon 21f7e4
              pagure-annouce
      Pierre-Yves Chibon 21f7e4
            
      Pierre-Yves Chibon 21f7e4
            
    • Pierre-Yves Chibon 21f7e4
              pagure-devel
      Pierre-Yves Chibon 21f7e4
            
      Pierre-Yves Chibon 21f7e4
          
      Pierre-Yves Chibon 21f7e4
          

      Pierre-Yves Chibon 21f7e4
            pagure is a free software licensed
      Pierre-Yves Chibon 21f7e4
            under the 
      Pierre-Yves Chibon 21f7e4
              GNU General Public License (GPL) v2
      Pierre-Yves Chibon 21f7e4
             or any later versions.
      Pierre-Yves Chibon 21f7e4
          

      Pierre-Yves Chibon 21f7e4
          

      Pierre-Yves Chibon 21f7e4
            This program is distributed in the hope that it will be useful, but
      Pierre-Yves Chibon 21f7e4
            WITHOUT ANY WARRANTY; without even the implied warranty of
      Pierre-Yves Chibon 21f7e4
            MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
      Pierre-Yves Chibon 21f7e4
            General Public License for details.
      Pierre-Yves Chibon 21f7e4
          

      Pierre-Yves Chibon 21f7e4
        
      Pierre-Yves Chibon 21f7e4
      {% endmacro %}