From 6bc9beea4bd2264bc637d7f00abdf8a263b8c380 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 25 Feb 2013 13:36:06 +0000 Subject: [PATCH] Improve about page Add titles, credits and list of components used. Signed-off-by: Paul Eggleton --- layerindex/about.html | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/layerindex/about.html b/layerindex/about.html index 3ecee75..f45f12b 100644 --- a/layerindex/about.html +++ b/layerindex/about.html @@ -6,11 +6,41 @@ --> {% block content %} +

About

+

This website indexes layers for the OpenEmbedded build system, suitable for use on top of OpenEmbedded-Core and distributions based upon it, providing additional recipes, machine support and/or distro policy configuration.

If you have a layer for use with OpenEmbedded that you wish to share with others, please submit it!

-

The code is Open Source and can be found on git.yoctoproject.org.

+

Technologies

+ +

This website makes use of the following technologies/components:

+ + +

Credits

+ +

This application was created for OpenEmbedded by the Yocto Project. Individual contributors:

+ + + +

The code is Open Source and can be found on git.yoctoproject.org. Patches welcome!

+ {% endblock %} {% block footer %}