* Fix icalendar validation errors
* Add RSS feed to documents
* Add stuff to meta: opengraph, canonical
* Add SEO robots meta elements
* Fix correct page titles
* Add more semantics to HTML
* Remove breadcrumbs from templates
* Render breadcrumbs in layout
Each controller should provide their own breadcrumb
trail as a list of tuples, where each tuple is the
pair of a slugified key and a human readable label.
Example:
[{"blog", "Webblogg"}]
[{"blog", "Webblogg"}, "2024", "2024"]
* Add CSS util class to show content only to screen readers
* Load interactive event map only on events page
* Decrease home logo size
* Use correct HTML element for time
* Improve Home page HTML semantics
* Add Person RFDa to footer
* Add RDFa to articles: annual, item, articles
* Enrich links semantics using RDFa
* Enrich Page semantics using RDFa
* Enrich Album semantics using RFDa
* Enrich Event semantics with RDFa
* Add Feed view
* Update Directus client to support feeds
- Provide content for list data
- Add virtual fields to albums.
* Finalize archive view for Timeline module
* Remove unused scaffold code
* Add feed controller views: rss, calendar, js map
* Use module var to set fallback limit value
* Setup routes to feeds
* Fix warnings and typos
* Improve Directus client
- Rearrange and group functions to match
- Allow whitespace when searching
- provide category to event list
* Add event list view
* Show band information on festival-ish events
* Extract view helpers to reusable module
Code is shared between ItemHTML and PageHTML,
and they really do not belong in web anyway
since it is usable outside web scope as well.
* Rename utils to event helpers
It is a file that handles the poor design choice
of the datamodel for events, so let the module
name describe that.
* Sync event view
- Replace scaffold markup with production markup
- Send more data from Directus client
* Cleanup CSS file
* Add free text query to Directus client
* Add search form to article list view
* Search titles instead of contents
Will prevent DDOS slighty.
* Exclude not published items in directus client
* Add link view to page controller
* Add page controller links list view to router
* Add links list view CSS
* Add permalink view for link
* Improve page titles
* Let user copy link permalink to clipboard
if alt, shift or ctrl are pressed, fallback to
default behavior.
* Improve Directus client event sorting and filtering
* Add Directus client getters: albums, album
* Rearrange home view
Add brutal legends move some things around.
* Ignore files when creating container image
* Add Containerfile
Generated using mix phx.gen.release --docker.
Updated to use Alpine instead of Debian (-50% disk
usage), and stripped away comments.
* Add Earmark dependency
For markdown to HTML conversion
* Display items by slug: articles, pages
* Handle 401 Forbidden responses in Directus
* Add item controller as pokemon route
* Strip out generated layouts
* Plan future routes
* Look for item in order: article, link, event, album
* Add item templates