Confirmed users, Bureaucrats and Sysops emeriti
1,737
edits
No edit summary |
|||
| Line 5: | Line 5: | ||
'''Thoughts on static content:''' | '''Thoughts on static content:''' | ||
Static Content will be in flat files (instead of a CMS driven db) | |||
* This makes revision control easy (svn) | |||
* This makes the site fairly portable | |||
* Localizers can work on files without being online | |||
Checking out from SVN | Checking out from SVN | ||
| Line 21: | Line 26: | ||
Pushing changes to live site | Pushing changes to live site | ||
* This will be interesting. Can we merge trunk->tag programmatically (and reliably)? | * This will be interesting. Can we merge trunk->tag programmatically (and reliably)? | ||
== Dynamic Content == | == Dynamic Content == | ||
This is the "news" that is stored in the database. These show up on the front page and in the [http://www.mozilla.com/en-US/press/ press URLs] (per language). | This is the "news" that is stored in the database. These show up on the front page and in the [http://www.mozilla.com/en-US/press/ press URLs] (per language). | ||