Moved rico.js to minsrc and is now part of rico_min.js. Files are now sent to the...
[infodrom/rico3] / examples / 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
40 <p>Previous versions of Rico have relied on the excellent 
41 <a href="http://www.prototypejs.org" target="_top">Prototype</a>
42 library to provide a base level of cross-browser functions.
43 Rico 3 has been redesigned to work
44 with a variety of popular Javascript libraries using a small
45 adapter layer to bridge the differences between each library.
46 Thus, you are no longer be required to load Prototype in order to run Rico.
47 Of course you can if you choose to, but you can also run it with 
48 <a href="http://jquery.com" target="_top">jQuery</a> instead,
49 or <a href="http://mootools.net" target="_top">MooTools</a>, 
50 or <a href="http://www.dojotoolkit.org/" target="_top">dojo</a>, 
51 or <a href="http://extjs.com/products/extcore/" target="_top">ext</a>, 
52 or <a href="http://www.bbc.co.uk/glow/" target="_top">BBC Glow</a>.
53 </p>
54
55
56 <p>Functions supported by Rico 3 include:
57 <ul>
58 <li>Event model, Ajax model, Animation model, and CSS selector model tied to the base library, but adapters
59 provide common calling conventions (since Prototype does not include animation support,
60 the adapter for Prototype provides this support).
61 <li>pop-up "windows", calendars, trees, color-pickers, and menus with shadows
62 <li>scrolling grids with frozen columns and headings that can be
63 populated with static content or dynamically loaded via AJAX.
64 <li>localization support functions, with calendars and standard grid menus provided in 
65 English, French, German, Italian, Portugese, Spanish, Chinese, Japanese, Korean, Russian, and Ukranian
66 <li>number and date formatting
67 <li>A variety of Rico themes are included, or you can use <a href="http://jqueryui.com/themeroller/">jQuery Themeroller</a> themes, 
68 or you can create your own. You can use any theme, with any base library, with any supported browser (the jQuery library is not required to use the
69 Themeroller themes).
70 <li>Console logging to support debugging
71 </ul>
72 </p>
73
74 <p>Rico resources:
75 <ul>
76 <li><a href="http://sourceforge.net/projects/openrico/" target="_top">OpenRico@SourceForge</a> - home of OpenRico!
77 <li><a href="http://dowdybrown.com/dbprod/" target="_top">dowdybrown.com</a> - online demos &amp; javascript reference
78 <li><a href="http://openrico.org/" target="_top">openrico.org</a> - original forums &amp; demos
79 </ul>
80 </p>
81
82
83 </body>
84 </html>