madr.se Directus client, written in Elixir and Phoenix
Find a file
Anders Englöf Ytterström ef937ca0eb
Add feeds: event-map.js, RSS feed, ICS feed (#23)
* 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
2024-10-07 23:44:22 +02:00
assets List and show Brutal legends (#19) 2024-10-04 13:15:27 +02:00
config Add homepage view (#10) 2024-10-01 16:44:34 +02:00
lib Add feeds: event-map.js, RSS feed, ICS feed (#23) 2024-10-07 23:44:22 +02:00
priv Add homepage view (#10) 2024-10-01 16:44:34 +02:00
test Initiate next madr.se site 2024-09-04 10:12:36 +02:00
.containerignore Ship using container image (#8) 2024-09-15 22:45:00 +02:00
.formatter.exs Initiate next madr.se site 2024-09-04 10:12:36 +02:00
.gitignore Add homepage view (#10) 2024-10-01 16:44:34 +02:00
Containerfile Ship using container image (#8) 2024-09-15 22:45:00 +02:00
mix.exs Item views (#7) 2024-09-06 22:41:12 +02:00
mix.lock Item views (#7) 2024-09-06 22:41:12 +02:00
README.md Initiate next madr.se site 2024-09-04 10:12:36 +02:00

Mse25

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more