-
-
Notifications
You must be signed in to change notification settings - Fork 378
Moved 'How-tos/D for Win32' to wiki #496
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
Conversation
I'm not sure if you all are not interested in this change, or you are waiting on some prerequisite. Please let me know either way. If I don't hear anything in a few days, I will close this pull. |
You've moved it to the wiki but you simply deleted the existing page and haven't linked to the new wiki. Let's see what others think about moving to the wiki: @yebblies @9rnsr @CyberShadow @WalterBright |
Moving to the wiki sounds like a good idea. |
Looks good. |
The idea here is to have the "How-tos" link to go directly to http://wiki.dlang.org/Tutorials when the other HowTos are moved. For that reason, I didn't add a link to this particular HowTo. However, if I make |
Clicked the wrong button. Didn't mean to close. |
Existing links should not be broken without a very good reason. There will be many places on the web linking to the old location of the articles. Simply displaying a 404 at the old location is not acceptable. |
I'll have it be known that decrementing/changing syntax in the compiler and leaving it to the reader to figure it out and submit pulls to fix the docs is equally unacceptable. Nevertheless, I agree with you, and I'll make |
That's what 301s are for. :) |
I don't think we have any control over the server configuration. The existing redirects use the HTTP meta tag method. |
Oh. Who owns and/or controls the server, then? I thought that it Walter vel al? |
What are you refering to? |
I refer you to: Then I refer you to: Then, take a look at my previous pull requests. And finally, try to compile the example in this very pull request. That should give you enough context. It made me chuckle to see that a broken link is considered unacceptable, but leaving documentation to "those who actually need them done" (i.e. the reader) is not. I just want to keep the next reader from experiencing my misfortune. Now you probably understand the motivation for my pulls. |
No, I care about both. However improvements are entirely based on user contributions such as the ones you're making. Things won't get fixed until someone steps up and fixes them, it's as simple as that. :) |
Recreated windows.dd with a link to wiki (and supporting changes) Fixed tabs (hopefully) Try to fix tabs again
Your actions speak louder than your words. I thank you.
I understand that and don't object to the fact that this project requires community participation or that I've had to do a few minor edits. I was merely pointing out the irony of the comments made on the forum and the comments made on this pull. Anyway, I've had my say. I've made the necessary updates to ensure I guess I'll do the same for the other howtos to avoid 404's, unless someone has another idea. |
Redirecting to the wiki is fine, IMO. Some day we'll have a dlang.org skin so it'll look more like a part of the D website. |
Posted in NG to get more attention: http://forum.dlang.org/thread/mailman.249.1393157192.6445.digitalmars-d@puremagic.com |
Moved 'How-tos/D for Win32' to wiki
Thanks @JinShil. |
Moved 'How-tos/D for Win32' to wiki
Moved 'How-tos/D for Win32' to wiki
This is a test pull. I think it would be best to move the How-tos to the wiki. This is the first, and if it is accepted, I'll move the other How-tos.
Motivation:
If this pull is accepted, I'll move the other how-tos to here: http://wiki.dlang.org/Tutorials
The new location of this specific how-to is here: http://wiki.dlang.org/D_for_Win32