Rafał Pitoń 7 лет назад
Родитель
Сommit
ee5bf54213
1 измененных файлов с 5 добавлено и 2 удалено
  1. 5 2
      README.rst

+ 5 - 2
README.rst

@@ -46,6 +46,7 @@ Production use
 As of now Misago implements all features considered "must have" on live internet forum:
 
 * Your users may register accounts, set avatars, change options and edit their profiles. They have option to reset forgotten password.
+* Sign in with Facebook, Google, Github, Steam, Blizzard.net or any other over 50 supported OAuth providers.
 * Site admins may require users to confirm validity of their e-mail addresses via e-mail sent activation link, or limit user account activation to administrator action. They can use custom Q&A challenge, ReCAPTCHA, Stop Forum Spam or IP's blacklist to combat spam registrations. Pletora of settings are available to control user account behaviour, like username lengths or avatar restrictions.
 * Create categories together with unlimited number and depth of subcategories.
 * Write messages using either GitHub flavoured markdown, BBCode subset, or both.
@@ -53,6 +54,7 @@ As of now Misago implements all features considered "must have" on live internet
 * Complete moderation toolset allowing admin-approved moderators to edit, move, hide, approve, delete or close user posted content. This also includes option to delete or block user accounts or avatars.
 * Ban system allows you to ban existing users as well as forbid certain user names, e-mails or IP addresses from registering accounts.
 * Permission system allowing you to control which features are available to users based on their rank, roles or category they are in.
+* Post accurate read tracker that lets your users spot threads with new posts as well as let moderators spot unapproved replies and non-moderators spot approved posts.
 * Private threads feature allowing users to create threads visible only to them and those they've invited. 
 * Python-based profile fields framework letting site owners to define custom fields for users to fill in complete with powerful customization options for custom requirements, display or validation logic.
 * Rich polls  system, allowing polls with public and private voters, single and multiple choices as well as ones that allow vote change or limit voting tp limited period of time.
@@ -71,10 +73,11 @@ Even more features will follow in future releases:
 * Forum-wide JS routing further reducing navigation times.
 * IP search for moderators to find `sock puppets <https://en.wikipedia.org/wiki/Sockpuppet_(Internet)>`_ or bot nets.
 * Notifications for users to notice content and events of concern faster.
-* Post accurate read tracker that lets moderators spot unapproved replies and non-moderators spot approved posts.
-* Sign in with Facebook/Google/Github/Steam/etc/ect.
+* OAuth2 server for those looking to use Misago as auth provider for other apps.
 * Warning system for easy tracking users history of infractions and offenses.
 * WYSIWYM content editor for even easier post formatting.
+* Ranking system for forum search results based on post links, likes, author and thread importance.
+* Post reactions in place of likes.
 
 If you are looking into using Misago to run live forum, you are absolutely invited to, but please keep in mind that Misago is relatively immature software that may contain serious bugs or issues as well as quirks and lackings thay may take time to resolve, despite best efforts.