Closed Bug 759139 Opened 12 years ago Closed 12 years ago

[bedrock] copyright notice in base.html has hardcoded year and link

Categories

(www.mozilla.org :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: pascalc, Assigned: rik)

References

Details

(Whiteboard: [l10n])

The copyright notice in the footer of mozilla.org has a harcoded year, currently the string is:

https://github.com/mozilla/bedrock/blob/dev/templates/base.html#L123

Portions of this content are ©1998–2012 by individual mozilla.org contributors. Content available under a <a href="/foundation/licensing/website-content.html">Creative Commons license</a>.

We need the '2012' mention to be dynamic and updating itself automatically when 2013 comes because we don't want to ask localizers to update their string for new year every year. I would also prefer the url to be a variable with the locale code included.

Something like:

Portions of this content are ©1998–{currentYear} by individual mozilla.org contributors. Content available under a <a href="{url}">Creative Commons license</a>.

Assigning to Anthony but feel free to reassign :)

Thanks
Can we get somebody to work on this bug please? This is blocking my work. Thanks
Please, bug me on Monday if it's not done by then.
Still on some NativeUI push related bugs. Still first on my todo list after that.
Commit pushed to dev at https://github.com/mozilla/bedrock

https://github.com/mozilla/bedrock/commit/cfa7bbe7779ce68d776f872d303cec214d1c4483
Turn the copyright notice into a l10n-ready string

Adds a current_year variable to all templates

fix bug 759139
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in before you can comment on or make changes to this bug.