close
Warning:
Error with navigation contributor "LoginModule"
- Timestamp:
-
Aug 8, 2009, 12:41:18 PM (16 years ago)
- Author:
-
FILLIPO
- Comment:
-
more respect towards english grammar, slight readability improvements. frankly speaking, still some phrases sound weird. unfortunatelly, have no ideas how to change them(
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v10
|
v11
|
|
| 1 | 1 | == What is DjangoBB? == |
| 2 | 2 | |
| 3 | | DjangoBB is a quick and simple forum that uses the Django Framework (written in Python language). |
| 4 | | The code of the [http://pybb.org/ PyBB forum], which originator is Grigoriy Petukhov, was decided to be a basis of the engine. |
| | 3 | DjangoBB is a quick and simple forum which uses the Django Framework (written in Python language). |
| | 4 | The code of the [http://pybb.org/ PyBB forum], by Grigoriy Petukhov, was chosen to be the basis of the engine. |
| 5 | 5 | Abbreviation DjangoBB stands for '''Django''' '''B'''ulletin '''B'''oard. |
| 6 | 6 | DjangoBB is distributed under the BSD license. |
| … |
… |
|
| 9 | 9 | == The basic concept of the forum progress is: == |
| 10 | 10 | |
| 11 | | * usage of various DBMS (MySQL, PostgreSQL, Oracle, SQLite) |
| 12 | | * ease of integration into any Django project and ease of installation |
| 13 | | * usage of standard libraries for launching on conventional hostings with python support |
| 14 | | * easy installation process accessible to an average user |
| | 11 | * the usage of various DBMS (MySQL, PostgreSQL, Oracle, SQLite) |
| | 12 | * the ease of integration into any Django project and the ease of installation |
| | 13 | * the usage of standard libraries for launching on conventional hostings with python support |
| | 14 | * user-friendly installation process |
| 15 | 15 | * classic view of the forum like IPB, PhpBB, Punbb |
| 16 | 16 | * easy forum setup |
| 17 | 17 | * high speed |
| 18 | | * security |
| | 18 | * reliability |
| 19 | 19 | |
| 20 | | At this stage of development the chief object is a functional implementation of the PunBB forum, in the sequel it is projected to expand it significantly. |
| | 20 | At the current stage of development the main object is the functional implementation of the PunBB forum, in the sequel it is projected to expand it significantly. |
| 21 | 21 | |
| 22 | 22 | == How to get DjangoBB sources? == |
| … |
… |
|
| 51 | 51 | == "Why another forum?" == |
| 52 | 52 | |
| 53 | | We consider at the moment there is no usable engine written in Django, existing implementations are too simple and have little function. |
| | 53 | As far`as we are conserned, there is no usable engine written in Django. In our humble opinion, existing implementations are too simple and have little function. |
| 54 | 54 | |
| 55 | 55 | == Sites using DjangoBB == |