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