Skip to content

Commit d3aa48e

Browse files
committed
add video
1 parent 7258d5f commit d3aa48e

File tree

5 files changed

+252
-0
lines changed

5 files changed

+252
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@
124124
<a href="pages/index.z.black.cd9b83f2.10000000.html"><i><span onmouseout="sayMessageF( 0 , 16000 )" onmouseover="sayMessageF( 'Click to climb up one level into the knowledge tree to focus on this paragraph.' , 0 )">WARNING:</span></i></a>
125125
Do not install IPDOS (tm) from any other repository and do not ever use executable files obtained in any other way to install IPDOS (tm).
126126
<p>
127+
<a href="pages/index.z.black.a0c37553.10000000.html"><i><span onmouseout="sayMessageF( 0 , 16000 )" onmouseover="sayMessageF( 'Click to climb up one level into the knowledge tree to focus on this paragraph.' , 0 )">The following instructions were tested on April 6, 2024 while making a "how to" video that shows every step.</span></i></a>
128+
View this video while completing the instructions.
129+
To view the video, click: <a href="https://go.screenpal.com/watch/cZfieTVs0Ql" target="_blank">Welcome to IPDOS (tm) (instructions for building and installing)</a>
130+
<p>
127131
<a href="pages/index.z.black.c3251478.10000000.html"><i><span onmouseout="sayMessageF( 0 , 16000 )" onmouseover="sayMessageF( 'Click to climb up one level into the knowledge tree to focus on this paragraph.' , 0 )">You are reading an IdeaFarm (tm) Knowledge Tree.</span></i></a>
128132
A green vertical line at the end of a sentence means that you can click on that sentence to "climb up" into more detail.
129133
To climb back down, click "down1" or "down2", which will appear at top left.

index.white.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@
124124
<a href="pages/index.z.white.cd9b83f2.10000000.html"><i><span onmouseout="sayMessageF( 0 , 16000 )" onmouseover="sayMessageF( 'Click to climb up one level into the knowledge tree to focus on this paragraph.' , 0 )">WARNING:</span></i></a>
125125
Do not install IPDOS (tm) from any other repository and do not ever use executable files obtained in any other way to install IPDOS (tm).
126126
<p>
127+
<a href="pages/index.z.white.a0c37553.10000000.html"><i><span onmouseout="sayMessageF( 0 , 16000 )" onmouseover="sayMessageF( 'Click to climb up one level into the knowledge tree to focus on this paragraph.' , 0 )">The following instructions were tested on April 6, 2024 while making a "how to" video that shows every step.</span></i></a>
128+
View this video while completing the instructions.
129+
To view the video, click: <a href="https://go.screenpal.com/watch/cZfieTVs0Ql" target="_blank">Welcome to IPDOS (tm) (instructions for building and installing)</a>
130+
<p>
127131
<a href="pages/index.z.white.c3251478.10000000.html"><i><span onmouseout="sayMessageF( 0 , 16000 )" onmouseover="sayMessageF( 'Click to climb up one level into the knowledge tree to focus on this paragraph.' , 0 )">You are reading an IdeaFarm (tm) Knowledge Tree.</span></i></a>
128132
A green vertical line at the end of a sentence means that you can click on that sentence to "climb up" into more detail.
129133
To climb back down, click "down1" or "down2", which will appear at top left.
Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2+
<html>
3+
<head>
4+
5+
<title>
6+
The following instructions were tested on April 6, 2024 while making a "how to" video that shows every step.
7+
</title>
8+
<script type="text/javascript">
9+
10+
var hTimer = 0 ;
11+
var idDefaultMessageLath = 0 ;
12+
13+
function clearMessageF()
14+
{
15+
if( hTimer )
16+
{
17+
clearTimeout( hTimer ) ;
18+
hTimer = 0 ;
19+
}
20+
21+
document.getElementById( "message1" ).innerHTML = "&thinsp;" ;
22+
}
23+
24+
function sayMessageF( postP , msP )
25+
{
26+
if( hTimer )
27+
{
28+
clearTimeout( hTimer ) ;
29+
hTimer = 0 ;
30+
}
31+
32+
if( !postP )
33+
{
34+
if( !msP ) msP = 16000 ;
35+
sayMessageDefaultF( msP ) ;
36+
}
37+
else
38+
{
39+
document.getElementById( "message1" ).innerHTML = postP ;
40+
41+
if( msP )
42+
{
43+
/*hTimer = setTimeout( " clearMessageF() " , msP ) ;*/
44+
}
45+
}
46+
}
47+
48+
function sayMessageDefaultF( msP )
49+
{
50+
switch( ( ++ idDefaultMessageLath ) % 0x10 )
51+
{
52+
case 1 : { sayMessageF( "This is an IdeaFarm (tm) Knowledge Tree, rendered as foreign (conventional linear) text." , msP ) ; break ; }
53+
case 4 : { sayMessageF( "Do not fear that you will die. Fear that you might never live!" , msP ) ; break ; }
54+
default : { clearMessageF() ; break ; }
55+
}
56+
}
57+
58+
</script>
59+
</head>
60+
61+
<body style="font-family:arial ; background-color:#000 ; color:#ff6" onload="sayMessageDefaultF( 16000 )">
62+
63+
<style type="text/css">
64+
A:link
65+
{
66+
color: #ff6 ;
67+
text-decoration: none ;
68+
border-style: solid ;
69+
border-width: 0px 1px 0px 0px ;
70+
border-color: green ;
71+
}
72+
A:visited
73+
{
74+
color: #ff6 ;
75+
text-decoration: none ;
76+
border-style: solid ;
77+
border-width: 0px 1px 0px 0px ;
78+
border-color: red ;
79+
}
80+
A:hover
81+
{
82+
color: #ff6 ;
83+
text-decoration: none ;
84+
border-style: solid ;
85+
border-width: 1px 1px 1px 0px ;
86+
border-color: #ff6 ;
87+
}
88+
A:active
89+
{
90+
color: white ;
91+
text-decoration: none ;
92+
border-style: solid ;
93+
border-width: 1px 1px 1px 0px ;
94+
border-color: white ;
95+
}
96+
H3
97+
{
98+
color: #ff6 ;
99+
text-decoration: none ;
100+
border-style: solid ;
101+
border-width: 1px 8px 1px 8px ;
102+
border-color: #ff6 ;
103+
}
104+
</style>
105+
106+
<a href="index.z.white.a0c37553.10000000.html" onmouseout="sayMessageF( 0 , 16000 )" onmouseover="sayMessageF( 'Click to change the color scheme to black on white (for printing).' , 0 )">white</a>
107+
<a href="http://about.ideafarm.com/index.html">about</a>
108+
<a href="../index.html" onmouseout="sayMessageF( 0 , 16000 )" onmouseover="sayMessageF( 'Click to climb down one level to view the page on which I am the topic sentence of a paragraph.' , 0 )">down1</a>
109+
<p>
110+
<hr>
111+
<p>
112+
The following instructions were tested on April 6, 2024 while making a "how to" video that shows every step. <p>
113+
<hr>
114+
<p>
115+
116+
View this video while completing the instructions.
117+
To view the video, click: <a href="https://go.screenpal.com/watch/cZfieTVs0Ql" target="_blank">Welcome to IPDOS (tm) (instructions for building and installing)</a>
118+
119+
120+
</html>
Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2+
<html>
3+
<head>
4+
<meta name="robots" content="noindex">
5+
<title>
6+
The following instructions were tested on April 6, 2024 while making a "how to" video that shows every step.
7+
</title>
8+
<script type="text/javascript">
9+
10+
var hTimer = 0 ;
11+
var idDefaultMessageLath = 0 ;
12+
13+
function clearMessageF()
14+
{
15+
if( hTimer )
16+
{
17+
clearTimeout( hTimer ) ;
18+
hTimer = 0 ;
19+
}
20+
21+
document.getElementById( "message1" ).innerHTML = "&thinsp;" ;
22+
}
23+
24+
function sayMessageF( postP , msP )
25+
{
26+
if( hTimer )
27+
{
28+
clearTimeout( hTimer ) ;
29+
hTimer = 0 ;
30+
}
31+
32+
if( !postP )
33+
{
34+
if( !msP ) msP = 16000 ;
35+
sayMessageDefaultF( msP ) ;
36+
}
37+
else
38+
{
39+
document.getElementById( "message1" ).innerHTML = postP ;
40+
41+
if( msP )
42+
{
43+
/*hTimer = setTimeout( " clearMessageF() " , msP ) ;*/
44+
}
45+
}
46+
}
47+
48+
function sayMessageDefaultF( msP )
49+
{
50+
switch( ( ++ idDefaultMessageLath ) % 0x10 )
51+
{
52+
case 1 : { sayMessageF( "This is an IdeaFarm (tm) Knowledge Tree, rendered as foreign (conventional linear) text." , msP ) ; break ; }
53+
case 4 : { sayMessageF( "Do not fear that you will die. Fear that you might never live!" , msP ) ; break ; }
54+
default : { clearMessageF() ; break ; }
55+
}
56+
}
57+
58+
</script>
59+
</head>
60+
61+
<body style="font-family:arial ; background-color:#fff ; color:#000" onload="sayMessageDefaultF( 16000 )">
62+
63+
<style type="text/css">
64+
A:link
65+
{
66+
color: #000 ;
67+
text-decoration: none ;
68+
border-style: solid ;
69+
border-width: 0px 1px 0px 0px ;
70+
border-color: #000 ;
71+
}
72+
A:visited
73+
{
74+
color: #000 ;
75+
text-decoration: none ;
76+
border-style: solid ;
77+
border-width: 0px 1px 0px 0px ;
78+
border-color: #000 ;
79+
}
80+
A:hover
81+
{
82+
color: #000 ;
83+
text-decoration: none ;
84+
border-style: solid ;
85+
border-width: 1px 1px 1px 0px ;
86+
border-color: #000 ;
87+
}
88+
A:active
89+
{
90+
color: #000 ;
91+
text-decoration: none ;
92+
border-style: solid ;
93+
border-width: 1px 1px 1px 0px ;
94+
border-color: #000 ;
95+
}
96+
H3
97+
{
98+
color: #000 ;
99+
text-decoration: none ;
100+
border-style: solid ;
101+
border-width: 1px 8px 1px 8px ;
102+
border-color: #000 ;
103+
}
104+
</style>
105+
106+
<a href="index.z.black.a0c37553.10000000.html" onmouseout="sayMessageF( 0 , 16000 )" onmouseover="sayMessageF( 'Click to change the color scheme to yellow on black (for viewing).' , 0 )">black</a>
107+
<a href="http://about.ideafarm.com/index.white.html">about</a>
108+
<a href="../index.white.html" onmouseout="sayMessageF( 0 , 16000 )" onmouseover="sayMessageF( 'Click to climb down one level to view the page on which I am the topic sentence of a paragraph.' , 0 )">down1</a>
109+
<p>
110+
<hr>
111+
<p>
112+
The following instructions were tested on April 6, 2024 while making a "how to" video that shows every step. <p>
113+
<hr>
114+
<p>
115+
116+
View this video while completing the instructions.
117+
To view the video, click: <a href="https://go.screenpal.com/watch/cZfieTVs0Ql" target="_blank">Welcome to IPDOS (tm) (instructions for building and installing)</a>
118+
119+
120+
</html>

soil/index.1.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@
123123
a green vertical line at the end of a sentence means that you can click on that sentence to "climb up" into more detail
124124
you are reading an IdeaFarm (tm) Knowledge Tree
125125

126+
to view the video, click: &lt;a href="https://go.screenpal.com/watch/cZfieTVs0Ql" target="_blank"&gt;Welcome to IPDOS (tm) (instructions for building and installing)&lt;/a&gt;
127+
view this video while completing the instructions
128+
the following instructions were tested on April 6, 2024 while making a "how to" video that shows every step
129+
126130
do not install IPDOS (tm) from any other repository and do not ever use executable files obtained in any other way to install IPDOS (tm)
127131
WARNING:
128132

0 commit comments

Comments
 (0)