Changes between Version 61 and Version 62 of ForumAppsComparison
- Timestamp:
- Dec 19, 2010, 9:54:45 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ForumAppsComparison
v61 v62 1 1 = Django Forum Apps Comparison = 2 2 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. 3 '''Important:''' This page is obsolete since [http://djangopackages.com/ djangopackages.com] started hosting "grid" pages for comparing Django apps. Please add any information about Django forum apps on the [http://djangopackages.com/grids/g/forums/ Forums grid]. Also, please migrate any missing information from this page to the grid. Fully migrated data should be removed from this page. 4 5 Background about this page: Yvan Seth's blog entry [http://yvan.seth.id.au/Entries/Technology/Code/Django_Forum_Software.html Django Forum Software] from December 2007 listed a few well-known discussion forum applications for Django back then. This page continued on the same tracks and tried to gather a comparison of essential features in those applications. 4 6 5 7 [[BR]] … … 8 10 #!html 9 11 <table class="listing"> 10 <caption>Features currentlyevaluated</caption>12 <caption>Features evaluated</caption> 11 13 <thead> 12 14 <tr> … … 429 431 [[BR]] 430 432 431 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. 432 433 Most of my conclusions about supported features are based on reading the code, not on actually testing the apps. Please make corrections in case I missed something. 433 This page was originally created by [http://djangopeople.net/akaihola/ akaihola]. There was a [http://groups.google.com/group/django-users/browse_thread/thread/56a6b62aba0c8766 django-users thread] about this page. 434 434 435 435 === Comments === … … 437 437 438 438 === To do === 439 Ideas for making th is pagebetter:439 Ideas for making the [http://djangopackages.com/grids/g/forums/ djangopackages.com forum grid] better: 440 440 * add column for supported Django versions/revisions/branches 441 441 * add "import" column, e.g.: import existing phpBB2 forum data 442 442 443 443 === Links === 444 * The [http://djangopackages.com/grids/g/forums/ djangopackages.com forum grid] has replaced this page 444 445 * [ReusableAppResources other resources] for finding and evaluating re-usable apps 445 446 * similar [wiki:CMSAppsComparison comparison of content management apps]