{% extends "master.html" %} {% from "_formhelpers.html" import render_field_in_row %} {% block title %}Host Category{% endblock %} {%block tag %}home{% endblock %} {% block header %} {% endblock %} {% block content %}

Host category

Back to {{ host.site.name }} / {{ host.name }}

Hosts carry categories of software. Example Fedora categories include Fedora and Fedora Archive.

{% if is_admin %}
{{ render_field_in_row(form.always_up2date) }}

{{ form.csrf_token }}

{% endif %}

URLs serving this content

The same content may be served by multiple means: http, https, and rsync are common examples. Content may also be served via a 'private' URL only visible to other mirror admins. Such private URLs usually include a nonstandard rsync port, and/or a username and password. Admins from Mirror Sites on your SiteToSite list can see these private URLs.

[add] {% if hostcategory.urls %} {% endif %} {% if hostcategory.directories %}

Up-to-Date Directories this host carries

{% endif %} {% endblock %}