www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - What happened to dmd usage pages?

reply Steven Schveighoffer <schveiguy yahoo.com> writes:
e.g. http://dlang.org/dmd-osx.html

I can get to this page by searching google, but the menu on the left has 
eliminated it. See here: http://dlang.org/download.html

Why?

-Steve
Jan 12 2015
next sibling parent "Joakim" <dlang joakim.fea.st> writes:
On Monday, 12 January 2015 at 20:55:42 UTC, Steven Schveighoffer 
wrote:
 e.g. http://dlang.org/dmd-osx.html

 I can get to this page by searching google, but the menu on the 
 left has eliminated it. See here: http://dlang.org/download.html

 Why?
It looks like the SUBNAV_DOWNLOAD is not being generated properly when you click on the Downloads page, but works fine if you reach one of those links within the subnav by loading it directly: https://github.com/D-Programming-Language/dlang.org/blob/master/doc.ddoc#L92 Why is that? No idea why it would work one way and not the other, my guess is that one of the recent changes to the navigation list broke something: https://github.com/D-Programming-Language/dlang.org/commits/master/doc.ddoc Maybe trying to generate that html file yourself and seeing if it spits out any errors would help.
Jan 13 2015
prev sibling next sibling parent reply Martin Nowak <code+news.digitalmars dawg.eu> writes:
On 01/12/2015 09:55 PM, Steven Schveighoffer wrote:
 e.g. http://dlang.org/dmd-osx.html

 I can get to this page by searching google, but the menu on the left has
 eliminated it. See here: http://dlang.org/download.html

 Why?
Accidentally, because of too much macro magic. https://github.com/D-Programming-Language/dlang.org/pull/764
Jan 13 2015
parent reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 1/13/15 12:56 PM, Martin Nowak wrote:
 On 01/12/2015 09:55 PM, Steven Schveighoffer wrote:
 e.g. http://dlang.org/dmd-osx.html

 I can get to this page by searching google, but the menu on the left has
 eliminated it. See here: http://dlang.org/download.html

 Why?
Accidentally, because of too much macro magic. https://github.com/D-Programming-Language/dlang.org/pull/764
Thanks, Martin. Website build is broken, please review https://github.com/D-Programming-Language/dlang.org/pull/765. Ironically multiline backticks fail in the very text that describes how they should work :o). Adam please fix. Thanks! Andrei
Jan 13 2015
parent "Adam D. Ruppe" <destructionator gmail.com> writes:
On Tuesday, 13 January 2015 at 21:06:53 UTC, Andrei Alexandrescu 
wrote:
 Ironically multiline backticks fail in the very text that 
 describes how they should work :o). Adam please fix. Thanks!
I did a PR for it last night https://github.com/D-Programming-Language/dmd/pull/4290
Jan 13 2015
prev sibling parent Steven Schveighoffer <schveiguy yahoo.com> writes:
On 1/12/15 3:55 PM, Steven Schveighoffer wrote:
 e.g. http://dlang.org/dmd-osx.html

 I can get to this page by searching google, but the menu on the left has
 eliminated it. See here: http://dlang.org/download.html

 Why?
Thanks everyone, I see them again now! -Steve
Jan 15 2015