canmove, Confirmed users, Bureaucrats and Sysops emeriti
3,698
edits
mNo edit summary |
(added archived template) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{archived}} | |||
'''Note: This page refers to the relaunch of the site completed in August 2009 and is available for reference.''' | |||
== What we have now == | == What we have now == | ||
Right now, we have a full "build" system. There's no dynamic part of the site. Each HTML file has the following: | Right now, we have a full "build" system. There's no dynamic part of the site. Each HTML file has the following: | ||
* part of a header (<title>, <meta>, <link feed> sometimes | * part of a header (<title>, <meta>, <link feed> sometimes | ||
* a full body (including <body> tag) | * a full body (including <body> tag) | ||
Line 19: | Line 23: | ||
* figure out and implement a localization plan (mozilla.com or different) | * figure out and implement a localization plan (mozilla.com or different) | ||
* create a script that cycles through principles in the footer (see Causes page for the design) | * create a script that cycles through principles in the footer (see Causes page for the design) | ||
* pull latest feed info from feeds.mozilla.com for front page | * [[Mozilla.org/Design Implementation/RSS|pull latest feed info from feeds.mozilla.com for front page]] | ||
* pull latest feed info from news.rdf (for now) for front page | * [[Mozilla.org/Design Implementation/RSS|pull latest feed info from news.rdf (for now) for front page]] | ||
* write a 404 handler that forwards to www-archive if a page exists | * write a 404 handler that forwards to www-archive if a page exists | ||
* land these changes in SVN instead of CVS | * land these changes in SVN instead of CVS |