57
edits
Line 9: | Line 9: | ||
** it would probably be helpful to track people over time somehow too | ** it would probably be helpful to track people over time somehow too | ||
== Server Side Requirements == | == Server Side Requirements == | ||
* Must | * Must serve properly localized content based on browser's locale | ||
** if content for that locale is missing then serve the content from another locale (e.g. if fr content is missing serve de content. if de content is missing serve en content). | ** if content for that locale is missing then serve the content from another locale (e.g. if fr content is missing serve de content. if de content is missing serve en content). | ||
* Content Management facilities. | * Content Management facilities. | ||
** must be easy to add, edit, and organize content. | ** must be easy to add, edit, and organize content. | ||
** full l10n and i18n support, ofcourse. | ** full l10n and i18n support, ofcourse. |
edits