close Warning: Error with navigation contributor "LoginModule"

Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
Jan 16, 2009, 7:37:16 PM (15 years ago)
Author:
alafin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    1 Mercurial repo: http://hg.djangobb.org/ 
     1== What is DjangoBB? == 
     2 
     3DjangoBB is a quick and simple forum that uses the Django Framework (written in Python language).  
     4The code of the [http://pybb.org/ PyBB forum], which originator is Gregory Petukhov, was decided to be a basis of the engine. 
     5Abbreviation DjangoBB stands for '''Django''' '''B'''ulletin '''B'''oard. 
     6DjangoBB is distributed under the BSD license. 
     7 
     8 
     9== The basic concept of the forum progress is: == 
     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 
     15 * classic view of the forum like IPB, PhpBB, Punbb 
     16 * easy forum setup 
     17 * high speed 
     18 * security 
     19 
     20At 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. 
     21 
     22 
     23== User Support == 
     24'''English Version:''' 
     25[http://djangobb.org/forum/ http://djangobb.org/forum/] 
     26 
     27'''Russian Version:''' 
     28[http://djangobb.org/forum/ http://djangobb.ru/forum/] 
     29 
     30 
     31== Migration from other forum engines: == 
     32 
     33Unfortunately at the moment only migration from PunBB engine is supported. You can expand the list. If you have a script which can help to migrate from any other forum engine, please send it to us. 
     34      
     35For a migration you should run the following command: 
     36 
     37'''PunBB:''' 
     38 
     39{{{ 
     40python manage.py import_punbb 
     41}}} 
     42 
     43 
     44== "Why another forum?" == 
     45 
     46We consider at the moment there is no usable engine written in Django, existing implementations are too simple and have little function.