ScroogeXHTML for Object Pascal 8.1 released

ScroogeXHTML for Object Pascal is a library which supports a subset of the Rich Text Format (RTF) standard. It converts RTF to HTML5 and XHTML stand-alone documents, or to fragments which can be embedded in other documents. The library is compatible with Delphi 2009+ and with Free Pascal 3.2.0. The 8.1 release includes small improvements … Continue reading ScroogeXHTML for Object Pascal 8.1 released

ScroogeXHTML for Object Pascal 7.3 released

ScroogeXHTML for Object Pascal is a library which supports a subset of the Rich Text Format (RTF) standard. It converts RTF to HTML5 and XHTML standalone documents, or to fragments which can be embedded in other documents. ScroogeXHTML converts text attributes including background and highlight colors, paragraph alignment (left, right, centered, justified) and indent (left, … Continue reading ScroogeXHTML for Object Pascal 7.3 released

ScroogeXHTML for Delphi 7.1 released

Version 7.1 of ScroogeXHTML for Delphi is a maintenance release which contains minor improvements and fixes. Full release notes can be found here. Resources Demo version: https://www.habarisoft.com/scroogexhtml/7.1/ScroogeXHTMLDemo.zip User guide: https://www.habarisoft.com/scroogexhtml/7.1/docs/ScroogeXHTMLGettingStarted.pdf API: https://www.habarisoft.com/scroogexhtml/7.1/docs/api/index.html Home page: https://www.scroogexhtml.com/scroogexhtml_delphi.html ScroogeXHTML is also available for the Java platform.

Habari Client libraries release 2020.04

Habarisoft released the 2020.04 version of its Object Pascal STOMP client libraries for application integration with open source message brokers Apache ActiveMQ, Artemis, OpenMQ and RabbitMQ. The release includes Habari Client for ActiveMQ 6.5 - tested with Apache ActiveMQ 5.15.12 Habari Client for Artemis 6.5 - tested with Apache ActiveMQ Artemis 2.10.1 Habari Client for … Continue reading Habari Client libraries release 2020.04

Habari Client libraries release 2019.12

Habarisoft released the 2019.12 version of its Object Pascal STOMP client libraries for application integration with open source message brokers Apache ActiveMQ, Artemis, OpenMQ and RabbitMQ. The release includes Habari Client for ActiveMQ 6.4 - tested with Apache ActiveMQ 5.15.10 Habari Client for Artemis 6.4 - tested with Apache ActiveMQ Artemis 2.10.1 Habari Client for … Continue reading Habari Client libraries release 2019.12

Habari Client libraries release 2019.08

Habarisoft released the 2019.08 version of its Object Pascal STOMP client libraries for application integration with open source message brokers Apache ActiveMQ, Artemis, OpenMQ and RabbitMQ. The release includes Habari Client for ActiveMQ 6.3 - tested with Apache ActiveMQ 5.15.9 Habari Client for Artemis 6.3 - tested with Apache ActiveMQ Artemis 2.9.0 Habari Client for … Continue reading Habari Client libraries release 2019.08

How to: Let’s Encrypt certificates with Indy HTTP Server

This article guides you through the setup for a simple HTTPS server using Let's Encrypt certificates. Download the project source The example project is included in the Daraja demo folder at https://github.com/michaelJustin/daraja-framework/tree/master/demo/https. You may use the project IndyHttpsTest with Delphi 6 or later, or with the Lazarus IDE. This stand-alone project only requires the Indy … Continue reading How to: Let’s Encrypt certificates with Indy HTTP Server

Daraja HTTP Framework 2.0 released

The Daraja HTTP Framework is a free open source library for Object Pascal (Free Pascal 3.0.4, Delphi 2009+), based on the stand-alone HTTP server component in Internet Direct (Indy). The 2.0 release uses const parameters in the Handle method of the IHandler interface and its implementing classes. old: - procedure Handle(Target: string; Context: TdjServerContext; Request: … Continue reading Daraja HTTP Framework 2.0 released