-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show download instructions based on OS #60
Comments
From @stonemaster on June 16, 2016 15:56 I'd rather favor a clean download page which makes clear what to do for each platform. Otherwise we end up having logic in the content.. |
Well it could be done via Javascript that operates on div ids, but I agree that this feature is controversial. |
FYI: there has been a recent PR at dlang.org that adds this OS detection to the frontpage Maybe we could use our new macro tags to separate the logic from the content? |
From @ZombineDev on August 15, 2016 8:28 Yes, but as far I understand, the detection still has to be done via JS? Though, I'm not familiar with macro tags. Where can I read more, see examples, etc. ? |
It had been developed very recently, but this https://github.com/stonemaster/dlang-tour/blob/master/CONTRIBUTING.md#custom-mustache-macros Is probably the best place |
From @stonemaster on August 15, 2016 8:30 Have a look at https://github.com/stonemaster/dlang-tour/blob/master/CONTRIBUTING.md and the Custom Mustache macro section |
From @ZombineDev on August 15, 2016 11:27 Thanks for the pointers. |
From @MartinNowak on August 19, 2016 16:40 Also please see our point from the First 5 minutes session.
From our perspective it would make more sense to just have a small hint (link to download page) on how to install a D compiler. But of course dlang's download page leaves open many questions that you're trying to address in Install D locally. |
From @wilzbach on June 11, 2016 3:39
Also using nice icons (eye candy), might increase the user flux.
Copied from original issue: dlang-tour/core#246
The text was updated successfully, but these errors were encountered: