Skip to content

Commit 6868020

Browse files
authored
[IMPORT] Iron Python directory (5 files)
Imported the Iron Python directory, containing 5 files, of which 2 are IronPython script files, 2 are HTML documents, and 1 is a PNG Image.
1 parent e02abc6 commit 6868020

File tree

5 files changed

+610
-0
lines changed

5 files changed

+610
-0
lines changed

IronPython/!IRONPYTHON_HOME.html

+298
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,298 @@
1+
<!-- start of script !-->
2+
<HTML>
3+
<HEAD>
4+
<link rel="icon" href="SNUPY_PROGRAMMING_FAVICON_TEMPLATE.ico" type="image/x-icon"/>
5+
<BODY BGCOLOR="SILVER">
6+
<style>
7+
#grad1 {
8+
height: 200px;
9+
background-color: Cyan; /* For browsers that do not support gradients */
10+
background-image: linear-gradient(cyan, lime); /* Standard syntax (must be last) */
11+
}
12+
<script>
13+
// No JavaScript data available yet
14+
</script>
15+
<style>
16+
// From stylesheet
17+
/* Start of stylesheet rules */
18+
/* Transparent boxes */
19+
div.background {
20+
background: url(klematis.jpg) repeat;
21+
border: 2px solid black;
22+
}
23+
div.transbox {
24+
margin-top: 0px;
25+
margin-bottom: 0px;
26+
margin-right: 0px;
27+
margin-left: 0px;
28+
background-color: #00BFFF; /* The text was there, the background was the wrong color. A new beautiful shade of blue was added to fix this - April 6th 2019 */
29+
border: 1px solid black;
30+
opacity: 0.6;
31+
filter: alpha(opacity=80); /* For IE8 and earlier */
32+
}
33+
div.transbox p {
34+
margin: 1%; /* make sure this stays at 1%. At 5%, there is a large spacing issue between each new paragraph */
35+
font-weight: bold;
36+
color: #ffffff;
37+
}
38+
/* Sidebar */
39+
body {
40+
margin: 0;
41+
}
42+
ul {
43+
list-style-type: none;
44+
margin: 0;
45+
padding: 0;
46+
width: 16%;
47+
background-color: #f1f1f1;
48+
position: fixed;
49+
height: 100%;
50+
overflow: auto;
51+
}
52+
li a {
53+
display: block;
54+
color: #000;
55+
padding: 8px 16px;
56+
text-decoration: none;
57+
}
58+
li a.active {
59+
background-color: #4CAF50;
60+
color: white;
61+
}
62+
li a:hover:not(.active) {
63+
background-color: #555;
64+
color: white;
65+
}
66+
/* Topbar */
67+
/* Add a black background color to the top navigation */
68+
.topnav {
69+
background-color: #333;
70+
overflow: hidden;
71+
}
72+
/* Style the links inside the navigation bar */
73+
.topnav a {
74+
float: left;
75+
color: #f2f2f2;
76+
text-align: center;
77+
padding: 14px 16px;
78+
text-decoration: none;
79+
font-size: 17px;
80+
}
81+
/* Change the color of links on hover */
82+
.topnav a:hover {
83+
background-color: #ddd;
84+
color: black;
85+
}
86+
/* Add a color to the active/current link */
87+
.topnav a.active {
88+
background-color: #4CAF50;
89+
color: white;
90+
}
91+
/* Dropdown */
92+
.dropdown {
93+
position: relative;
94+
display: inline-block;
95+
}
96+
97+
.dropdown-content {
98+
display: none;
99+
position: absolute;
100+
background-color: #f9f9f9;
101+
min-width: 160px;
102+
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
103+
padding: 12px 16px;
104+
z-index: 1;
105+
}
106+
107+
.dropdown:hover .dropdown-content {
108+
display: block;
109+
}
110+
/* Headings */
111+
H1 {
112+
color: black;
113+
}
114+
H2 {
115+
color: black;
116+
}
117+
H3 {
118+
color: black;
119+
}
120+
H4 {
121+
color: black;
122+
}
123+
H5 {
124+
color: black;
125+
}
126+
H6 {
127+
color: black;
128+
}
129+
/* Dividers, paragraphs */
130+
.center {
131+
display: block;
132+
margin-left: auto;
133+
margin-right: auto;
134+
width: 50%;
135+
}
136+
// Note that it can not be centered if the width is set to 100% (full-width). !-->
137+
</style>
138+
<head>
139+
<meta charset="UTF-16">
140+
</head>
141+
<TITLE>IronPython home - SNU programming</TITLE>
142+
</HEAD>
143+
</BODY>
144+
<div class="topnav">
145+
<a class="active" href="">[SNU IronPython Programming]</a>
146+
<a href="../../Programming Tools/!SNU_SOFTWARE_CENTER_HOME.html">Back home</a><!-- empty link !-->
147+
<a href="about:blank">Exit</a><!-- empty link !-->
148+
</div>
149+
<!-- Top navigation bar !-->
150+
<!-- Divider !-->
151+
<!-- Sidebar !-->
152+
<!--
153+
Match to content
154+
* Mascot at bottom of page, centered (unless the language doesn't have an official mascot)
155+
* Page color matches Logo, no black on white pages
156+
* Transparent boxes that match page color
157+
!-->
158+
<ul>
159+
<img src="SNUIPY_PROGRAMMING_FAVICON_TEMPLATE.ico" alt="Programming language icon" width="215" height="225">
160+
<li><a class="active" href="#home">SNU IronPython Programming</a></li>
161+
<HR>
162+
<details>
163+
<summary><li><a href="#EXPLORE">Page selection</a></li></summary>
164+
</details>
165+
<li><HR></li>
166+
<details><summary><li id="">Start</a></li></summary>
167+
<li><a href="#Top">Top</a></li>
168+
<li><a href="#LanguageInfo">Language info</a></li>
169+
</details>
170+
<li><HR></li>
171+
<details><summary><li id="">Samples and IDE</a></li></summary>
172+
<li><a href="#Samples">Sample programs</a></li>
173+
<li><a href="#VersionHistory">Version history</a></li>
174+
<li><a href="#IDECollection">IDE collection</a></li>
175+
</details>
176+
<li><HR></li>
177+
<details><summary><li id="">Documentation</a></li></summary>
178+
<li><a href="#LANDocumentation">IronPython Documentation</a></li>
179+
<li><a href="#SnapshotSection">Page snapshots</a></li>
180+
</details>
181+
<li><HR></li>
182+
</ul>
183+
<div style="margin-left:15.1%;padding:1px 16px;height:1000px;">
184+
<div id="grad1"></div> <!-- Still working on spreading the gradient !-->
185+
<HR>
186+
<H1>IronPython IDE collection</H1>
187+
<HR>
188+
<H2><button><a href="../!SNU_SOFTWARE_CENTER_HOME.html">[Back to the main software center page]</a></button></H2>
189+
<HR>
190+
<img src="Ironpython-logo.png" alt="IPY Logo" width="410" height="90">
191+
<H1>Visit the official website: <button><H2><a href="ironpython.net">ironpython.net</a></H2></button></H1>
192+
<HR>
193+
<div class="background">
194+
<div class="transbox">
195+
<details><summary><H1>Select a version (old)</H1></summary>
196+
<H2><button><H2><a href="!.html">IronPython 2.7</a></H2></button></H2>
197+
</details>
198+
</div>
199+
</div>
200+
<HR>
201+
<div class="background">
202+
<div class="transbox">
203+
<details><summary><H1>Language info</H1></summary>
204+
<H2>Developed by: Jim Hugunin, Microsoft</H2>
205+
<H2>First version: September 5th 2006</H2>
206+
<H2>File types: *.</H2>
207+
<H2>Language type: Python programming language implementation </H2>
208+
<H2>Family: Python</H2>
209+
<H2>Open source status: Is open source</H2>
210+
<H2>Influenced by: Python</H2>
211+
<H2>Influenced: Nothing so far</H2>
212+
<H2>License: Apache License 2.0</H2>
213+
</details>
214+
</div>
215+
</div>
216+
<HR>
217+
<div class="background">
218+
<div class="transbox">
219+
<details><summary><H1>All versions</H1></summary>
220+
<HR>
221+
<select name="Python releases" size="1">
222+
<option value="PY1" disabled>IronPython 0.x</option>
223+
<option value="PY1" disabled>IronPython 0.5</option>
224+
<option value="PY1" disabled>IronPython 1.x</option>
225+
<option value="PY1" disabled>IronPython 1.0</option>
226+
<option value="PY1" disabled>IronPython 2.x</option>
227+
<option value="PY1" selected>IronPython 2.0</option>
228+
<option value="PY1">IronPython 2.6</option>
229+
<option value="PY1">IronPython 2.7</option>
230+
<option value="PY1">IronPython 2.7.1</option>
231+
<option value="PY1">IronPython 2.7.2.1</option>
232+
<option value="PY1">IronPython 2.7.4</option>
233+
<option value="PY1">IronPython 2.7.5</option>
234+
<option value="PY1">IronPython 2.7.6</option>
235+
<option value="PY1">IronPython 2.7.7</option>
236+
<option value="PY1">IronPython 2.7.8</option>
237+
<option value="PY1">IronPython 2.7.9</option>
238+
</select>
239+
</div>
240+
</div>
241+
<HR>
242+
<div class="background">
243+
<div class="transbox">
244+
<details><summary><H2 id="Samples">Sample programs</H2></summary>
245+
<p><a href="Samples/Silverlight.py">Silverlight.py (might not be correct extension)</a></p>
246+
</details>
247+
</div>
248+
</div>
249+
<HR>
250+
<div class="background">
251+
<div class="transbox">
252+
<details><summary><H1>Unofficial IronPython documentation</H1></summary>
253+
<details><summary><H2>For beginners</H2></summary>
254+
<H3><a href="Doc/Chapter1/CHP1_ForB_HelloWorld.html">Hello world program</a></H3>
255+
<H3><a href="Doc/Chapter1/CHP1_ForB_Comments.html">IronPython comments</a></H3>
256+
</details>
257+
</div>
258+
</div>
259+
<HR>
260+
<div class="background">
261+
<div class="transbox">
262+
<details><summary><H2>Calculation basics</H2></summary>
263+
</details>
264+
</div>
265+
</div>
266+
<HR>
267+
<div class="background">
268+
<div class="transbox">
269+
<details><summary><H2 id="SnapshotSection">View older versions of this page</H2></summary>
270+
<p><button><a href="!IRONPYTHON_HOME_Snapshot1.html">Snapshot 1</a></button></p>
271+
<p><button><a href="!IRONPYTHON_HOME_Snapshot2.html">Snapshot 2</a></button></p>
272+
<p><button><a href="!IRONPYTHON_HOME_Snapshot3.html">Snapshot 3</a></button></p>
273+
<p><button><a href="!IRONPYTHON_HOME_Snapshot4.html">Snapshot 4</a></button></p>
274+
<p><button><a href="!IRONPYTHON_HOME_Snapshot5.html">Snapshot 5</a></button></p>
275+
<p><button><a href="!IRONPYTHON_HOME_Snapshot6.html">Snapshot 6</a></button></p>
276+
<p><button><a href="!IRONPYTHON_HOME_Snapshot7.html">Snapshot 7</a></button></p>
277+
<p><button><a href="!IRONPYTHON_HOME_Snapshot8.html">Snapshot 8</a></button></p>
278+
<p><button><a href="!IRONPYTHON_HOME_Snapshot9.html">Snapshot 9</a></button></p>
279+
<p><button><a href="!IRONPYTHON_HOME_Snapshot10.html">Snapshot 10</a></button></p>
280+
<p><button><a href="!IRONPYTHON_HOME_Snapshot11.html">Snapshot 11</a></button></p>
281+
<p><button><a href="!IRONPYTHON_HOME_Snapshot12.html">Snapshot 12</a></button></p>
282+
<p><button><a href="!IRONPYTHON_HOME_Snapshot13.html">Snapshot 13</a></button></p>
283+
<p><button><a href="!IRONPYTHON_HOME_Snapshot14.html">Snapshot 14</a></button></p>
284+
<p><button><a href="!IRONPYTHON_HOME_Snapshot15.html">Snapshot 15</a></button></p>
285+
<p><button><a href="!IRONPYTHON_HOME_Snapshot16.html">Snapshot 16</a></button></p>
286+
<p><button><a href="!IRONPYTHON_HOME_Snapshot17.html">Snapshot 17</a></button></p>
287+
<p><button><a href="!IRONPYTHON_HOME_Snapshot18.html">Snapshot 18</a></button></p>
288+
<p><button><a href="!IRONPYTHON_HOME_Snapshot19.html">Snapshot 19</a></button></p>
289+
<p><button><a href="!IRONPYTHON_HOME_Snapshot20.html">Snapshot 20</a></button></p>
290+
</details>
291+
</div>
292+
</div>
293+
<HR>
294+
<H1>You have reached the bottom of this page</H1>
295+
<HR>
296+
</BODY>
297+
</HTML>
298+
<!-- End of script !-->

0 commit comments

Comments
 (0)