MiniMagAsm is minimalistic, but powerful and flexible content management system (CMS). It is a rewrite of MiniMag in assembly language (FASM). As expected, it is a very small and very fast Web application. It has a flexible architecture and is highly customizable by the user without the need for the code to be changed and recompiled. The system uses .txt files to store articles, formatted with a lightweight markup language which is very similar to Markdown. MiniMagAsm is portable CGI application which runs on Windows or Linux Web hosting.
| Tags | Web Application cgi Internet |
|---|---|
| Licenses | Artistic |
| Operating Systems | Windows (32/64 bit) Linux (32/64 bit) |
| Implementation | Assembly FASM |
Recent releases


Release Notes: A small bug has been fixed in the markdown parser.


Release Notes: The latest version of FreshLib has been used in order to get the new version of the CMS Markdown parser. The main new feature is support for SWF animations.


Release Notes: The engine was changed in order to get MiniMagAsm independent of external libraries in Linux. Now it does not import any functions from shared libraries, and can work on 64-bit Linux hosting without 32-bit compatibility packages installed.


Release Notes: This release fixes a bug in "feedback.cgi" concerning bot protection and ban lists. Banned comments should now be reported properly in the site log as banned.


Release Notes: This release changes the default visual style. The old one is separated as a template in the "Templates/" directory. A bug in the "feedback.cgi" that caused innocent people to be banned from posting feedback has been fixed.