index.html 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Jcrop v2.0.0-RC1 | Jcrop Jcrop</title>
  5. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  6. <link rel="stylesheet" href="demos/demo_files/main.css">
  7. <link rel="stylesheet" href="demos/demo_files/demos.css">
  8. </head>
  9. <body>
  10. <div class="navbar navbar-fixed-top">
  11. <div class="navbar-inner">
  12. <div class="container">
  13. <button type="button" data-toggle="collapse" data-target="nav-collapse" class="btn btn-navbar"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><a class="brand">Jcrop</a>
  14. <div class="nav-collapse collapse">
  15. <ul class="nav">
  16. <li><a href="demos/">Demos</a>
  17. </li>
  18. <li><a href="http://beta.jcrop.org/doc/">Docs</a>
  19. </li>
  20. <li><a href="http://beta.jcrop.org/contact/">Contact</a>
  21. </li>
  22. </ul>
  23. </div>
  24. </div>
  25. </div>
  26. </div>
  27. <div class="container">
  28. <div class="row">
  29. <div class="span12">
  30. <div class="jc-demo-box">
  31. <div class="page-header">
  32. <ul class="breadcrumb first">
  33. <li><a href="http://jcrop.org/">Jcrop.org</a><span class="divider">/</span></li>
  34. <li class="active">Jcrop v2.0.0-RC1</li>
  35. </ul>
  36. <h1>Jcrop v2.0.0-RC1</h1>
  37. </div>
  38. <div class="main-menu menu-box">
  39. <h3>Jcrop Demos</h3>
  40. <ul class="links">
  41. <li><a href="demos/basic.html">Hello World</a></li>
  42. <li><a href="demos/thumbnail.html">Thumbnail Preview</a></li>
  43. <li><a href="demos/panel.html">Feature Panel</a></li>
  44. <li><a href="demos/coords.html">Dimensions</a></li>
  45. <li><a href="demos/circle.html">Circles</a></li>
  46. </ul>
  47. </div>
  48. <p><b>Build Date:</b> Sun Sep 08 2013 02:56:09 GMT+0000 (UTC)</p><h3>What&#39;s Included</h3>
  49. <p>The this archive contains the latest version of <strong>Jcrop</strong>,
  50. comprised of the following:</p>
  51. <ul><li>Latest version of <a href="js/Jcrop.js"><strong>Jcrop.js</strong></a> and <a href="css/Jcrop.css"><strong>Jcrop.css</strong></a>, the primary requisite files</li><li>Minimized versions of both of the above (<a href="js/Jcrop.min.js">Jcrop.min.js</a>, <a href="css/Jcrop.min.css">Jcrop.min.css</a>)</li><li>Several demos are also included, see links in menu at right</li></ul>
  52. <hr><h1>Jcrop Image Cropping Plugin</h1>
  53. <p>Jcrop is the quick and easy way to add image cropping functionality to
  54. your web application. It combines the ease-of-use of a typical jQuery
  55. plugin with a powerful cross-platform DHTML cropping engine that is
  56. faithful to familiar desktop graphics applications.</p>
  57. <h3>Feature Overview</h3>
  58. <ul><li>Attaches unobtrusively to any image or block element</li><li>Completely based on true prototypical Javascript objects for extreme flexibility</li><li>Supports multiple active selections, per-selection customization</li><li>Supports aspect ratio locking, minimum/maximum size, and other features</li><li>Acts as in-line form element, can receive focus, tab through</li><li>Keyboard support for nuding selections and trapping other keys</li><li>Inherently API-driven and stylable with CSS</li><li>Mobile touch support for iOS and Android</li></ul>
  59. <h3>Cross-platform Compatibility</h3>
  60. <p>The current version of Jcrop has been cross-platform tested and core functionality
  61. works in all the following browsers:</p>
  62. <ul><li>Firefox 3+</li><li>Safari 4+</li><li>Opera 9.5+</li><li>Google Chrome 14+</li><li>Internet Explorer 7+</li></ul>
  63. <p>Older versions of some browsers may also work.</p>
  64. <p>Always thoroughly test any desired functionality on all target platforms and devices.</p>
  65. <h5>Legacy IE Compatibility</h5>
  66. <p>Internet Explorer 6 suffers some visual problems with the new CSS structure
  67. and will not be explicitly supported from v2.x and up. Currently Jcrop can still
  68. be used in IE6, it just looks ugly. IE7 and newer versions deliver a nearly flawless
  69. Jcrop experience.</p>
  70. <hr/>
  71. <h2>MIT License</h2>
  72. <p><strong>Jcrop is free software under MIT License.</strong></p>
  73. <h4>Copyright (c) 2008-2015 Tapmodo Interactive LLC</h4>
  74. <h5><a href="http://github.com/tapmodo/Jcrop">http://github.com/tapmodo/Jcrop</a></h5>
  75. <p>Permission is hereby granted, free of charge, to any person obtaining
  76. a copy of this software and associated documentation files (the
  77. &quot;Software&quot;), to deal in the Software without restriction, including
  78. without limitation the rights to use, copy, modify, merge, publish,
  79. distribute, sublicense, and/or sell copies of the Software, and to
  80. permit persons to whom the Software is furnished to do so, subject to
  81. the following conditions:</p>
  82. <p>The above copyright notice and this permission notice shall be
  83. included in all copies or substantial portions of the Software.</p>
  84. <p>THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,
  85. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  86. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  87. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  88. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  89. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  90. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
  91. <div class="tapmodo-footer"><a href="http://tapmodo.com" class="tapmodo-logo segment">tapmodo.com</a>
  92. <div class="segment"><b>&copy; 2008-2015 Tapmodo Interactive LLC</b>
  93. <div>Jcrop is free software released under <a href="../MIT-LICENSE.txt">MIT License</a></div>
  94. </div>
  95. </div>
  96. <div class="clearfix"></div>
  97. </div>
  98. </div>
  99. </div>
  100. </div>
  101. </body>
  102. </html>