This repository was archived by the owner on Mar 25, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,41 @@ <h2 id="license">License</h2>
152
152
< a
153
153
href ="https://raw.github.com/joyent/node/master/LICENSE "> Download the license</ a > </ p >
154
154
</ div >
155
+
156
+ < div class ="interior row ">
157
+ < h2 id ="additional "> Additional Platforms</ h2 >
158
+ < p >
159
+ Members of the Node.js community maintain unofficial builds of Node.js for
160
+ additional platforms. Note that such builds are not supported by the
161
+ Node.js core team and may not yet be at the same build level as current
162
+ Node.js release.
163
+ </ p >
164
+ < p >
165
+ < table class ="addldownloads ">
166
+ < tr >
167
+ < th > Platform</ th >
168
+ < th > Provider</ th >
169
+ < th > </ th >
170
+ </ tr >
171
+ < tr >
172
+ < th > AIX on Power Systems</ th >
173
+ < td > IBM</ td >
174
+ < td > < a href ="http://www.ibm.com/developerworks/web/nodesdk/ "> Download</ a > </ td >
175
+ </ tr >
176
+ < tr >
177
+ < th > Linux on Power Systems</ th >
178
+ < td > IBM</ td >
179
+ < td > < a href ="http://www.ibm.com/developerworks/web/nodesdk/ "> Download</ a > </ td >
180
+ </ tr >
181
+ < tr >
182
+ < th > Linux on System z</ th >
183
+ < td > IBM</ td >
184
+ < td > < a href ="http://www.ibm.com/developerworks/web/nodesdk/ "> Download</ a > </ td >
185
+ </ tr >
186
+ </ table >
187
+ </ p >
188
+ </ div >
189
+
155
190
</ div >
156
191
</ div >
157
192
Original file line number Diff line number Diff line change @@ -890,3 +890,8 @@ table.logos td.jstm img {
890
890
table .logos img {
891
891
max-width : 212px ;
892
892
}
893
+
894
+ table .addldownloads {
895
+ font-size : 14px ;
896
+ text-align : center;
897
+ }
You can’t perform that action at this time.
0 commit comments