{% extends "page.html" %} {% block title %}Linked-Data pages admin{% endblock %}

Linked-Data pages admin

{% block breadcrumb_content %}
  • Linked Data
  • Admin
  • {% endblock %} {% block primary_content_inner %}

    Linked-Data pages admin

    This is a tool to update the Linked-Data pages at http://data.gov.uk/linked-data according to the latest markdown in GitHub.

    {% if c.error %}
    {{c.error}}
    {% endif %} {% if c.deploy_error %}
    {{c.deploy_error}}
    {% endif %} {% if not c.error %}

    GitHub status

    {% set repo_url_with_branch = '%s/tree/%s' % (c.repo_url.replace('.git', ''), c.repo_branch) %}
    GitHub repository {{repo_url_with_branch}}
    Version {{c.repo_status}}

    data.gov.uk publish status

    Last deployed {{c.last_deploy}}
    Version {{c.deploy_status}}

    {% if c.stdout or c.stderr %}

    Publish results (Jekyll output)

    {{c.stdout|safe}}
    {{c.stderr|safe}}
    {% endif %} {% endif %} {% endblock %}