Subversion Repositories wimsdev

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 reyssat 1
--------------------------
2
DynAPI Distribution Readme
3
--------------------------
4
 
5
Information
6
------------
7
DynAPI 2 is an open-sourced project initiated by Dan Steinman.  The 
8
DynAPI has been created to make cross-browser dynamic html a reality.  
9
The DynAPI Distribution is distributed under the terms of the GNU LGPL 
10
license.  Please see below or view the LICENSE file for more details.
11
 
12
 
13
Release Notes
14
-------------
15
The revision history can be found in the REVISION file included with 
16
this distribution.  Please report any bugs to the dynapi mailing 
17
list, dynapi-dev@lists.sourceforge.net.
18
 
19
 
20
Documentation
21
-------------
22
Currently, DynAPI project documentation is being created.  For more 
23
documentation, visit the documentation section at http://dynapi.sourceforge.net.
24
 
25
 
26
Naming Conventions
27
------------------
28
The following class structure is used:
29
 
30
dynapi.api.*    - Main API classes
31
dynapi.ext.*    - API Extensions
32
dynapi.event.*	- Event classes
33
dynapi.gui.*    - GUI Widgets
34
dynapi.images.* - Default Images
35
dynapi.util.*   - Utility functions
36
 
37
 
38
Browser support
39
---------------
40
The DynAPI distribution supports the following browsers:
41
 
42
Netscape 4.x
43
Internet Explorer 4
44
Internet Explorer 5
45
Mozilla
46
Netscape 6
47
 
48
 
49
More information
50
----------------
51
For more information about the DynAPI Distribution, extensions, widgets, 
52
examples or new releases please visit http://dynapi.sourceforge.net.
53
 
54
More information about the original auther of the DynAPI 1 and 2, Dan 
55
Steinman, can be found at http://www.dansteinman.com.
56
 
57
 
58
DynAPI Credits
59
--------------
60
 Bill Tammen
61
 Brandon Myers
62
 Cameron Hart
63
 Chris Bodar
64
 Clack Pacheco
65
 Dan Steinman
66
 Guangyi Wu
67
 IlMaestro
68
 Jason Pelzer
69
 Jared Nuzzolillo
70
 Micah Goulart
71
 Michael Lilli
72
 Michael Pemberton
73
 Pascal Bestebroer
74
 Robert Rainwater
75
 Ryan Grenz
76
 Scott Andrew
77
 And Many Others ...
78
 
79
 
80
Copyright Information
81
---------------------
82
This library is free software; you can redistribute it and/or modify it 
83
under the terms of the GNU Lesser General Public License as published 
84
by the Free Software Foundation; either version 2.1 of the License, or 
85
(at your option) any later version.
86
 
87
This library is distributed in the hope that it will be useful, but 
88
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
89
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General 
90
Public License for more details.
91
 
92
You should have received a copy of the GNU Lesser General Public License 
93
along with this library; if not, write to the Free Software Foundation, 
94
Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA