From dfbcb228c0ac1cf81fdc76c87269221da6d54263 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 14 Feb 2019 09:36:53 -0800 Subject: [PATCH] Adding README. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..524d5c702 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Rust Reddit Fediverse (to be renamed later) + +We have a twitter alternative (mastodon), a facebook alternative (friendica), so let's build a reddit alternative in the fediverse. + +## Goals / TODOs + +- Come up with a name / codename. +- Must have communities. +- Must have threaded comments. +- Should the comments / votes be static, or feel like a chat, like [flowchat?](https://flow-chat.com). +- How does voting work? Should we go back to the old way of showing up and downvote counts? Or just a score? +- Should it allow bots? +- Decide on tech to be used: I prefer Actix, Diesel for the back end, inferno, typescript and bootstrap for the front end. +- How do we do the activitypub stuff? +-