diff --git a/README.md b/README.md index fec99fb..2353923 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,30 @@ -# Forum +# [forum](https://forum.tilde.team/) + +this repo is a forum that integrates with [tilde.team](https://tilde.team/), authenticating with the user account on the server and pulling profile pics from each user's home folder (`~/public_html/avatar.png` if you're curious). more integrations to come. + +![forum](forum.png) + +## [roadmap](https://github.com/tilde-team/forum/projects/1) + +* user mentions (i'm thinking in the form of `~user`) +* notifications for activity in threads you start and mentions +* deeper integration with tilde.team + - sudoers on the server will have admin rights on the forum + - profile info will pull from a custom file in their ~/public_html +* youtube embeds (extend markdown somehow) + + +you need an account on [tilde.team](https://tilde.team/signup/) to use the forum :) + +thanks for stopping by our little community! + +~ben + + + +--- + +> quick links for later (from the phoenix bootstrap) To start your Phoenix server: diff --git a/forum.png b/forum.png new file mode 100644 index 0000000..4d4dc65 Binary files /dev/null and b/forum.png differ diff --git a/lib/forum_web/templates/thread/index.html.eex b/lib/forum_web/templates/thread/index.html.eex index 276c0e4..8736062 100644 --- a/lib/forum_web/templates/thread/index.html.eex +++ b/lib/forum_web/templates/thread/index.html.eex @@ -18,9 +18,9 @@ <% end %> -
<%= if @kerosene.total_pages > 1 do %> +
<%= paginate @conn, @kerosene, next_label: ">>", previous_label: "<<"