Skip to content

Commit 02b8aeb

Browse files
committed
Library and Tool pages updates
1 parent eeea3b2 commit 02b8aeb

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

content/api_en/libraries/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ <h3 id="libraries"><br /><img src="images/contributions.gif" width="200" height=
5252
<p class="libraries-bottom">
5353
Contributed Libraries must be downloaded individually. Select "Add Library..." from the
5454
"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
55+
converted to show up in "Add Library...". If a library isn't there, it will need to be
56+
installed manually. Follow the
5757
<a href="http://wiki.processing.org/w/How_to_Install_a_Contributed_Library">How to Install a
5858
Contributed Library</a> instructions on the Processing Wiki for more information.
5959
</p>
@@ -65,7 +65,6 @@ <h3 id="libraries"><br /><img src="images/contributions.gif" width="200" height=
6565
<a href="http://forum.processing.org/library-and-tool-development">Libraries and Tool Development</a>
6666
topic. Instructions for creating your own library are on the <a href="http://code.google.com/p/processing/w/">
6767
Processing Google Code</a> site.<br />
68-
<br />
6968
</p>
7069

7170
<!-- When run online, variables will be set, don't insert anything. -->

content/api_en/tools/index.html

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

99
<div class="threecol">
10-
<h5>Auto Format</h5>
11-
<p>Attempts to format the code into a more human-readable layout. It
12-
adds and removes spaces to make the structure of the code clear.</p>
10+
11+
<h5>Color Selector</h5>
12+
<p>Simple interface for selecting colors as RGB, HSB, and Hex values.</p>
1313

1414
<h5>Archive Sketch</h5>
1515
<p>Archives a copy of the current sketch in .zip format. The archive is placed in
1616
the same directory as the sketch.</p>
17+
1718
</div>
1819

1920
<div class="threecol">
20-
<h5>Color Selector</h5>
21-
<p>Simple interface for selecting colors as RGB, HSB, and Hex values.</p>
21+
22+
<h5>Movie Maker</h5>
23+
<p>Creates a QuickTime movie from a sequence of images. Options include setting the
24+
size, frame rate, and compression, as well as an audio file.</p>
2225

2326
<h5>Create Font</h5>
2427
<p>Converts fonts into the Processing font format and adds to the current sketch.
2528
Opens a dialog box which give options for setting the font, its size, if
2629
it is anti-aliased, and if all characters should be generated.</p>
30+
2731
</div>
2832

2933
<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>
3334

3435
<h5>Fix Encoding &amp; Reload</h5>
3536
<p>Sketches that contain non-ASCII characters and were saved with Processing 0140
3637
and earlier may look strange when opened. Garbled text and odd characters may appear
3738
where umlauts, cedillas, and Japanese formerly lived. This will reload your sketch
3839
using the same method as previous versions of Processing, at which point you can
3940
re-save it which will write a proper UTF-8 version.</p>
41+
4042
</div>
4143

4244
<h3 id="libraries"><br /><img src="images/contributions.gif" width="200" height="20" alt="Contributions" /></h3>
@@ -53,7 +55,6 @@ <h3 id="libraries"><br /><img src="images/contributions.gif" width="200" height=
5355
<a href="http://forum.processing.org/library-and-tool-development">Libraries and Tool
5456
Development</a> topic. Instructions for creating your own tool are on the
5557
<a href="http://code.google.com/p/processing/w/">Processing Google Code</a> site.<br />
56-
<br />
5758
</p>
5859

5960
<!-- When run online, variables will be set, don't insert anything. -->

0 commit comments

Comments
 (0)