Add to git.
[rws.git] / html / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><!-- -*- html -*- -->
2 <html>
3   <head>
4     <title>RWS introductory page</title>
5     <style type="text/css">
6     body {
7         background-color: #ffffff;
8     }
9     h1 {
10         font-size: 14pt;
11         font-weight: bold;
12         text-align: left;
13         color: #444400;
14     }
15     h2 {
16         font-size: 12pt;
17         font-weight: bold;
18         text-align: left;
19         color: #444400;
20     }
21     code {
22         color: green;
23         font-weight: bold;
24     }
25     </style>
26   </head>
27   <body bgcolor="#ffffff">
28
29     <h1>Welcome to RWS</h1>
30     <p>
31     Congratulations! RWS is now installed and running on your system.
32     </p>
33
34     <h2>Shared object script demos</h2>
35
36     <p>
37     Unless you have changed the configuration file, the following links
38     should run the shared object script demos from the <code>examples/</code>
39     directory in the source distribution:
40     </p>
41
42     <ul>
43     <li> <a href="/so-bin/hello.so">/so-bin/hello.so</a> </li>
44     <li> <a href="/so-bin/show_params.so?abc=1&amp;def=2">/so-bin/show_params.so?abc=1&amp;def=2</a> </li>
45     </ul>
46
47     <p>
48     These files are in <code>$prefix/share/rws/so-bin</code>.
49     </p>
50
51     <h2>Monolith demos</h2>
52
53     <p>
54     If you have installed
55     <a href="http://www.annexia.org/freeware/monolith/">monolith</a>,
56     then the following links should run the monolith demos:
57     </p>
58
59     <ul>
60     <li> <a href="/so-bin/01_label_and_button.so">/so-bin/01_label_and_button.so</a> </li>
61     <li> <a href="/so-bin/02_toy_calculator.so">/so-bin/02_toy_calculator.so</a> </li>
62     <li> <a href="/so-bin/03_many_toy_calculators.so">/so-bin/03_many_toy_calculators.so</a> </li>
63     <li> <a href="/so-bin/04_animal_vegetable_mineral.so">/so-bin/04_animal_vegetable_mineral.so</a> </li>
64     <li> <a href="/so-bin/05_popup_windows_and_frames.so">/so-bin/05_popup_windows_and_frames.so</a> </li>
65     <li> <a href="/so-bin/06_big_form.so">/so-bin/06_big_form.so</a> </li>
66     <li> <a href="/so-bin/07_toggle_buttons.so">/so-bin/07_toggle_buttons.so</a> </li>
67     <li> <a href="/so-bin/08_menus.so">/so-bin/08_menus.so</a> </li>
68     </ul>
69
70     <p>
71     These files are in <code>$prefix/share/rws/so-bin</code>.
72     </p>
73
74     <hr>
75
76     <p>
77     The current file is <code>$prefix/share/rws/html/index.html</code>, ie.
78     probably one of the following:
79     </p>
80     <ul>
81     <li> <code>/usr/local/share/rws/html/index.html</code> </li>
82     <li> <code>/usr/share/rws/html/index.html</code> </li>
83     </ul>
84   </body>
85 </html>