Thread overview
SDLang-D v0.10.4 - Minor maintenance release
Jul 18, 2018
Anton Pastukhov
July 16, 2018
announce.sdl:
==============================================================

// SDLang-D
// ---------
// A library to read (pull parse or dom) and write (dom)
// SDLang data (such as used by DUB's dub.sdl files).
//
// SDLang
// -------
// A text-file format similar to XML/JSON/YAML, but is
// less verbose than XML/JSON and has simpler grammar
// rules than YAML, and supports more basic datatypes
// than just strings.

// Changes in this version:
version "v0.10.4" desc="Minor maintenance release" {
    release-date 2018/07/15
    changes {
        fixed "TimeZone.getTimeZone deprecation hotfix" \
            issue=55 author="@ZILtoid1991"
	tests "Updated CI compiler list"
	tests "Fix tests on DMD 2.081"
	tests "Test on OSX (Travis) and Windows (AppVeyor)"
    }
}

// Marketing...
links {
    sdlang    url="https://sdlang.org/"
    sdlang-d  url="https://github.com/Abscissa/SDLang-D"
    dub       url="https://code.dlang.org/packages/sdlang-d"
    changelog url="https://github.com/Abscissa/SDLang-D/blob/master/CHANGELOG.md"
}

==============================================================
July 18, 2018
On Monday, 16 July 2018 at 04:14:12 UTC, Nick Sabalausky (Abscissa) wrote:
> announce.sdl:
> ==============================================================
>
> [...]

http://sdl.ikayzo.org/ is down, so maybe remove links to it from sdlang.org?
July 18, 2018
On 07/18/2018 01:57 PM, Anton Pastukhov wrote:
> On Monday, 16 July 2018 at 04:14:12 UTC, Nick Sabalausky (Abscissa) wrote:
>> announce.sdl:
>> ==============================================================
>>
>> [...]
> 
> http://sdl.ikayzo.org/ is down, so maybe remove links to it from sdlang.org?

Yea, it has been for a looong time :( I keep hoping it'll come back, but I guess it doesn't look like that's going to happen.