Skip to content

Commit eeea3b2

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

1 file changed

Lines changed: 27 additions & 9 deletions

File tree

content/api_en/tools/index.html

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<h2><img src="images/header.gif" width="675" height="48" alt="Tools..." /></h2>
22

33
<p class="libraries-top">
4-
<i>The following tools are included with the Processing software. Select the tool you want to use from the Tools menu of the Processing Environment. These tools are open source; the code is distributed with Processing.</i></p>
4+
<i>The following tools are included with the Processing software. Select the tool you want
5+
to use from the Tools menu of the Processing Environment. These tools are open source; the
6+
code is distributed with Processing.</i>
7+
</p>
58

69
<div class="threecol">
710
<h5>Auto Format</h5>
@@ -11,7 +14,6 @@ <h5>Auto Format</h5>
1114
<h5>Archive Sketch</h5>
1215
<p>Archives a copy of the current sketch in .zip format. The archive is placed in
1316
the same directory as the sketch.</p>
14-
1517
</div>
1618

1719
<div class="threecol">
@@ -22,10 +24,13 @@ <h5>Create Font</h5>
2224
<p>Converts fonts into the Processing font format and adds to the current sketch.
2325
Opens a dialog box which give options for setting the font, its size, if
2426
it is anti-aliased, and if all characters should be generated.</p>
25-
2627
</div>
2728

2829
<div class="threecol">
30+
<h5>Movie Maker</h5>
31+
<p>Creates a QuickTime movie from a sequence of images. Options include setting the
32+
size, frame rate, and compression, as well as an audio file.</p>
33+
2934
<h5>Fix Encoding &amp; Reload</h5>
3035
<p>Sketches that contain non-ASCII characters and were saved with Processing 0140
3136
and earlier may look strange when opened. Garbled text and odd characters may appear
@@ -35,18 +40,31 @@ <h5>Fix Encoding &amp; Reload</h5>
3540
</div>
3641

3742
<h3 id="libraries"><br /><img src="images/contributions.gif" width="200" height="20" alt="Contributions" /></h3>
43+
3844
<p class="libraries-bottom">
39-
Contributed tools must be downloaded separately and placed within a "tools" 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.) Copy the contributed tools's folder into the "tools" folder at this location. <em>You will need to create the "tools" folder if this is your first contributed library</em>. Follow the links below for more information about each tool.<br />
40-
<br />
41-
Contributed tools 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 tool are on the <a href="http://code.google.com/p/processing/w/">Processing Google Code</a> site.<br /><br />
45+
Contributed tools must be downloaded individually. Select "Add Tool..." from the Tools menu
46+
to select a Tool to download.
47+
</p>
48+
49+
<p>
50+
Contributed tools are developed, documented, and maintained by members of the Processing
51+
community. For feedback and support, please post to the <a href="http://forum.processing.org">
52+
Forum</a>. For development discussions post to the
53+
<a href="http://forum.processing.org/library-and-tool-development">Libraries and Tool
54+
Development</a> topic. Instructions for creating your own tool are on the
55+
<a href="http://code.google.com/p/processing/w/">Processing Google Code</a> site.<br />
56+
<br />
4257
</p>
4358

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

47-
<!--<div>
48-
<p>A complete list of tools can be found <A HREF="http://processing.org/reference/tools/">online</A>.</p>
49-
</div>-->
62+
<div>
63+
<p>
64+
<strong>A complete list of tools can be found
65+
<A HREF="http://processing.org/reference/tools/">online</a>.</strong>
66+
</p>
67+
</div>
5068

5169
<!--#else -->
5270
<!--#include virtual="tools.html" -->

0 commit comments

Comments
 (0)