Просмотр исходного кода

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

sh4nks 11 лет назад
Родитель
Сommit
7e7981c576
1 измененных файлов с 4 добавлено и 4 удалено
  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
-
+but you can view a few picture [here](http://imgur.com/a/RdLGz).
 
 ## FEATURES
 
 * A Bulletin Board like FluxBB, DjangoBB in Flask
+    * with Subforums
 * Private Messages
 * Admin Interface
 * Group based permissions
 * BBCode support
+* Topic Tracker
+* Unread Topics/Forums
 
 
 ## TODO
 
-* Topic Tracker (in progress)
-* Track the unread posts and mark them as new
 * A own theme and make FlaskBB themable with Flask-Themes2
 * Localization (Babel)
 * 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..