Comment server Comentario 3.0.0 published

After seven months of development, the Comentario 3.0.0 project has been released, developing a free comment server for web pages, a fork from the now abandoned Comment server. Comentario allows you to quickly embed the ability to leave comments on your website or blog by adding a JavaScript file, commentario.js, which is about 20 KB in size, to the download page. It supports a tree-like organization of discussions, the use of the Markdown format, authentication through social networks, setting moderation rules, connecting external services to block violations, and management through the administrator interface. The server code of the project is written in Go, and the client code is written in JavaScript using the Angular framework. The project's developments are distributed under the MIT license. To evaluate the capabilities of the engine, a demo page is available, on which, among other things, you can test the admin panel.

Among the changes in the new version:

  • The ability to define user roles has been implemented and a global superuser privilege has been added.
  • Added static and dynamic server configuration.
  • The ability to ban users is provided.
  • Moderation settings have been expanded.
  • Added support for extensions that check comment text for spam or toxic content.
  • Visitor statistics have been expanded (only collection for now).
  • Provides viewing of pages and comments throughout the site domain.
  • Added support for loading user avatars.
  • Provided the ability to log in via Facebook, non-interactive Single Sign-On.
  • Added support for images in comments.
  • There is an option to disable links in comments.
  • Added option to replace home page content.
  • The database structure has been completely redesigned.
  • Added support for PostgreSQL versions from 10 to 16 inclusive.
  • Binary server parts have been generated in the form of .deb and .rpm packages, when installed, Comentario is launched as a systemd service.

 Comment server Comentario 3.0.0 published


Source: opennet.ru

Add a comment