index.html 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html>
  3. <head>
  4. <title>iEat: the Internet recipe database</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  6. <link rel="stylesheet" type="text/css" href="whoosh-eat.css"/>
  7. </head>
  8. <body>
  9. <div id="nav-frame">
  10. <div class="frame-t">
  11. <img class="frame-tl" alt="frame" src="img/tb_03.gif" />
  12. <img class="frame-tr" alt="frame" src="img/tb_06.gif" />
  13. </div>
  14. <div class="frame-m">
  15. <div class="section-selected">Home</div>
  16. <div class="subsection">
  17. <a href="#demo">Live Demo</a><br />
  18. <a href="#info">Project Info</a><br />
  19. </div>
  20. <div class="section"><a href="screenshots.html">Screen Shots</a></div>
  21. <div class="section"><a href="download.html">Download</a></div>
  22. <div class="section"><a href="credits.html">Credits</a></div>
  23. <div class="section"><a href="developers.html">Developers</a></div>
  24. </div>
  25. <div class="frame-ml"></div>
  26. <div class="frame-mr"></div>
  27. <div class="frame-b">
  28. <img class="frame-bl" alt="frame" src="img/tb_24.gif" />
  29. <img class="frame-br" alt="frame" src="img/tb_26.gif" />
  30. </div>
  31. </div>
  32. <h1>iEat: the Internet recipe database</h1>
  33. <div>
  34. <a name="about"></a>
  35. <p class="intro">iEat is a <b>free</b> web-based recipe sharing application. It allows you to create recipes, meal plans, covert recipies to different measurement systems, and generate shopping lists.</p>
  36. </div>
  37. <div>
  38. <a name="demo"></a>
  39. <h2>Live Demo</h2>
  40. <p>Visit the <a href="http://sourceforge.net/project/showfiles.php?group_id=124574&amp;package_id=146180">Live Demo</a> page to download a complete, pre-configured iEat package which you can run without any setup or requirements other than a <a href="http://java.sun.com/">Java JDK 1.4</a> or later. This can give you a good idea of how iEat works and be used as a starting point for configuring iEat for your own use.</p>
  41. </div>
  42. <div>
  43. <a name="info"></a>
  44. <h2>Project info</h2>
  45. <p>The <a href="http://sourceforge.net/projects/ieat/">ieat project</a> page on SourceForge contains project info. For further information please email <a href="mailto:msqr@users.sourceforge.net">msqr@users.sourceforge.net</a>.</p>
  46. </div>
  47. <div>
  48. <a href="http://sourceforge.net/projects/ieat/"><img
  49. src="http://sourceforge.net/sflogo.php?group_id=124574&amp;type=2"
  50. width="125" height="37" alt="SourceForge.net Logo" /></a>
  51. </div>
  52. </body>
  53. </html>