On 3/24/20 7:20 PM, norm wrote:
On Tuesday, 24 March 2020 at 15:03:33 UTC, Steven Schveighoffer wrote:
Since October I have been using an experimental feature I created for the diet-ng package [1] that allows one to alter just the HTML portions of a diet template and have the server re-render those pages. It has saved me significant development time as I can e.g. alter a class on an html element, add javascript, just about anything that doesn't have to do with running actual D code, and I do not need to rebuild my entire application. Those of you who watched my dconf 2018 presentation may have heard me talk about the issue of vibe.d build times.

[...]

Hi,

When I try to access the documentation for dietpc I get the error below.

---
Downloading package info...
Downloading source code for version master from https://github.com/schveiguy/dietpc/archive/master.zip...


Failed:
X-Geo-Block-List:
---

 From the dub package page it links to https://dietpc.dpldocs.info

Cheers,
Norm

Hm... I didn't create any DDOC documentation, all the docs are in the readme. It's an application.

But I think the error above seems unrelated, it seems it can't download the zipfile or something.

See readme on code.dlang.org or on the github page.

-Steve

Reply via email to