-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·86 lines (77 loc) · 2.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<html>
<head>
<title>
The EClass Project
</title>
</head>
<body bgcolor=white>
<p align=center>
<font size=+2>
<br>
<strong>The </strong><strong><em>EClass</em></strong> <strong>Project</strong>
</font>
</p>
<p>
<blockquote>
<em>The EClass is an all-in-one tool for presenters to streamline their presentations and interact with students. The presenter can manage the roster, broadcast the presentation, create new presentations, and more. Additionally, presenters and students are able to edit and manage their own layers that act as overlays for slides within a presentation. In general, the EClass provides everything the presenter and students need for a successful class session.</em>.
</blockquote>
<p>
The EClass project is organized into the following directories:
<ul>
<font color=red><li type=disc><font color=red><font color=black>
<a href="requirements">
requirements
</a>
-- user-level functional requirements for the project
<font color=red><li type=disc><font color=red><font color=black>
<a href="specification">
specification
</a>
-- formal specification of the functional requirements
<font color=red><li type=disc><font color=red><font color=black>
<a href="prototype">
prototype
</a>
-- operational prototype, with limited functionality
<font color=red><li type=disc><font color=red><font color=black>
<a href="design">
design
</a>
-- architectural software design
<font color=red><li type=disc><font color=red><font color=black>
<a href="implementation">
implementation
</a>
-- implementation source and executables
<font color=red><li type=disc><font color=red><font color=black>
<a href="testing">
testing
</a>
-- testing plans and results
<font color=red><li type=disc><font color=red><font color=black>
<a href="administration">
administration
</a>
-- administrative and managerial information
<font color=red><li type=disc><font color=red><font color=black>
<a href="documentation">
documentation
</a>
-- audience-specific documentation, such as users manual and installation
instructions
</ul>
<p>
Details of this organizational structure are given in the online materials for
Gene Fisher's software engineering courses,
<a href="http://www.csc.calpoly.edu/~gfisher/classes/308">
CSC 308
</a>
and
<a href="http://www.csc.calpoly.edu/~gfisher/classes/309">
CSC 309.
</a>
<br>
<br>
<br>
</body>
</html>