openhatch / oh-contribution-stories

A website to accept stories, to learn how others experience participation in free software communities
8 stars 18 forks source link

As a site visitor, I want to browse stories by tags via the front page of the site #8

Closed paulproteus closed 10 years ago

paulproteus commented 10 years ago

Implementation: define some tags/tag structure, implement via Pelican tag and/or categories system

paulproteus commented 10 years ago
[19:50:30] <paulproteus> Other fun fact:
[19:50:30] <paulproteus> All templates will receive the variables defined in your settings file, if they are in all-caps. You can access them directly.
[19:50:52] <paulproteus> Therefore, if we define a dict in the settings file that goes from tagslug => tagnicename, then we can use that from our template.
[19:53:03] <paulproteus> sorted([('x', ['x','y','z']), ('y', ['3', '4', '5'])])
[19:58:32] <paulproteus> TAG_TO_NICE_NAME = {'helpedby-irc': "Helped by IRC"}
shaunagm commented 10 years ago

Closed by 47a0ca6843416998950c10b52a325531d89770c6