I've been reading the handbooks a lot lately and found numerous pages that link to http://drupal.org/translators. The url alias still point to the old landing page which is now called "Technical background on interface translations". Can we now point ".../translators" to http://drupal.org/node/296338 which is the new landing page?
Cheers,
John
----------------------
Drupal Norge
hvor oversettere, brukere, utviklere og leverandører av Drupal i Norge samles
Comments
Comment #1
alexanderpas commentedpushing this to webmasters.
Comment #2
greggleshttp://drupal.org/node/296338 has an alias of contribute/translations already.
So, we should do a 301 from "translators" to "contribute/translations"
Comment #3
dave reidThere's a valid page at /translators so we can't do this anymore.
Comment #4
gábor hojtsyYeah, the suggestion is that although we do have a valid page there that is not the suggested landing page anymore. http://drupal.org/translators (is desperately outdated) and is in fact the first child page to http://drupal.org/contribute/translations which seems to be the current landing page for translations.
Comment #5
johnnocHere's how it is right now:
Getting Involved
Before 17th of August 2008, http://drupal.org/translators was the landing page but demoted as a child page (ref: http://drupal.org/node/11130/revisions/view/364098/1249116) . Since it is now a child page with content that has been changed in the last 2 years, its alias does not fit its content anymore. The present landing page (ref: http://drupal.org/node/296338/revisions/view/341493/1248560) has now been renamed to "Translate Drupal to your language " thus its present alias fits its content.
The desired course of action will be:
Comment #6
gábor hojtsyDo we have any facility on drupal.org beyond .htaccess rewrite rules to implement the redirect? (I'd be happy to contribute the rewrite rule, but not if there are better ways obviously :) Something like this should work:
RewriteRule ^translators$ /contribute/translations [L,R=301]
Comment #7
gregglesGabor: http://drupal.org/admin/build/path-redirect/add :)
Comment #8
gábor hojtsySuperb, implemented then.