Browse Source

Marked a few TODOs as solved and added them to the features
I have also added a small gallery

sh4nks 11 years ago
parent
commit
7e7981c576
1 changed files with 4 additions and 4 deletions
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -5,25 +5,25 @@ using the micro framework Flask.
 
 
 
 
 I don't have a server at the moment, so the demo does not work at http://flaskbb.org
 I don't have a server at the moment, so the demo does not work at http://flaskbb.org
-
+but you can view a few picture [here](http://imgur.com/a/RdLGz).
 
 
 ## FEATURES
 ## FEATURES
 
 
 * A Bulletin Board like FluxBB, DjangoBB in Flask
 * A Bulletin Board like FluxBB, DjangoBB in Flask
+    * with Subforums
 * Private Messages
 * Private Messages
 * Admin Interface
 * Admin Interface
 * Group based permissions
 * Group based permissions
 * BBCode support
 * BBCode support
+* Topic Tracker
+* Unread Topics/Forums
 
 
 
 
 ## TODO
 ## TODO
 
 
-* Topic Tracker (in progress)
-* Track the unread posts and mark them as new
 * A own theme and make FlaskBB themable with Flask-Themes2
 * A own theme and make FlaskBB themable with Flask-Themes2
 * Localization (Babel)
 * Localization (Babel)
 * Searching for members, posts,...
 * Searching for members, posts,...
-* Subforums
 * Figure out how to integrate it in another app where you can use the models from flaskbb and so on..
 * Figure out how to integrate it in another app where you can use the models from flaskbb and so on..