J On 28 Jul 2014 18:35, "Sönke Ludwig" <[email protected]> wrote: > > Am 28.07.2014 18:04, schrieb w0rp: > >> On Monday, 28 July 2014 at 10:27:02 UTC, Iain Buclaw wrote: >>> >>> Hi, >>> >>> dlang.org isn't the only site being re-implemented using vibe.d - >>> GDC's homepage is now getting a UI update. >>> >>> https://github.com/D-Programming-GDC/gdcproject/pull/6 >>> https://github.com/D-Programming-GDC/gdcproject/pull/9 >>> >>> >>> Staging area for the new look is found here: >>> >>> http://staging.dgnu.org >>> >>> Regards >>> Iain. >> >> >> I like it. There's very little you can say that's wrong with it, and >> that's a decent measure of success. The download page won't display >> decently on very small screen sizes, but I doubt you'd have much reason >> to look at GDC downloads unless you're on a machine which can run GDC. I >> like that you have links to AUR for Arch Linux, packages.debian.org for >> Debian, etc. That's something which should go into the dlang.org >> downloads page too. >> >> I'll have to look at whatever filesystem monitors you have written, etc. >> I'll need to add filesystem monitors for Markdown files eventually. > > > DirectoryWatcher for Linux has just been implemented by Martin Nowak (Win32 has been available already): > https://github.com/rejectedsoftware/vibe.d/pull/743 > > The corresponding API is vibe.core.file.watchDirectory().
Thanks! I'm now using it, though only for cached files for the moment. I should reorganise some things and instead cache compiled pages. Regards Iain.
