v2.0 Development
What was wrong with v1.2?
- main reason: phpBB2 only
- disorganised mix of object-oriented and procedural code
- bug-fixing getting harder and harder
v2.0 concepts
- Format-agnostic message hub.
- Pluggable channels linked into chains. Input channels convert messages to a generic format, and output channels convert the generic message into a proprietary format
- Message filters – HTML, BBcode, Markdown, strip and/or detect spam, add footers, banners, presentation elements
- Both cron and event triggered
- Channels and filters can be contributed by 3rd-parties. Easy installation.
- All chains configured in a centralized environment through a single Admin Control Panel.
You can check out some demonstration videos of v2.0 alpha 4.
Read more about v2.0 design and technology, or try installing the alpha release.
We need developers! Any interested PHP developers, please see the Get Involved page
