update readme

This commit is contained in:
Ben Harris 2018-02-22 01:41:14 -05:00
parent dec5d2f68c
commit 5057fcd28f
3 changed files with 28 additions and 2 deletions

View File

@ -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:

BIN
forum.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

View File

@ -18,9 +18,9 @@
</div>
<% end %>
<hr>
<%= if @kerosene.total_pages > 1 do %>
<hr>
<%= paginate @conn, @kerosene,
next_label: ">>",
previous_label: "<<"