Confirmed users
508
edits
m (→Phase 2) |
mNo edit summary |
||
Line 49: | Line 49: | ||
<br> | <br> | ||
<h3> Development phases </h3> | |||
<h4> Phase 1 </h4> | |||
<p>We want to create a new system with very few pages available, just to make sure we have major functions covered(page redirection, 404 errors redirect). | |||
</p> | |||
<table cellspacing="1" cellpadding="1" border="1" style="width: 566px; height: 190px;"> | |||
==== Phase | <tr> | ||
<th bgcolor="#cccccc" align="center" scope="col"> Tasks<br /> | |||
</th></tr> | |||
<tr> | |||
<td bgcolor="#00cc33"> Install the system | |||
</td></tr> | |||
<tr> | |||
<td bgcolor="#00cc33"> Create the directory structure | |||
</td></tr> | |||
<tr> | |||
<td bgcolor="#00cc33"> Add home page for 3 locales(en-US, fr and hr) <br /> | |||
</td></tr> | |||
<tr> | |||
<td bgcolor="#00cc33"> Create sidebars as we go - move sidebar parameters(as in: anchors, link titles) from static pages to backend<br /> | |||
</td></tr> | |||
<tr> | |||
<td bgcolor="#00cc33"> Make 404 error (Document not found) redirects to a current locale <br /> | |||
</td></tr> | |||
<tr> | |||
<td bgcolor="#00cc33"> Create a `kildare` theme for the new system <br /> | |||
</td></tr></table> | |||
<p><br /> | |||
</p> | |||
<h4> Phase 2 </h4> | |||
<ul><li>The overall goal is to get the website working well. | |||
</li><li>All pages must be fully functional, and structure must be solid. | |||
</li><li>Make sure we have all the mozilla.org functionality implemented in the system before moving on. | |||
</li><li>Pages must be clear and easy to translate, without much php/javascript in them. | |||
</li><li>Move all the code into a respective page includes. | |||
</li></ul> | |||
<p><br /> | |||
</p> | |||
<table cellspacing="1" cellpadding="1" border="1" style="width: 572px; height: 154px;"> | |||
<tr> | |||
<th bgcolor="#cccccc" scope="col"> Tasks<br /> | |||
</th></tr> | |||
<tr> | |||
<td bgcolor="#00cc33"> Modify all existing pages to work with the new system<br /> | |||
</td></tr> | |||
<tr> | |||
<td bgcolor="#00cc33"> Have a few locales have most important pages translated | |||
</td></tr> | |||
<tr> | |||
<td bgcolor="#00cc33"> Make header and footer localizable<br /> | |||
</td></tr> | |||
<tr> | |||
<td bgcolor="#00cc33"> Remove legacy pages we're going to either archive or move to MDN | |||
</td></tr> | |||
<tr> | |||
<td bgcolor="#00cc33"> Optimize pages for localization<br /> | |||
</td></tr></table> | |||
<p><br /> | |||
</p> | |||
<h4> Phase 3 </h4> | |||
<table cellspacing="1" cellpadding="1" border="1" style="width: 572px; height: 109px;"> | |||
<tr> | |||
<th bgcolor="#cccccc" scope="col"> Tasks<br /> | |||
</th></tr> | |||
<tr> | |||
<td bgcolor="#ff9900"> Add RTL support | |||
</td></tr> | |||
<tr> | |||
<td bgcolor="#ff9900"> Optimize pages for localization | |||
</td></tr> | |||
<tr> | |||
<td bgcolor="#ff9900"> Add a few more working locales<br /> | |||
</td></tr> | |||
<tr> | |||
<td bgcolor="#ff9900"> Fix style to follow mozilla.org current overall look<br /> | |||
</td></tr></table> | |||
<p><br /> | |||
</p> | |||
< | |||
< | |||
<br> | |||
< |