Changes between Version 13 and Version 14 of ForumAppsComparison
- Timestamp:
- Mar 10, 2008, 3:20:16 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ForumAppsComparison
v13 v14 3 3 Yvan Seth's blog entry [http://yvan.seth.id.au/Entries/Technology/Code/Django_Forum_Software.html Django Forum Software] from December 2007 lists a few well-known discussion forum applications for Django. This page continues on the same tracks and tries to gather a comparison of essential features in those applications. 4 4 5 Hover the mouse pointer over the column headings and * symbols for verbose descriptions. 5 [[BR]] 6 6 7 {{{ 7 8 #!html 8 9 <table class="listing"> 10 <caption>Features currently evaluated</caption> 11 <thead> 12 <tr> 13 <td>Feature</td> 14 <td>Description</td> 15 </tr> 16 </thead> 17 <tbody> 18 <tr> 19 <td>demo</td> 20 <td> 21 If the application has a public demo site, a link and 22 login/password are given. 23 </td> 24 </tr> 25 <tr> 26 <td>guest-post</td> 27 <td>Visitors can post messages without registration.</td> 28 </tr> 29 <tr> 30 <td>notify</td> 31 <td> 32 An administrator can be notified by E-mail and/or SMS about 33 new messages. 34 </td> 35 </tr> 36 <tr> 37 <td>moderate</td> 38 <td> 39 It's possible to hide new messages until they are approved by 40 an administrator. 41 </td> 42 </tr> 43 </tbody> 44 </table> 45 }}} 46 47 [[BR]] 48 49 {{{ 50 #!html 51 <table class="listing"> 52 <caption>Summary of major Django forum/discussion apps and their support for the above features</caption> 9 53 <thead> 10 54 <tr> … … 117 161 </tr> 118 162 </tbody> 163 <tfoot> 164 <tr> 165 <td colspan="6"> 166 Column headings and * symbols reveal verbose descriptions when the mouse pointer hovers over them. 167 </td> 168 </tfoot> 119 169 </table> 120 170 }}} 171 172 [[BR]] 121 173 122 174 This page was originally created by [http://djangopeople.net/akaihola/ akaihola]. There's a [http://groups.google.com/group/django-users/browse_thread/thread/56a6b62aba0c8766 django-users thread] about this page. I'll update information posted on that thread to this page. … … 127 179 === To do === 128 180 Ideas for making this page better: 129 * come up with a better UI than mouse hover for the verbose descriptions130 181 * add column for supported Django versions/revisions/branches