Fixes to some Rico 3 .net examples. Also added 2 new .net examples. Added Dojo 1...
[infodrom/rico3] / documentation / welcome.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
5 <title>Rico 3.0</title>
6 <style type="text/css">
7 #welcome img {
8   vertical-align: middle; 
9   float: left; 
10   margin: 0px 8px 8px 0px;
11 }
12 #welcome span {
13   font-family: Trebuchet MS, Arial, Tahoma, Verdana, Helvetica, sans-serif; 
14   font-size: 60px;
15   font-weight: bold;
16   margin: 0px; 
17   padding-top: 5px;
18 }
19 .important, .important a {
20   font-size: 12pt !important;
21   font-weight: bold;
22 }
23 p, li {
24   font-family: Arial, Tahoma, Verdana;
25 }
26 li { margin-bottom : 5px }
27 </style>
28 </head>
29
30 <body>
31
32 <div id='welcome'><img alt="Rico Logo" src="ricologo.gif"><span>Welcome to Rico 3!</span></div>
33
34 <p style="clear:both;">Rico is an open source JavaScript framework 
35 used to create rich, highly interactive web applications. 
36 Rico is released under the Apache Licence, Version 2.0.
37 This allows you to use Rico in nearly all circumstances, commercial and non-commercial, and to modify it as you see fit.
38 Read the full license description at <a href="http://www.apache.org/licenses/LICENSE-2.0">the Apache web site</a>. 
39 </p>
40
41 <p>Previous versions of Rico have relied on the excellent 
42 <a href="http://www.prototypejs.org" target="_top">Prototype</a>
43 library to provide a base level of cross-browser functions.
44 Rico 3 has been redesigned to work
45 with a variety of popular Javascript libraries using a small
46 adapter layer to bridge the differences between each library.
47 Thus, you are no longer be required to load Prototype in order to run Rico.
48 Of course you can if you choose to, but you can also run it with 
49 <a href="http://jquery.com" target="_top">jQuery</a> instead,
50 or <a href="http://mootools.net" target="_top">MooTools</a>, 
51 or <a href="http://www.dojotoolkit.org/" target="_top">dojo</a>, 
52 or <a href="http://www.sencha.com/products/core/" target="_top">ext</a>, 
53 or <a href="http://www.bbc.co.uk/glow/" target="_top">BBC Glow</a>.
54
55 <p>Please note that a copy of each of these libraries is included in the Rico distribution
56 for the purpose of demonstrating the examples. However, each of these libraries has
57 licensing terms that are different from Rico itself. You can read the terms at
58 each library's respective web site using the links above. Make sure you
59 understand the terms before deploying any library into a production environment.
60 </p>
61
62
63 <p>Functions supported by Rico 3 include:
64 <ul>
65 <li>Event model, Ajax model, Animation model, and CSS selector model tied to the base library, but adapters
66 provide common calling conventions (since Prototype does not include animation support,
67 the adapter for Prototype provides this support).
68 <li>pop-up "windows" (div's) and menus with shadows
69 <li>scrolling grids with frozen columns and headings that can be
70 populated with static content or dynamically loaded via AJAX.
71 <li>localization support functions, with calendars and standard grid menus provided in 
72 English, French, German, Italian, Portugese, Spanish, Chinese, Japanese, Korean, Russian, and Ukranian
73 <li>number and date formatting
74 <li>A variety of Rico themes are included, or you can use <a href="http://jqueryui.com/themeroller/">jQuery Themeroller</a> themes, 
75 or you can create your own
76 <li>Console logging to support debugging
77 </ul>
78 </p>
79
80 <p>Rico resources:
81 <ul>
82 <li><a href="http://sourceforge.net/projects/openrico/" target="_top">OpenRico@SourceForge</a> - home of OpenRico!
83 <li><a href="http://dowdybrown.com/dbprod/" target="_top">dowdybrown.com</a> - online demos &amp; javascript reference
84 <li><a href="http://openrico.org/" target="_top">openrico.org</a> - original forums &amp; demos
85 </ul>
86 </p>
87
88
89 </body>
90 </html>