| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html>
- <head>
- <title>iEat: the Internet recipe database</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <link rel="stylesheet" type="text/css" href="whoosh-eat.css"/>
- </head>
- <body>
- <div id="nav-frame">
- <div class="frame-t">
- <img class="frame-tl" alt="frame" src="img/tb_03.gif" />
- <img class="frame-tr" alt="frame" src="img/tb_06.gif" />
- </div>
- <div class="frame-m">
- <div class="section-selected">Home</div>
- <div class="subsection">
- <a href="#demo">Live Demo</a><br />
- <a href="#info">Project Info</a><br />
- </div>
- <div class="section"><a href="screenshots.html">Screen Shots</a></div>
- <div class="section"><a href="download.html">Download</a></div>
- <div class="section"><a href="credits.html">Credits</a></div>
- <div class="section"><a href="developers.html">Developers</a></div>
- </div>
- <div class="frame-ml"></div>
- <div class="frame-mr"></div>
- <div class="frame-b">
- <img class="frame-bl" alt="frame" src="img/tb_24.gif" />
- <img class="frame-br" alt="frame" src="img/tb_26.gif" />
- </div>
- </div>
- <h1>iEat: the Internet recipe database</h1>
- <div>
- <a name="about"></a>
- <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>
- </div>
- <div>
- <a name="demo"></a>
- <h2>Live Demo</h2>
- <p>Visit the <a href="http://sourceforge.net/project/showfiles.php?group_id=124574&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>
- </div>
- <div>
- <a name="info"></a>
- <h2>Project info</h2>
- <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>
- </div>
- <div>
- <a href="http://sourceforge.net/projects/ieat/"><img
- src="http://sourceforge.net/sflogo.php?group_id=124574&type=2"
- width="125" height="37" alt="SourceForge.net Logo" /></a>
- </div>
- </body>
- </html>
|