Changeset 1219 for trunk/index.html

Show
Ignore:
Timestamp:
06/30/2006 01:41:56 PM (2 years ago)
Author:
xue
Message:

Merge from 3.0 branch till 1218.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/index.html

    r1186 r1219  
    6060</ul> 
    6161 
     62<h2>Editor Support</h2> 
     63<p> 
     64A Macromedia Dreamweaver extension can be found under <b>editors/Dreamweaver</b>. 
     65This extension contains a tag library that enables Dreamweaver to auto-complete  
     66PRADO component tags when you use it to edit PRADO templates. 
     67</p> 
     68 
    6269<h2>Documentation</h2> 
    6370<ul> 
     
    99106<ul> 
    100107<li>Stever for providing an Apple G3 notebook for testing safari browser issues.</li> 
     108<li>Stanislav Yordanov - the script of generating Dreameweaver extension for PRADO</li> 
    101109<li>All PRADO users - great suggestions, feedback and support</li> 
    102110<li>ASP.NET 2.0 for its great inspiration and reference</li> 
     
    106114 
    107115<h2>License</h2> 
    108 <p>PRADO is free software released under the terms of the following BSD license. 
     116<p> 
     117The PRADO framework and the included demos are freeware. They are released under  
     118the terms of the following BSD License. 
    109119</p> 
    110 <p>Copyright &copy; 2004-2006, PradoSoft (http://www.pradosoft.com)<br/> 
     120<p> 
     121Copyright 2004-2006 by The PRADO Group (http://www.pradosoft.com)<br/> 
    111122All rights reserved. 
    112123</p> 
    113124<p> 
    114 Redistribution and use in source and binary forms, 
    115 with or without modification, are permitted provided 
    116 that the following conditions are met: 
     125Redistribution and use in source and binary forms, with or without modification,  
     126are permitted provided that the following conditions are met: 
     127</p> 
    117128<ul> 
    118 <li>Redistributions of source code must retain the above 
    119   copyright notice, this list of conditions and the 
    120   following disclaimer. </li> 
    121  
    122 <li>Redistributions in binary form must reproduce 
    123   the above copyright notice, this list of conditions 
    124   and the following disclaimer in the documentation 
    125   and/or other materials provided with the distribution.</li> 
    126  
    127 <li>Neither the name of the developer nor the names of 
    128   its contributors may be used to endorse or promote 
    129   products derived from this software without specific 
    130   prior written permission. </li> 
     129<li>Redistributions of source code must retain the above copyright notice, this  
     130list of conditions and the following disclaimer. </li> 
     131<li>Redistributions in binary form must reproduce the above copyright notice,  
     132this list of conditions and the following disclaimer in the documentation and/or  
     133other materials provided with the distribution.</li> 
     134<li>Neither the name of the PRADO Group nor the names of its contributors may be  
     135used to endorse or promote products derived from this software without specific  
     136prior written permission.</li> 
    131137</ul> 
    132 </p> 
    133138<p> 
    134 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 
    135 AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED 
    136 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
    137 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
    138 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 
    139 THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY 
    140 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
    141 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
    142 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF 
    143 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
    144 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER 
    145 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
    146 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF 
    147 THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
    148 POSSIBILITY OF SUCH DAMAGE. 
     139THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND  
     140ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED  
     141WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
     142IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,  
     143INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
     144BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,  
     145OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,  
     146WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)  
     147ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY  
     148OF SUCH DAMAGE. 
    149149</p> 
    150150</body>