elixir-web / weber

[WiP] Web framework for Elixir inspired by Rails [#WeberMVC at freenode]
http://elixir-web.github.io/weber/
MIT License
371 stars 33 forks source link

Add auto_discovery_link_tag helper for rss/atom #168

Closed 0xAX closed 10 years ago

0xAX commented 10 years ago

Add auto_discovery_link_tag helper for rss/atom.

Example:

# will producde:
auto_discovery_link_tag(:rss | :atom, "http://mysite.com/posts.atom")
0xAX commented 10 years ago

In progress