Skip to content

Commit a38fae7

Browse files
committed
New environment pages
1 parent c70faa9 commit a38fae7

4 files changed

Lines changed: 15 additions & 7 deletions

File tree

content/api_en/environment/export.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
<h1 id="top" class="ref-header"><img src="images/header.gif" alt="ENVIRONMENT (IDE). The Processing
1+
<div id="reference-nav"><a href="index.html">Overview</a> \ <a href="platforms.html">Platforms</a>
2+
\ <a href="export.html">Export</a>
3+
<p></p>
4+
</div>
5+
<h3 id="top" class="ref-header"><img src="images/header.gif" alt="ENVIRONMENT (IDE). The Processing
26
environment includes a text editor, a compiler, and a display window. It enables the creation
3-
of software within a carefully designed set of constraints." /></h1>
7+
of software within a carefully designed set of constraints." /></h3>
48
<p>
59
<a href="#applet">Applet Export</a><br />
610
<a href="#application">Application Export</a><br />

content/api_en/environment/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
\ <a href="export.html">Export</a>
33
<p></p>
44
</div>
5-
<h1 id="top" class="ref-header"><img src="images/header.gif" alt="ENVIRONMENT (IDE). The Processing
5+
<h3 id="top" class="ref-header"><img src="images/header.gif" alt="ENVIRONMENT (IDE). The Processing
66
environment includes a text editor, a compiler, and a display window. It enables the creation
7-
of software within a carefully designed set of constraints." /></h1>
7+
of software within a carefully designed set of constraints." /></h3>
88
<!--<h5>Getting Started: </h5>-->
99
<p>
1010
<a href="#PDE">Processing Development Environment (PDE)</a><br />

content/api_en/environment/platforms.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
<h1 id="top" class="ref-header"><img src="images/header.gif" alt="ENVIRONMENT (IDE). The Processing
1+
<div id="reference-nav"><a href="index.html">Overview</a> \ <a href="platforms.html">Platforms</a>
2+
\ <a href="export.html">Export</a>
3+
<p></p>
4+
</div>
5+
<h3 id="top" class="ref-header"><img src="images/header.gif" alt="ENVIRONMENT (IDE). The Processing
26
environment includes a text editor, a compiler, and a display window. It enables the creation
3-
of software within a carefully designed set of constraints." /></h1>
7+
of software within a carefully designed set of constraints." /></h3>
48
<p>
59
<a href="#supported">Supported Platforms</a><br />
610
<a href="#windows">Windows</a><br />

generate/environment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
$page = new Page("Environment (IDE)", "Environment", "Environment");
4141
$page->content(file_get_contents($source."platforms.html"));
4242
$page->language($lang);
43-
writeFile('reference/'.($lang=='en'?'':"$lang/").'platforms/export.html', $page->out());
43+
writeFile('reference/'.($lang=='en'?'':"$lang/").'environment/platforms.html', $page->out());
4444

4545

4646
$benchmark_end = microtime_float();

0 commit comments

Comments
 (0)