Skip to content

Commit 469b1ae

Browse files
committed
Library and Tool pages updates
1 parent 50666ef commit 469b1ae

1 file changed

Lines changed: 34 additions & 11 deletions

File tree

content/api_en/libraries/index.html

Lines changed: 34 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
<h2><img src="images/header.gif" width="675" height="48" alt="Libraries. Extending Processing beyond graphics and image, libraries enable audio, video, and communicating with other devices." /></h2>
1+
<h2><img src="images/header.gif" width="675" height="48" alt="Libraries. Extending Processing
2+
beyond graphics and image, libraries enable audio, video, and communicating with other devices." /></h2>
23

34
<p class="libraries-top">
4-
<em>The following libraries are included with the Processing software. To include a library, select its name from the "Import Library..." option in the Sketch menu. These libraries are open source; the code is distributed with Processing.</em></p>
5+
<em>The following libraries are included with the Processing software. To include a library,
6+
select its name from the "Import Library..." option in the Sketch menu. These libraries are
7+
open source; the code is distributed with Processing.</em>
8+
</p>
59

610
<div class="threecol">
711

@@ -19,11 +23,12 @@ <h5><a href="serial/index.html">Serial</a></h5>
1923
<div class="threecol">
2024

2125
<h5><a href="pdf/index.html">PDF Export</a></h5>
22-
<p>Create PDF files. These vector graphics files can be scaled to any size and printed at high resolutions.</p>
26+
<p>Create PDF files. These vector graphics files can be scaled to any size and printed
27+
at high resolutions.</p>
2328

2429
<h5><a href="dxf/index.html">DXF Export</a></h5>
25-
<p>Create DXF files to save geometry for loading into other programs. It works with triangle-based graphics
26-
including polygons, boxes, and spheres.</p>
30+
<p>Create DXF files to save geometry for loading into other programs. It works with
31+
triangle-based graphics including polygons, boxes, and spheres.</p>
2732

2833
</div>
2934

@@ -36,23 +41,41 @@ <h5><a href="http://code.compartmental.net/tools/minim/">&raquo; Minim</a></h5>
3641
<h5><a href="http://www.arduino.cc/playground/Interfacing/Processing" target="_new">&raquo; Arduino</a></h5>
3742
<p>Directly control an Arduino board through Processing.</p>
3843

39-
<h5><a href="http://developer.mozilla.org/En/Core_JavaScript_1.5_Guide/LiveConnect_Overview" target="_new">&raquo; Netscape.JavaScript</a></h5>
44+
<h5><a href="http://developer.mozilla.org/En/Core_JavaScript_1.5_Guide/LiveConnect_Overview"
45+
target="_new">&raquo; Netscape.JavaScript</a></h5>
4046
<p>Methods for interfacing between Javascript and Java Applets exported from Processing.</p>
41-
47+
4248
</div>
4349

4450
<h3 id="libraries"><br /><img src="images/contributions.gif" width="200" height="20" alt="Contributions" /></h3>
51+
4552
<p class="libraries-bottom">
46-
Contributed libraries must be downloaded separately and placed within the "libraries" folder of your Processing sketchbook. To find the Processing sketchbook location on your computer, open the Preferences window from the Processing application and look for the "Sketchbook location" item at the top. Visit the Processing wiki for <a href="http://wiki.processing.org/w/How_to_Install_a_Contributed_Library">more detailed information.</a><br />
47-
<br />
48-
Contributed libraries are developed, documented, and maintained by members of the Processing community. For feedback and support, please post to the <a href="http://forum.processing.org">Forum</a>. For development discussions post to the <a href="http://forum.processing.org/library-and-tool-development">Libraries and Tool Development</a> topic. Instructions for creating your own library are on the <a href="http://code.google.com/p/processing/w/">Processing Google Code</a> site.<br /><br />
53+
Contributed Libraries must be downloaded individually. Select "Add Library..." from the
54+
"Import Library..." submenu within the Sketch menu. Not all available libraries have been
55+
converted to show up in "Add Library...". If a library isn't theere, it will need to be
56+
added to Processing manually. Follow the
57+
<a href="http://wiki.processing.org/w/How_to_Install_a_Contributed_Library">How to Install a
58+
Contributed Library</a> instructions on the Processing Wiki for more information.
59+
</p>
60+
61+
<p>
62+
Contributed libraries are developed, documented, and maintained by members of the Processing
63+
community. For feedback and support, please post to the <a href="http://forum.processing.org">
64+
Forum</a>. For development discussions post to the
65+
<a href="http://forum.processing.org/library-and-tool-development">Libraries and Tool Development</a>
66+
topic. Instructions for creating your own library are on the <a href="http://code.google.com/p/processing/w/">
67+
Processing Google Code</a> site.<br />
68+
<br />
4969
</p>
5070

5171
<!-- When run online, variables will be set, don't insert anything. -->
5272
<!--#if expr="\"$DOCUMENT_ROOT\" = \"\"" -->
5373

5474
<div>
55-
<p>A complete list of libraries can be found <A HREF="http://processing.org/reference/libraries/">online</A>.</p>
75+
<p>
76+
<strong>A complete list of libraries can be found
77+
<A HREF="http://processing.org/reference/libraries/">online</A>.</strong>
78+
</p>
5679
</div>
5780

5881
<!--#else -->

0 commit comments

Comments
 (0)