-
Notifications
You must be signed in to change notification settings - Fork 97
/
Copy pathREADME.txt
125 lines (94 loc) · 4.28 KB
/
README.txt
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
Fluid Infusion v0.3
===================
Main Project Site: http://fluidproject.org
User Manual: http://wiki.fluidproject.org/display/fluid/User+Manual+Table+of+Contents
What's in this Release
======================
This release is available in two forms:
fluid-0.3.zip - deployment bundle
fluid-0.3-src.zip - source code bundle
Both bundles have the following organization:
fluid-components/
sample-code/
tests/
LICENSE.txt
README.txt
The deployment bundle also includes a war file suitable for deployment: fluid-components-0.3.war
Source Code
-----------
The full source code for the Fluid component library, including JavaScript, HTML templates and CSS:
fluid-components/
css/
html/
images/
js/
swfupload/
Both bundles include a single JavaScript file, fluid-components/js/Fluid-all.js, that is a
combination of all other source files. Developers can include this single file in their pages to
provide all the necessary support for the Fluid component Library.
In the deployment bundle, the JavaScript source has been minified: comments and whitespace
have been removed. Developers wishing to learn about the Fluid code, or debug their applications,
should use the source code bundle.
Sample Code
-----------
Sample code illustrating how Fluid components can be used:
sample-code/
keyboard-a11y/
reorderer/
uploader/
shared/
Tests
-----
tests/
fluid-tests/
jquery-tests/
jqUnit/
utils/
License
-------
Fluid code is licensed under a dual ECL 2.0 / BSD license. The specific licenses can be found
in the license file:
LICENSE.txt
Fluid also depends upon some third party open source modules. These are contained in their own folders
with their respective licenses inside the fluid source code.
Readme
------
This file.
README.txt
Documentation
=============
http://wiki.fluidproject.org/display/fluid/User+Manual+Table+of+Contents
The Fluid Project uses a wiki for documentation and project collaboration: http://wiki.fluidproject.org.
The User Manual for Fluid releases consists of a number of information pages stored in the Fluid Wiki.
The pages fall into a number of categories, including tutorials, API descriptions, testing procedures,
and data-gathering approaches. To make the manual pages easy to locate, identify, and peruse,
we have set up the following aids to navigation:
* Manual pages are all flagged with the tag manual for easy identification.
* An organized table of contents is provided for the reader, with links to
all manual pages, each with a brief description of the page contents.
* A link to the table of contents appears at the top of the left-side wiki navigation
bar with the name User Manual ToC. This makes it easy to return to the table of
contents from anywhere in the wiki hierarchical structure.
Supported Browsers
==================
Firefox 2.x, 3.x: full support
Safari 2.x, 3.x: keyboard support not available
Camino 1.5.x: reordering by keyboard not supported.
Internet Explorer 6.x, 7.x: full support
Known Issues
============
The Fluid Project uses a JIRA website to track bugs: http://issues.fluidproject.org.
Some of the known issues in this release are described here:
* Reorderer: Once focus is within the group of reorderable elements, shift-tab cannot
be used to move focus out again. Tabbing forward must be used.
* Reorderer: Drag-and-drop avatar location: In some cases, the drag avatar is disconcertingly
far away from the cursor.
* Reorderer: Reordering either via mouse-based drag-and-drop, or using the keyboard, is sometimes
slow when there are a relatively large number of orderable items. In short, the Reorderer
does not scale well with respect to the number of orderable items.
* Reorderer: Reordering via mouse-based drag-and-drop, attempting to drop outside the space of
existing items sometimes incorrectly displays a drop location indicator, despite the fact
that a drop is not permitted in this case.
* Uploader (preview): Error feedback is currently minimal.
* Uploader (preview): The progress bar does not update correctly.
* Uploader (preview): In Internet Explorer 6.x, rendering is incorrect.