Skip to content

Commit 6d7cb72

Browse files
committed
New text for libraries page
1 parent b734a2a commit 6d7cb72

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

content/api_en/libraries/index.html

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,42 @@
11
<h1 class="large-header"><span class="black">Libraries.</span> Extend Processing beyond graphics and images into audio, video, and communication with other devices.</h1>
22

33
<p class="libraries-top">
4-
<em>The following libraries are included with the Processing software. To include a library,
5-
select its name from the "Import Library..." option in the Sketch menu. These libraries are
6-
open source; the code is distributed with Processing.</em>
4+
<em>The following libraries are created by the Processing Foundation. The PDF Export, Network, Serial, and DXF Export libraries are distributed with Procesing. The Video and Sound libraries need to be downloaded through the Library Manager. Select "Add Library..." from the "Import Library..." submenu within the Sketch menu.</em>
75
</p>
86

97
<ul class="included-libraries">
108

119
<li>
12-
<h5><a href="video/index.html">Video</a></h5>
13-
<p>Read images from a camera, play movie files, and create movies.</p>
14-
</li>
15-
16-
<li>
17-
<h5><a href="dxf/index.html">DXF Export</a></h5>
18-
<p>Create DXF files to save geometry for loading into other programs. It works with
19-
triangle-based graphics including polygons, boxes, and spheres.</p>
10+
<h5><a href="pdf/index.html">PDF Export</a></h5>
11+
<p>Create PDF files. These vector graphics files can be scaled to any size and printed
12+
at high resolutions.</p>
2013
</li>
14+
15+
<li>
16+
<h5><a href="net/index.html">Network</a></h5>
17+
<p>Send and receive data over the Internet through simple clients and servers.</p>
18+
</li>
2119

2220
<li>
2321
<h5><a href="serial/index.html">Serial</a></h5>
2422
<p>Send data between Processing and external hardware through serial communication (RS-232).</p>
2523
</li>
2624

27-
<li style="margin-bottom:40px;">
28-
<h5><a href="pdf/index.html">PDF Export</a></h5>
29-
<p>Create PDF files. These vector graphics files can be scaled to any size and printed
30-
at high resolutions.</p>
25+
<li>
26+
<h5><a href="dxf/index.html">DXF Export</a></h5>
27+
<p>Create DXF files to save geometry for loading into other programs. It works with
28+
triangle-based graphics including polygons, boxes, and spheres.</p>
3129
</li>
30+
31+
<li>
32+
<h5><a href="video/index.html">Video</a></h5>
33+
<p>Read images from a camera, play movie files, and create movies.</p>
34+
</li>
3235

3336
<li>
3437
<h5><a href="sound/index.html">Sound</a></h5>
3538
<p>Playback audio files, audio input, synthesize sound, and effects.</p>
3639
</li>
37-
38-
<li>
39-
<h5><a href="net/index.html">Network</a></h5>
40-
<p>Send and receive data over the Internet through simple clients and servers.</p>
41-
</li>
4240

4341
</ul>
4442

0 commit comments

Comments
 (0)