Introducing Diskuto - an embeddable comment system

Sönke Ludwig via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Mar 16 03:23:37 PDT 2017


Am 16.03.2017 um 08:30 schrieb Sönke Ludwig:
> Am 15.03.2017 um 21:30 schrieb Nick Sabalausky (Abscissa):
>> Nice. The only example code uses diet templates though, how would one
>> embed this when not using diet?
>
> I'll add two more examples - one using only JavaScript to embed the
> comments, which also works for non-D applications, and one using
> `compileDietHTMLFile`, writing the HTML directly to an output range.

The latest version now offers three embedding modes:
https://github.com/rejectedsoftware/diskuto/tree/master/examples

User accounts and simple moderation are also supported now. The 
embed-diet example shows how this can be plugged in.


More information about the Digitalmars-d-announce mailing list