{% extends "base.html" %} {% load i18n %} {% comment %} layerindex-web - recipe detail page template Copyright (C) 2013 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block content %} {% autoescape on %}
Name | {{ recipe.name }} |
---|---|
Version | {{ recipe.pv }} |
Summary | {{ recipe.summary }} |
Description | {{ recipe.description }} |
Section | {{ recipe.section }} |
License | {{ recipe.license }}* |
Homepage | {% if recipe.homepage %}{{ recipe.homepage }}{% endif %} |
Bug tracker | {{ recipe.bugtracker }} |
Recipe file | {% if recipe.vcs_web_url %} {{ recipe.full_path }} {% else %} {{ recipe.full_path }} {% endif %} |
* - in OE-Classic, some of the license values were not accurate. Please refer to current recipes (if available) for this information.
Coverage | {{ recipe.get_cover_desc }} |
---|---|
Categories | {{ recipe.classic_category }} |