Skip to content
This repository was archived by the owner on Mar 25, 2018. It is now read-only.

Commit d29b696

Browse files
jasnellrobertkowalski
authored andcommitted
website: additional platforms
Listing the ppc and system z builds on the downloads page. PR: #101 PR-URL: #101 Reviewed-By: Robert Kowalski <[email protected]>
1 parent 17fcf90 commit d29b696

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

doc/download/index.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,41 @@ <h2 id="license">License</h2>
152152
<a
153153
href="https://raw.github.com/joyent/node/master/LICENSE">Download the license</a></p>
154154
</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+
155190
</div>
156191
</div>
157192

doc/pipe.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,3 +890,8 @@ table.logos td.jstm img {
890890
table.logos img {
891891
max-width: 212px;
892892
}
893+
894+
table.addldownloads {
895+
font-size:14px;
896+
text-align: center;
897+
}

0 commit comments

Comments
 (0)