ABCDEFGHIJKLMNOPQRSTU
1
Implementation TimeframeRight nowFor FFOS Release DayIn 2013Q3Q4 and beyond
2
Data Managed/Generated by...Manually-run python script processing custom schema managed in a SQLite databaseSomething better built/managed by release team
3
Output FormatHTML/PHP via Jinja2JSON
4
Product CoverageFirefox, Firefox for mobileFFOSFirefox, Firefox for mobile, FFOS
5
Publishing MechanismFFOS release team commits HTML/PHP to SVN in a tags branch that is automatically deployed (how??)FFOS release team provides JSON to a webprod engineer who creates Bedrock templates from it (perhaps with some prototype automation) and deploys it.FF/FFOS release teams commit JSON to a dedicated GitHub repository; post-commit hooks (or cron) trigger an automated process that pulls new/changed JSON files and generates Bedrock templates using template code managed by Webprod.
6
Page Styles Implemented ByInitial database extract script, then modified by handWebprod engineersTemplate managed by Webprod engineersTemplate managed by Webprod engineers with some style parameters exposed to content owners
7
Publishing DestinationA web dir in the PHP stack on mozilla.orgA web dir in the Playdoh stack on mozilla.org
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100