Skip to content

Commit 65f054c

Browse files
committed
W3C Unicorn issues
1 parent d375b4e commit 65f054c

24 files changed

+425
-417
lines changed

compatability.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33

44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -42,9 +42,9 @@
4242
</aside>
4343

4444
<article>
45-
<section>
46-
<h1> Compatability and Versions </h1>
4745

46+
<h1> Compatability and Versions </h1>
47+
<section>
4848
<h2>BeanShell Compatability and Versions</h2>
4949

5050
BeanShell is compatible with Java versions 1.1.x and later. However

contact.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33

44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -46,7 +46,7 @@
4646
<article>
4747

4848
<section>
49-
<title>Contact and Mailing List</title>
49+
<h1>Contact and Mailing List</h1>
5050
<img align="left" src="images/beanymail1.jpg">
5151
<h1>Contact &amp; Mailing Lists</h1>
5252
<br clear="left">

css/my_styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ body, html {
2929
span.small {
3030
font-size: x-small;
3131
}
32-
span.large {
32+
div.large {
3333
font-size: x-large;
3434
}
3535
aside nav {

demo.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33

44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -43,9 +43,9 @@
4343
</aside>
4444

4545
<article>
46-
<section>
47-
<h1>BeanShell Demos</h1>
46+
<h1>BeanShell Demos</h1>
4847

48+
<section>
4949
<h2>BeanShell Demos - Unsigned Applets</h2>
5050
<p>
5151
This page test the capability of BeanShell to run as an applet in

developer.html

Lines changed: 80 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33

44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -33,97 +33,97 @@
3333
<li> <a href="beany.html">Beany</a>
3434
</li>
3535
<li> <a href="http://www.amazon.com/exec/obidos/ASIN/0596002858">
36-
<img alt="Learning Java" src="images/lj2.png" width="100px"> <br>
37-
<span class="small"> Check out my book:<br>
38-
Learning Java,<br>
39-
O'Reilly &amp; Associates </span>
40-
</a>
41-
</li>
36+
<img alt="Learning Java" src="images/lj2.png" width="100px"> <br>
37+
<span class="small"> Check out my book:<br>
38+
Learning Java,<br>
39+
O'Reilly &amp; Associates </span>
40+
</a>
41+
</li>
4242
</ul>
4343
</nav>
4444
</aside>
4545

4646
<article>
4747

48-
<section>
49-
<h1>Developer's Area</h1>
48+
<h1>Developer's Area</h1>
5049

51-
<img align="left" src="images/beanywrench2.jpg">
52-
<h2>BeanShell Developer's Area</h2>
53-
<br clear="left">
50+
<img align="left" src="images/beanywrench2.jpg">
51+
<h2>BeanShell Developer's Area</h2>
52+
<br clear="left">
5453

55-
This section holds information and resources for BeanShell developers.
56-
<p></p>
54+
This section holds information and resources for BeanShell developers.
55+
<p></p>
5756

58-
<h3>GitHub Access </h3>
59-
The latest code is always available from <a href="https://github.com/beanshell/beanshell">GitHub</a>.
57+
<section>
58+
<h2>GitHub Access </h2>
59+
<p>The latest code is always available from <a href="https://github.com/beanshell/beanshell">GitHub</a>.
6060
To check out a copy use the git command like so:
61-
<p></p>
62-
<p>
63-
<pre>
61+
</p>
62+
<p>
63+
<pre>
6464
git clone https://github.com/beanshell/beanshell
6565
</pre>
66-
</p>
67-
68-
<p>
69-
You can report issues and other access other services through GitHub.
70-
</p>
71-
72-
<h3>The BeanShell Source Code</h3>
73-
74-
<p>The source distribution contains a brief
75-
<a href="CodeMap.html">Map to the Source Code</a> outlining the major files
76-
of the <em>bsh</em> package.
77-
It also contains the
78-
<a href="testsuite.html">BeanShell Test Suite</a>
79-
</p>
80-
81-
<p>To compile all of the modules in the BeanShell distribution requires
82-
Java version 1.5+, however BeanShell itself is backwards compatible with
83-
Java version 1.1. The Ant build file has properties which can be adjusted to
84-
exclude building modules requiring Java versions 1.2, 1.3, or external APIs
85-
such as the servlet API, BSF, and javax.script.
86-
Development versions now use maven.
87-
</p>
88-
89-
<p>If you want to change the
90-
core BeanShell grammar you will also need the open source
91-
<a href="https://javacc.org/">JavaCC</a> parser generator.
92-
</p>
93-
94-
<p>
95-
<table cellpadding="5" border="1" width="100%">
96-
<tr>
97-
<td>
98-
<h3>Release 2.0b4 (Legacy)</h3>
99-
Source Snapshot - <a href="files/bsh-2.0b4-src.jar">bsh-2.0b4-src.jar</a>
100-
</td>
101-
</tr>
102-
</table>
103-
</p>
104-
105-
106-
<h3>The BeanShell Test Suite</h3>
107-
<p>A language is a complex and deeply intertwined thing.
108-
The <a href="testsuite.html">BeanShell Test Suite</a> is a critical part of
109-
the development process that allows us to test changes in a comprehensive
110-
way.
111-
Often, what seems like a small change can have an unexpected impact on another
112-
part of the language.
113-
The test suite started as of
114-
a simple test harness script and about 120 test files: we currently use both junit and bsh test
115-
scripts.
116-
You can help by adding new scripts and improving or documenting the ones that are there.
117-
We especially need more complex environment related scripts to cover areas such
118-
as web applications, class reloading, etc.
119-
</p>
120-
121-
<h3>Developer's List</h3>
122-
<p>We used to have a developer's
123-
<a href="contact.html">mailing list</a>.
124-
</p>
125-
126-
</section>
66+
</p>
67+
68+
<p>
69+
You can report issues and other access other services through GitHub.
70+
</p>
71+
72+
<h3>The BeanShell Source Code</h3>
73+
74+
<p>The source distribution contains a brief
75+
<a href="CodeMap.html">Map to the Source Code</a> outlining the major files
76+
of the <em>bsh</em> package.
77+
It also contains the
78+
<a href="testsuite.html">BeanShell Test Suite</a>
79+
</p>
80+
81+
<p>To compile all of the modules in the BeanShell distribution requires
82+
Java version 1.5+, however BeanShell itself is backwards compatible with
83+
Java version 1.1. The Ant build file has properties which can be adjusted to
84+
exclude building modules requiring Java versions 1.2, 1.3, or external APIs
85+
such as the servlet API, BSF, and javax.script.
86+
Development versions now use maven.
87+
</p>
88+
89+
<p>If you want to change the
90+
core BeanShell grammar you will also need the open source
91+
<a href="https://javacc.org/">JavaCC</a> parser generator.
92+
</p>
93+
94+
<p>
95+
<table cellpadding="5" border="1" width="100%">
96+
<tr>
97+
<td>
98+
<h3>Release 2.0b4 (Legacy)</h3>
99+
Source Snapshot - <a href="files/bsh-2.0b4-src.jar">bsh-2.0b4-src.jar</a>
100+
</td>
101+
</tr>
102+
</table>
103+
</p>
104+
</section>
105+
<section>
106+
<h3>The BeanShell Test Suite</h3>
107+
<p>A language is a complex and deeply intertwined thing.
108+
The <a href="testsuite.html">BeanShell Test Suite</a> is a critical part of
109+
the development process that allows us to test changes in a comprehensive
110+
way.
111+
Often, what seems like a small change can have an unexpected impact on another
112+
part of the language.
113+
The test suite started as of
114+
a simple test harness script and about 120 test files: we currently use both junit and bsh test
115+
scripts.
116+
You can help by adding new scripts and improving or documenting the ones that are there.
117+
We especially need more complex environment related scripts to cover areas such
118+
as web applications, class reloading, etc.
119+
</p>
120+
121+
<h3>Developer's List</h3>
122+
<p>We used to have a developer's
123+
<a href="contact.html">mailing list</a>.
124+
</p>
125+
126+
</section>
127127

128128
</article>
129129
</body>

docs.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33

44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -52,7 +52,7 @@ <h1>Documentation</h1>
5252
<h2>Documentation</h2>
5353
<br clear="left">
5454

55-
<h3>
55+
<p>
5656
<ul>
5757
<li>The BeanShell User Manual - version 1.3
5858
<br>
@@ -75,8 +75,9 @@ <h3>
7575
<a href="javadoc.zip">javadoc.zip</a>.
7676
</li>
7777
</ul>
78-
<p></p>
78+
</p>
7979

80+
<p>
8081
<ul>
8182
<li><a href="BeanShellSlides.pdf">Slides (PDF) from a presentation to the
8283
St. Louis Java SIG</a>. This presentation includes BeanShell basics and new
@@ -93,8 +94,8 @@ <h3>
9394
<li><a href="weblogic.html">Upgrading BeanShell in Weblogic 6.x</a></li>
9495
<li><a href="netbeans.html">Upgrading BeanShell in NetBeans/Forte</a></li>
9596
</ul>
96-
</h3>
97-
<p></p>
97+
</h3>
98+
</p>
9899

99100
</section>
100101

download.html

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33

44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -54,12 +54,15 @@ <h2>Downloads</h2>
5454

5555
<p>New releases will happen through <a href="https://github.com/beanshell/beanshell/releases">GitHub</a>.
5656
</p>
57+
</section>
5758

59+
<section>
5860
<h2>Legacy Release</h2>
5961

60-
<p>Old releases are kept in <a href="https://sourceforge.net/projects/beanshell/files/">SOURCE<b>FORGE</b></a>.
62+
<p>Old releases are kept in <a
63+
href="https://sourceforge.net/projects/beanshell/files/">SOURCE<b>FORGE</b></a>.
6164
</p>
62-
<font size="+1">
65+
<div class="large">
6366
<table border="2" width="100%">
6467

6568
<tr>
@@ -167,20 +170,21 @@ <h2>Legacy Release</h2>
167170
</tr>
168171

169172
</table>
170-
</font>
173+
</div>
171174
<p></p>
172175

173176
<h3>BeanShell Web Application Test Servlet</h3>
174177

175-
Please see the
176-
<a href="bshservlet.html">BeanShell Web Application Test Servlet</a> page to
177-
download the example WAR. Two versions of the WAR are provided, one containing
178-
the BeanShell JAR and one relying on the container for BeanShell deployment.
179-
<p></p>
180-
178+
<p>Please see the
179+
<a href="bshservlet.html">BeanShell Web Application Test Servlet</a> page to
180+
download the example WAR. Two versions of the WAR are provided, one containing
181+
the BeanShell JAR and one relying on the container for BeanShell deployment.
182+
</p>
183+
</section>
184+
<section>
181185
<h2>Previous Releases</h2>
182186

183-
<span class="large">
187+
<div class="large">
184188
<table border="2" width="100%">
185189
<tr>
186190
<td>
@@ -288,22 +292,23 @@ <h2>Previous Releases</h2>
288292
</tr>
289293
</table>
290294
<p></p>
291-
</span>
295+
</div>
292296

293297

294-
<p></p>
295-
Please see the user manual or
296-
<a href="manual/bshmanual.html">quick start</a> guide for information on
297-
running BeanShell.
298-
<p></p>
299-
300-
The BeanShell source code and developer info can be found in the
301-
<a href="developer.html">Developer's Area</a>
302-
<p></p>
298+
<p>
299+
Please see the user manual or
300+
<a href="manual/bshmanual.html">quick start</a> guide for information on
301+
running BeanShell.
302+
</p>
303+
<p>
304+
The BeanShell source code and developer info can be found in the
305+
<a href="developer.html">Developer's Area</a>
306+
</p>
303307

304-
Don't forget to subscribe to the <a href="contact.html">announcements list</a>
305-
for news about new releases.
306-
<p></p>
308+
<p>
309+
Don't forget to subscribe to the <a href="contact.html">announcements list</a>
310+
for news about new releases.
311+
</p>
307312

308313
</section>
309314

examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33

44
<head>
55
<title>BeanShell - Examples</title>

faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33

44
<head>
55
<title>BeanShell FAQ</title>

0 commit comments

Comments
 (0)