AsmBB v2.5 has been released
What is AsmBB?
AsmBB is a web forum software, written entirely in assembly language (FASM) and using SQLite as a forum database engine.
AsmBB is aimed to provide the fastest and the lightest possible forum engine, able to handle huge communities on a very lightweight servers like cheap VPS or even shared hosting.
In addition, AsmBB has the simplest possible installation process and need no regular support. It simply works.
Also AsmBB has very high level of security. SQL injections are impossible by design. Most of other web attack vectors are simply missing.
What's new in this release?
1. User interface i18n
The first major new feature in this release is the internationalization of the engine. Now every user can choose different language for the user interface of the forum. Currently are available 4 languages: English, Bulgarian, Russian and French.
Notice, that some mistakes in the translations are possible and expected, so please, post your corrections and they will be fixed.
Great thanks to macadoum for the French translation.
2. Second markup language - BBCode
A parser for BBCode has been developed and now AsmBB understands two markup languages (MiniMag and BBCode).
In addition BBCode allows creation of scripts for migration from another forum engines, because BBCode is the most popular forum markup language.
3. Second email send mechanism
Now it is possible to use external programs (such as sendmail) for sending emails to the forum users. This mechanism makes installation easier in the cases where no email server is installed.
4. The usual performance improvements and bug fixes.
As usual the new release is faster than the previous and all detected bugs has been fixed. Of course, bugs and misbehaviours are still possible, so report them here and they will be fixed quickly.
Download and install
AsmBB has very simple installation and configuration process. It has virtually no dependencies and needs only a working web server.
Read the details here:
How to download the binary package and install AsmBB on shared hosting
Get the source code, learn it, hack it:
AsmBB source code repository - browse the timeline, source files, download or clone.