index.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <html>
  2. <head>
  3. <title>Jcrop: the jQuery Image Cropping Plugin</title>
  4. </head>
  5. <body>
  6. <div style="margin:0;padding:1em 5em;width:40em;">
  7. <h1>Jcrop Image Cropping Plugin</h1>
  8. <big>
  9. <a href="http://deepliquid.com/content/Jcrop.html"><b>Jcrop</b></a>
  10. is the image cropping plugin for
  11. <a href="http://jquery.com/">jQuery</a>.<br>
  12. You've successfully unpacked Jcrop.
  13. </big>
  14. <h3>Static Demos</h3>
  15. <ul>
  16. <li><a href="demos/tutorial1.html">Hello World</a> &mdash; default behavior</a></li>
  17. <li><a href="demos/tutorial2.html">Basic Handler</a> &mdash; basic form integration</a></li>
  18. <li><a href="demos/tutorial3.html">Aspect Ratio w/ Preview Pane</a> &mdash; nice visual example</a></li>
  19. <li><a href="demos/tutorial4.html">Setting/Animating Selection</a> &mdash; animation demo</a></li>
  20. <li><a href="demos/tutorial5.html">API Interface</a> &mdash; real-time API example</a></li>
  21. </ul>
  22. <h3>Live Demo</h3>
  23. <ul>
  24. <li><a href="demos/crop.php">PHP Cropping Demo</a> &mdash; requires PHP/gd support</a></li>
  25. </ul>
  26. <h3>Jcrop Links</h3>
  27. <ul>
  28. <li><a href="http://deepliquid.com/content/Jcrop.html">Jcrop Home</a></li>
  29. <li><a href="http://deepliquid.com/content/Jcrop_Manual.html">Jcrop Manual</a></li>
  30. </ul>
  31. <hr noshade="noshade" size="1" style="margin-top:2em;" />
  32. <small>
  33. <b>&copy; 2008 Kelly Hallman and DeepLiquid.com</b><br>
  34. Free software released under
  35. <a href="http://deepliquid.com/content/Jcrop_License.html">MIT License</a>
  36. </small>
  37. </div>
  38. </body>
  39. </html>