Choosing a forum: Difference between revisions

From OpenHatch wiki
Content added Content deleted
(Кем необходимо стать для того, чтобы преуспевать и богатеть.)
imported>Mark
(Basic research into forums options.)
Line 1: Line 1:
== '''Forum Options for OpenHatch''' ==
Именно стать, а не чем заниматься. Многие ошибаются, полагая, что их уровень жизни зависит от рода их деятельности, а не от того, кем они являются. В любой развитой стране найдутся люди, живущие на грани нищеты. И, наоборот, в странах с низким уровнем жизни есть состоятельные граждане. Известны примеры, когда дети одних и тех же родителей оказывались в противоположных социальных уровнях. К ним, можно отнести выпускников одних и тех же учебных заведений.


Люди с одинаковыми возможностями достигают противоположных результатов. И, причиной тому, они сами. Ваше сегодняшнее положение – результат вашего выбора, принятых решений, действий и поступков. Игнорируя этот факт, человек пытается оправдать свою несостоятельность, ссылаясь на различные трудности, проблемы, факторы, явления. Легче всего обвинить в своих неудачах кого-то или что-то, нежели найти причину в самом себе. Все в нашей жизни зависит от нас самих. Любые деньги будут потеряны, если их владелец не знает что с ними делать. Статистика показала что, счастливчики, которые «сорвали» куш в лотереи, вскоре оказались беднее, чем были. Также, деньги не будут заработаны человеком, который не знает, кем ему необходимо быть, чтобы ему платили больше. Если, хочешь зарабатывать выше среднего – будь выше среднего. Многие проводят каждый день в поисках денег, в надежде, что те их обогатят. Когда, следует рассмотреть финансовый успех как объект для изучения.

== Requirements: ==
Одним из способов стать успешнее – учиться на опыте собственной жизни. Чтобы уметь самосовершенствоваться и развивать свои навыки, необходимо уметь анализировать события собственной жизни. Именно они источник информации о том, как стать эффективнее и лучше. Мало кто обращает внимание на то, что происходит с ним изо дня в день и тем более не анализирует то, как можно изменить свою жизнь. Глупо рассчитывать на то, что не откуда прейдет идея о том, как преуспеть. Те, кто занимаются поиском необходимых знаний, зачастую их находят. Причем там, где и не рассчитывали найти.

Email list integration
В конце дня подводите итог, вспоминайте все события. Что делали, куда ходили, с кем общались. Успех сам по себе – плохой учитель. В отличии от неудач, которые стоят на пути к нему. Поэтому, следует анализировать не только позитивные события, но и негативные. Отмечайте, чем довольны, что можно было улучшить, а что следовало избежать. Разница в жизни определенного человека не в том, что с ним происходит, а в его отношении к происходящему. Развивайте привычку наблюдения за жизнью, анализа слов, поступков и действий. Влияйте на будущее, анализируя прошлое.
Login integration with main OH site
Jack has experience with other sites and doing this.
Заведите дневник. Эта рабочая тетрадь с каждым днем будет превращаться в бесценную книгу ваших идей в различных сферах жизни.




== Options: ==



'''Vanilla Forums'''

http://vanillaforums.org/

Written in PHP. (could buildout still get it as a dependency for the site?)

http://vanillaforums.org/docs/singlesignon

They currently have a password/cookies based plugin that will allow single site sign in.
It appears they are working on OAuth based single sign on.
Decently sized community behind it.
You can have a hosted version that integrates with your site easily, but it’s a pay to play.

Has a mobile layout. http://vanillaforums.org/features/mobile
It can send email, but I didn’t see anything specifically for mailing list.

Tutorial videos. http://www.screenr.com/user/vanilla
***TODO*** Intall local version to see how easy it is. PHP sites tend to be dead simple to install.



'''GroupServer'''

http://groupserver.org

Written in Python, specifically using the Zope framework.
http://groupserver.org/groupserver/architecture/

If we had to write our own integration, would this make things easier?
Has a hosted option. http://onlinegroups.net/
At first glance, user manuals don’t really look all that clear or helpful.
Definitely has mailing list features. It actually looks quite full featured.

http://groupserver.org/groupserver/features/

***TODO*** Intall local version to see how easy it is.



'''Phorum'''

http://www.phorum.org

Written in PHP.
External authentication plugin, which only supports certain apps.
We would have to write our own code for making it work with Django.

http://www.phorum.org/phorum5/read.php?62,134494,134494#msg-134494

Mailing list plugin.
http://www.phorum.org/phorum5/read.php?62,129244,129244#msg-129244




== Django Modules. Login integration would be automatic (I am assuming). ==



A nice comparison of options exists: https://code.djangoproject.com/wiki/ForumAppsComparison &
http://djangopackages.com/grids/g/forums/


'''AskBot''' (UPDATE: it looks like http://www.osqa.net/ may be better. It was a fork of the original project.)

http://askbot.org/en/questions/
Based on the Q&A style of StackOverflow. Non-traditional look, but very popular right now.
Login integration details: http://askbot.org/doc/askbot-as-reusable-django-application.html
This seems to be quite an active project. Last commit was 2 days prior. Severak committers to the project and appears they have unit test written.
Email list integration?

***TODO*** Intall local version to see how easy it is. Try this as an addon to OH install.


'''DjangoBB'''

http://djangobb.org/

In the style of phpBB
Personal opinion - this style forum looks dated and wouldn’t look great with OH’s more hip style.
They refer to it as “classic style”.
Looks like there is only one author to this project (just a single committer, but maybe he has been accepting patches).
Last commit was 4 weeks prior.
Login integration:
Requires: django-authopenid and django-registration, both of which are already in the buildout requriements for OH.
Not sure how easy integraton would be.


'''PyBB'''

http://packages.python.org/pybb/#
https://bitbucket.org/lorien/pybb/wiki/Home

Login integration is automatic, as this was build as a reusable app.
Has email subscription to threads, like most, but nothing specific to email list integration.

Revision as of 22:50, 15 June 2011

Forum Options for OpenHatch

Requirements:

Email list integration Login integration with main OH site Jack has experience with other sites and doing this.



Options:

Vanilla Forums

http://vanillaforums.org/

Written in PHP. (could buildout still get it as a dependency for the site?)

http://vanillaforums.org/docs/singlesignon

They currently have a password/cookies based plugin that will allow single site sign in. It appears they are working on OAuth based single sign on. Decently sized community behind it. You can have a hosted version that integrates with your site easily, but it’s a pay to play.

Has a mobile layout. http://vanillaforums.org/features/mobile It can send email, but I didn’t see anything specifically for mailing list.

Tutorial videos. http://www.screenr.com/user/vanilla

      • TODO*** Intall local version to see how easy it is. PHP sites tend to be dead simple to install.


GroupServer

http://groupserver.org

Written in Python, specifically using the Zope framework. http://groupserver.org/groupserver/architecture/

If we had to write our own integration, would this make things easier? Has a hosted option. http://onlinegroups.net/ At first glance, user manuals don’t really look all that clear or helpful. Definitely has mailing list features. It actually looks quite full featured.

http://groupserver.org/groupserver/features/

      • TODO*** Intall local version to see how easy it is.


Phorum

http://www.phorum.org

Written in PHP. External authentication plugin, which only supports certain apps. We would have to write our own code for making it work with Django.

http://www.phorum.org/phorum5/read.php?62,134494,134494#msg-134494

Mailing list plugin. http://www.phorum.org/phorum5/read.php?62,129244,129244#msg-129244



Django Modules. Login integration would be automatic (I am assuming).

A nice comparison of options exists: https://code.djangoproject.com/wiki/ForumAppsComparison & http://djangopackages.com/grids/g/forums/


AskBot (UPDATE: it looks like http://www.osqa.net/ may be better. It was a fork of the original project.)

http://askbot.org/en/questions/ Based on the Q&A style of StackOverflow. Non-traditional look, but very popular right now. Login integration details: http://askbot.org/doc/askbot-as-reusable-django-application.html This seems to be quite an active project. Last commit was 2 days prior. Severak committers to the project and appears they have unit test written. Email list integration?

      • TODO*** Intall local version to see how easy it is. Try this as an addon to OH install.


DjangoBB

http://djangobb.org/

In the style of phpBB Personal opinion - this style forum looks dated and wouldn’t look great with OH’s more hip style. They refer to it as “classic style”. Looks like there is only one author to this project (just a single committer, but maybe he has been accepting patches). Last commit was 4 weeks prior.

Login integration: Requires: django-authopenid and django-registration, both of which are already in the buildout requriements for OH. Not sure how easy integraton would be.


PyBB

http://packages.python.org/pybb/# https://bitbucket.org/lorien/pybb/wiki/Home

Login integration is automatic, as this was build as a reusable app. Has email subscription to threads, like most, but nothing specific to email list integration.