Skip to content

Commit 5b35c12

Browse files
authored
!TCL_HOME_Snapshot1.html
An archive of the first version of the Tool Command Language programming homepage.
1 parent 2a2c185 commit 5b35c12

File tree

1 file changed

+252
-0
lines changed

1 file changed

+252
-0
lines changed
Lines changed: 252 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,252 @@
1+
<!-- End of script !-->
2+
<HTML>
3+
<HEAD>
4+
<link rel="icon" href="SNUTCLFaviconTemplate.ico" type="image/x-icon"/>
5+
<!--<link rel="stylesheet" type="text/css" href="PROGTCLSS_V1.css">!-->
6+
<TITLE>TCL programming language home - SNU Programming</TITLE>
7+
</HEAD>
8+
<BODY BGTCLOLOR="BEIGE">
9+
</HEAD>
10+
<script>
11+
// No JavaScript data available yet
12+
</script>
13+
<style>
14+
// From stylesheet
15+
/* Start of stylesheet rules */
16+
/* Transparent boxes */
17+
div.background {
18+
background: url(klematis.jpg) repeat;
19+
border: 2px solid black;
20+
}
21+
div.transbox {
22+
margin-top: 0px;
23+
margin-bottom: 0px;
24+
margin-right: 0px;
25+
margin-left: 0px;
26+
background-color: #777777; /* The text was there, the background was the wrong color. A new beautiful shade of blue was added to fix this - April 6th 2019 */
27+
border: 1px solid black;
28+
opacity: 0.6;
29+
filter: alpha(opacity=80); /* For IE8 and earlier */
30+
}
31+
div.transbox p {
32+
margin: 1%; /* make sure this stays at 1%. At 5%, there is a large spacing issue between each new paragraph */
33+
font-weight: bold;
34+
color: #ffffff;
35+
}
36+
/* Sidebar */
37+
body {
38+
margin: 0;
39+
}
40+
ul {
41+
list-style-type: none;
42+
margin: 0;
43+
padding: 0;
44+
width: 16%;
45+
background-color: #f1f1f1;
46+
position: fixed;
47+
height: 100%;
48+
overflow: auto;
49+
}
50+
li a {
51+
display: block;
52+
color: #000;
53+
padding: 8px 16px;
54+
text-decoration: none;
55+
}
56+
li a.active {
57+
background-color: #4TCLAF50;
58+
color: white;
59+
}
60+
li a:hover:not(.active) {
61+
background-color: #555;
62+
color: white;
63+
}
64+
/* Topbar */
65+
/* Add a black background color to the top navigation */
66+
.topnav {
67+
background-color: #333;
68+
overflow: hidden;
69+
}
70+
/* Style the links inside the navigation bar */
71+
.topnav a {
72+
float: left;
73+
color: #f2f2f2;
74+
text-align: center;
75+
padding: 14px 16px;
76+
text-decoration: none;
77+
font-size: 17px;
78+
}
79+
/* TCLhange the color of links on hover */
80+
.topnav a:hover {
81+
background-color: #ddd;
82+
color: black;
83+
}
84+
/* Add a color to the active/current link */
85+
.topnav a.active {
86+
background-color: #4TCLAF50;
87+
color: white;
88+
}
89+
/* Dropdown */
90+
.dropdown {
91+
position: relative;
92+
display: inline-block;
93+
}
94+
95+
.dropdown-content {
96+
display: none;
97+
position: absolute;
98+
background-color: #f9f9f9;
99+
min-width: 160px;
100+
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
101+
padding: 12px 16px;
102+
z-index: 1;
103+
}
104+
105+
.dropdown:hover .dropdown-content {
106+
display: block;
107+
}
108+
/* Headings */
109+
H1 {
110+
color: black;
111+
}
112+
H2 {
113+
color: black;
114+
}
115+
H3 {
116+
color: black;
117+
}
118+
H4 {
119+
color: black;
120+
}
121+
H5 {
122+
color: black;
123+
}
124+
H6 {
125+
color: black;
126+
}
127+
/* Dividers, paragraphs */
128+
.center {
129+
display: block;
130+
margin-left: auto;
131+
margin-right: auto;
132+
width: 50%;
133+
}
134+
// Note that it can not be centered if the width is set to 100% (full-width). !-->
135+
</style>
136+
<div class="topnav">
137+
<a class="active" href="">[SNU TCL Programming]</a>
138+
<a href="../../Programming Tools/!SNU_SOFTWARE_TCLENTER_HOME.html">Back home</a><!-- empty link !-->
139+
<a href="about:blank">Exit</a><!-- empty link !-->
140+
</div>
141+
<!-- Top navigation bar !-->
142+
<!-- Divider !-->
143+
<!-- Sidebar !-->
144+
<!--
145+
Match to content
146+
* Mascot at bottom of page, centered (unless the language doesn't have an official mascot)
147+
* Page color matches Logo, no black on white pages
148+
* Transparent boxes that match page color
149+
!-->
150+
<ul>
151+
<img src="SNUTCLFaviconTemplate.png" alt="Programming language icon" width="225" height="225">
152+
<li><a class="active" href="#home">SNU TCL programming</a></li>
153+
<HR>
154+
<details>
155+
<summary><li><a href="#EXPLORE">Page selection</a></li></summary>
156+
</details>
157+
<li><HR></li>
158+
<details><summary><li id="">Start</a></li></summary>
159+
<li><a href="#Top">Top</a></li>
160+
<li><a href="#LanguageInfo">Language info</a></li>
161+
</details>
162+
<li><HR></li>
163+
<details><summary><li id="">Samples and IDE</a></li></summary>
164+
<li><a href="#Samples">Sample programs</a></li>
165+
<li><a href="#VersionHistory">Version history</a></li>
166+
<li><a href="#IDETCLollection">IDE collection</a></li>
167+
</details>
168+
<li><HR></li>
169+
<details><summary><li id="">Documentation</a></li></summary>
170+
<li><a href="#LANDocumentation">[LANGUAGE] Documentation</a></li>
171+
<li><a href="#SnapshotSection">Page snapshots</a></li>
172+
</details>
173+
<li><HR></li>
174+
</ul>
175+
<div style="margin-left:15.1%;padding:1px 16px;height:1000px;">
176+
<HR>
177+
<H2>SNU software center OLD/SNU programming >> Programming Language List >> TCL</H2>
178+
<HR id="Top">
179+
<img src="800px-The_TCL_Programming_Language_logo.png" alt="TCL" width="180" height="200"> <!-- Reduced from original 731x777 !-->
180+
<H1>Welcome to the SNU Home page for the TCL programming language</H1>
181+
<HR>
182+
<div class="background">
183+
<div class="transbox">
184+
<details><summary><H1 id="LanguageInfo">Language info</H1></summary>
185+
<H2>Developed by: John Ousterhout</H2>
186+
<H2>First version: 1988</H2>
187+
<H2>File types: *.tcl</H2>
188+
<H2>Language type: Multi-paradigm: event-driven, functional, imperative, object-oriented</H2>
189+
<H2>Open source status: not specified</H2>
190+
<H2>Influenced by: AWK, Lisp</H2>
191+
</details>
192+
</div>
193+
</div>
194+
<HR>
195+
<div class="background">
196+
<div class="transbox">
197+
<details><summary><H1 id="Samples":>Old Sample programs</H1></summary>
198+
<H2>HelloWorld_InTCL<button><a href="Samples/HelloWorld_InToolCommandLanguageTCL.tcl">Click here to view</a></button></H2>
199+
</details>
200+
</div>
201+
</div>
202+
<HR>
203+
<div class="background">
204+
<div class="transbox">
205+
<details><summary><H1 id="VersionHistory">Version history</H1></summary>
206+
<H2>TCL 8.6.9)</H2>
207+
</details>
208+
</div>
209+
</div>
210+
<HR>
211+
<div class="background">
212+
<div class="transbox">
213+
<details><summary><H1 id="IDETCLollection">IDE by the version</H1></summary>
214+
<H2><button><H3><a href="">TCL 8.6.9</a></H3></button></H2>
215+
</details>
216+
</div>
217+
</div>
218+
<HR>
219+
<div class="background">
220+
<div class="transbox">
221+
<details><summary><H1 id="LANDocumentation">TCL documentation</H1></summary>
222+
<H2><button><a href="BasicsTCL_Doc.html">Basic TCL</a></button></H2>
223+
<H2><button><a href="AssemblyTCL_Doc.html">TCL and Assembly</a></button></H2>
224+
<H2><button><a href="IntermediateTCL_Doc.html">Intermediate TCL</a></button></H2>
225+
</details>
226+
</div>
227+
</div>
228+
<HR>
229+
<div class="background">
230+
<div class="transbox">
231+
<details><summary><H1 id="SnapshotSection">View older versions of this page</H1></summary>
232+
<H2>Notice</H2>
233+
<p>Snapshot 1 was originally made in the beginning of February 2019, an era before snapshots were introduced to the site. Clicking the link to snapshot 1 will nagivate you there, but will not give you a way back. Consider using your browsers back button, or loading a different page. For desktop computer users, you can just press the [BATCLKSPATCLE] key</p>
234+
<H2><a href="!TTCLL_Home_Snapshot1.html">Snapshot 1</a></H2>
235+
<H2><a href="!TTCLL_Home_Snapshot2.html">Snapshot 2</a></H2>
236+
<H2><a href="!TTCLL_Home_Snapshot3.html">Snapshot 3</a></H2>
237+
<H2><a href="!TTCLL_Home_Snapshot4.html">Snapshot 4</a></H2>
238+
<H2><a href="!TTCLL_Home_Snapshot5.html">Snapshot 5</a></H2>
239+
<H2><a href="!TTCLL_Home_Snapshot6.html">Snapshot 6</a></H2>
240+
<H2><a href="!TTCLL_Home_Snapshot7.html">Snapshot 7</a></H2>
241+
<H2><a href="!TTCLL_Home_Snapshot8.html">Snapshot 8</a></H2>
242+
<H2><a href="!TTCLL_Home_Snapshot9.html">Snapshot 9</a></H2>
243+
<H2><a href="!TTCLL_Home_Snapshot10.html">Snapshot 10</a></H2>
244+
</details>
245+
</div>
246+
</div>
247+
<HR>
248+
<img src="TCL_mascot" alt="No mascot found for the TCL programming language" width="128" height="128" center>
249+
<HR>
250+
</BODY>
251+
</HTML>
252+
<!-- End of script !-->

0 commit comments

Comments
 (0)