{% extends "page.html" %} {% block subtitle %}{{ _('Publication Scheme') }}{% endblock %} {% block breadcrumb_content %}
  • {% link_for _('Publication Scheme'), controller='ckanext.salford.plugin:SalfordController', action='publication_scheme' %}
  • {% endblock %} {% block primary %}

    Under the Freedom of Information Act, the council is required to have a publication scheme that sets out our commitment to routinely make available certain classes of information.

    This page provides access to those datasets and information that are proactively published in electronic format (and where possible licensed for re-use) as part of Salford City Council's Publication Scheme.

    The council has adopted the Information Commissioner’s Model Publication Scheme which categorises information into the following classes:

    {% for information_class in h.information_classes() %}

    {{ information_class }}

    {% snippet "snippets/package_list.html", packages=h.datasets_for_information_class(information_class) %} {% endfor %}

    If you cannot find what you are looking for you can make a request for the information under the provisions of the Freedom of Information Act.

    For further information concerning the Scheme please contact:

    Corporate Information Officer
    Salford City Council
    Civic Centre
    Chorley Road
    Swinton
    SALFORD
    M27 5DA

    Telephone: 0161 793 2407
    Email teresa.webb@salford.gov.uk

    {% endblock %} {% block secondary %}{% endblock %}