{% extends "base.html" %} {% macro write_toc(title, lst) %}
  • {{ title }}
  • {% endmacro %} {% macro write_framework_list(frameworks) %} {% for fw in frameworks %} {% endfor %}
    Framework Maintainer Type
    {% for platform in available_platforms %} {% if fw.platform_dict.get(platform) %} {% endif %} {{ platform }} {% if fw.platform_dict.get(platform) %} {% endif %} {% endfor %}
    {{fw.fancyname}}
    {{fw.description}}
    {% set fwinfo = fw %}{% include "fwmaintainer.html" %} {{ fw.type }}
    {% endmacro %} {% block page_title %}{{title}} - Frameworks{% endblock %} {% block title %}Frameworks{% endblock %} {% block head %} {% endblock %} {% block content %}

    {{title}}

    KDE Frameworks API Reference

    The KDE Frameworks

    {% for para in tierinfo.intro %}

    {{ para }}

    {% endfor %}

    List of Frameworks by Tier

    {% for tier, frameworks in framework_lst|groupby('tier') %}

    Tier {{tier}}

    {{ tierinfo.tiers[tier] }}

    {{ write_framework_list(frameworks) }} {% endfor %}

    Porting Aids

    {{ write_framework_list(porting_aid_lst) }}
    {% endblock content %} {% block sidebar %} {% endblock %} {# sidebar #}