layerindex-web/layerindex
Paul Eggleton 1643aef67d Navigation improvements
* Drop the front page - this just gets in the way. Redirect to the
  layers list instead. This has meant adding a touch more text to the
  about page and adding the FAQ link to the footer.
* Use a separate navbar to hold the branch selector and the main
  top-level  pages (Layers, Recipes, Machines) instead of tabs
* All pages depending on a branch selection are now under
  branch/<branchname>/ so we don't need to have the branch selection on
  every page.
* Use breadcrumbs on recipe detail and layer detail pages instead of
  tabs
* Add title to recipe detail page

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-09-05 00:31:23 +01:00
..
fixtures Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
migrations Add support for importing OE-Classic recipes 2013-09-05 00:31:22 +01:00
static Add support for importing OE-Classic recipes 2013-09-05 00:31:22 +01:00
templatetags Improve pagination for recipe list 2013-02-19 18:28:48 +00:00
tools Add support for importing OE-Classic recipes 2013-09-05 00:31:22 +01:00
__init__.py Initial commit of layerindex-web 2013-02-13 12:09:57 +00:00
admin.py Add support for importing OE-Classic recipes 2013-09-05 00:31:22 +01:00
bulkchange.py Add recipe bulk change feature 2013-08-11 11:28:14 +01:00
context_processors.py Navigation improvements 2013-09-05 00:31:23 +01:00
forms.py Add support for importing OE-Classic recipes 2013-09-05 00:31:22 +01:00
models.py Navigation improvements 2013-09-05 00:31:23 +01:00
recipedesc.py Add support for importing OE-Classic recipes 2013-09-05 00:31:22 +01:00
recipeparse.py Add support for importing OE-Classic recipes 2013-09-05 00:31:22 +01:00
simplesearch.py Improve recipe search 2013-02-19 17:22:45 +00:00
update.py Add support for importing OE-Classic recipes 2013-09-05 00:31:22 +01:00
urls_branch.py Navigation improvements 2013-09-05 00:31:23 +01:00
urls.py Navigation improvements 2013-09-05 00:31:23 +01:00
utils.py Split out recipe parsing and utility functions to a separate module 2013-07-28 18:43:11 +01:00
views.py Navigation improvements 2013-09-05 00:31:23 +01:00