www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - dpldocs.dlang.org

reply Dejan Lekic <dejan.lekic gmail.com> writes:
How many years do we need to wait for this to actually work?
May 05
parent reply RazvanN <razvan.nitu1305 gmail.com> writes:
On Tuesday, 5 May 2026 at 18:39:24 UTC, Dejan Lekic wrote:
 How many years do we need to wait for this to actually work?
dpldocs.info works for me.
May 06
parent reply Dejan Lekic <dejan.lekic gmail.com> writes:
On Thursday, 7 May 2026 at 06:59:38 UTC, RazvanN wrote:
 On Tuesday, 5 May 2026 at 18:39:24 UTC, Dejan Lekic wrote:
 How many years do we need to wait for this to actually work?
dpldocs.info works for me.
dpldocs.info is Adam's server - DFL was supposed to take it over and maintain it as dpldocs.dlang.org . For an example what does not work 100% are any packages that are hosted on Codeberg . If I remember well, it was Mike who said on Discord last year that migration is finished and it should all work...
May 07
parent reply Mike Parker <aldacron gmail.com> writes:
On Thursday, 7 May 2026 at 08:05:05 UTC, Dejan Lekic wrote:

 dpldocs.info is Adam's server - DFL was supposed to take it 
 over and maintain it as dpldocs.dlang.org . For an example what 
 does not work 100% are any packages that are hosted on Codeberg 
 . If I remember well, it was Mike who said on Discord last year 
 that migration is finished and it should all work...
Are there any issues other than the Codeberg thing?
May 07
next sibling parent reply Dejan Lekic <dejan.lekic gmail.com> writes:
On Friday, 8 May 2026 at 05:29:01 UTC, Mike Parker wrote:
 Are there any issues other than the Codeberg thing?
dyaml is hosted on GitHub for an example, how do I get dyaml docs on dpldocs.dlang.org ? Even the phobos docs do not work (at least not for me) - try https://phobos.dpldocs.dlang.org/std.concurrency.locate.html or https://phobos.dpldocs.dlang.org/std.stdio.writeln.html
May 08
parent reply Mike Parker <aldacron gmail.com> writes:
On Friday, 8 May 2026 at 07:58:05 UTC, Dejan Lekic wrote:
 On Friday, 8 May 2026 at 05:29:01 UTC, Mike Parker wrote:
 Are there any issues other than the Codeberg thing?
dyaml is hosted on GitHub for an example, how do I get dyaml docs on dpldocs.dlang.org ? Even the phobos docs do not work (at least not for me) - try https://phobos.dpldocs.dlang.org/std.concurrency.locate.html or https://phobos.dpldocs.dlang.org/std.stdio.writeln.html
That was a configuration issue with our Cloudflare certificates. It all works for me now.
May 08
parent Dejan Lekic <dejan.lekic gmail.com> writes:
On Friday, 8 May 2026 at 09:19:08 UTC, Mike Parker wrote:
 That was a configuration issue with our Cloudflare 
 certificates. It all works for me now.
Perfect! dyaml works too. What is left is the issue with Codeberg (Forgejo). Here is what I get when I try https://ddn.dpldocs.dlang.org/index.html : ``` Failed (try contacting destructionator gmail.com or trying again tomorrow; the retry timeout is about 6 hours): idk how to get this package type forgejo ``` Thanks Mike!
May 08
prev sibling parent reply Nick Treleaven <nick geany.org> writes:
On Friday, 8 May 2026 at 05:29:01 UTC, Mike Parker wrote:
 On Thursday, 7 May 2026 at 08:05:05 UTC, Dejan Lekic wrote:

 dpldocs.info is Adam's server - DFL was supposed to take it 
 over and maintain it as dpldocs.dlang.org . For an example 
 what does not work 100% are any packages that are hosted on 
 Codeberg . If I remember well, it was Mike who said on Discord 
 last year that migration is finished and it should all work...
Are there any issues other than the Codeberg thing?
The unit_threaded and dshould links here are broken: https://search.dpldocs.info/?q=should
May 09
parent reply Dejan Lekic <dejan.lekic gmail.com> writes:
On Saturday, 9 May 2026 at 09:52:06 UTC, Nick Treleaven wrote:
 Are there any issues other than the Codeberg thing?
The unit_threaded and dshould links here are broken: https://search.dpldocs.info/?q=should
Discussion was about dpldocs.dlang.org, not about dpldocs.info . In your case you are lucky - it works: https://dshould.dpldocs.dlang.org/index.html
May 16
parent Nick Treleaven <nick geany.org> writes:
On Saturday, 16 May 2026 at 17:27:27 UTC, Dejan Lekic wrote:
 On Saturday, 9 May 2026 at 09:52:06 UTC, Nick Treleaven wrote:
 The unit_threaded and dshould links here are broken:
 https://search.dpldocs.info/?q=should
Discussion was about dpldocs.dlang.org, not about dpldocs.info
OK.
 . In your case you are lucky - it works: 
 https://dshould.dpldocs.dlang.org/index.html
Not sure how you got that URL. This does not work: https://search.dpldocs.dlang.org/locate?q=should
May 24