cleaned up demo scripts locations
[urisagit/Stem.git] / README
CommitLineData
4536f655 1This is the README file for the Stem system. Stem is released under
2the GNU General Public License (http://www.gnu.org/copyleft/gpl.html).
3For more information regarding commercial licenses please visit the
4Stem Systems website at http://www.stemsystems.com.
5
6The information below assumes the Stem tarball unpacks into a dir with
7the name stem-0.NN (where NN is the version number). That directory path
8will be referred to as $STEM.
9
10You can find more text (FAQ, products) on the Stem web site:
11http://www.stemsystems.com. The technical notes are also on the web site
12but may be more up to date in the tarball.
13
14
15Stem Installation.
16
17The INSTALL file has complete instructions on how to install Stem on
18your system.
19
20Stem Demonstrations
21
22There are 4 Stem demonstration scripts. Read the DEMO file first to
23learn about their common features and then read the individual DEMO_*
24files for each one.
25
26Manifest
27
28README (this file) is in:
29
30 $STEM/README
31
32Stem installation instructions are in:
33
34 $STEM/INSTALL
35
36Stem demonstration script instructions are in:
37
38 $STEM/DEMO
39 $STEM/DEMO_CHAT
40 $STEM/DEMO_INETD
41 $STEM/DEMO_TAIL
42
43Event.pm is in the tarball (You can also it from CPAN):
44
45 $STEM/modules/Event-0.77.tar.gz
46
47Stem modules are in:
48
49 $STEM/lib/Stem.pm
50 $STEM/lib/Stem/
51
52Stem Example Configuration files are in:
53
54 $STEM/conf/
55
56Stem Executable scripts are in:
57
58 $STEM/bin/
59
60Technical Design Notes are in:
61
62 $STEM/Design/
63
64Documentation is in:
65
66 $STEM/Docs/
67
68 The latest FAQ is on the web site (http://www.stemsystems.com)
69
70Stem Cookbook is in:
71
72 $STEM/Cookbook/
73
74ssfe (split screen front end) is found in the sirc tarball:
75
76 $STEM/extras/sirc-2.211.tar.gz
77
78Test scripts are in:
79
80 $STEM/t/
81
82Utility scripts are in:
83
84 $STEM/utils/