Mercurial > hip
comparison hip.html @ 6:98935af12b04
Debugged the recursive part of the parsing algorithm, so it now recognizes multiple prepositions in any order. Still some bugs.
author | jonathandicarlo@jonathan-dicarlos-macbook-pro.local |
---|---|
date | Wed, 14 May 2008 13:25:17 -0700 |
parents | a31bdc4de955 |
children | 9e18b8d8c936 |
comparison
equal
deleted
inserted
replaced
5:a049cb93db46 | 6:98935af12b04 |
---|---|
6 <link rel="stylesheet" type="text/css" media="all" | 6 <link rel="stylesheet" type="text/css" media="all" |
7 href="hip.css" /> | 7 href="hip.css" /> |
8 <title></title> | 8 <title></title> |
9 </head> | 9 </head> |
10 <body> | 10 <body> |
11 <div id="status-line">Ubiquity!</div> | |
11 <input id="search-box" type="text" size="40" /> | 12 <input id="search-box" type="text" size="40" /> |
12 <div id="autocomplete-popup"></div> | 13 <div id="autocomplete-popup"></div> |
13 </body> | 14 </body> |
14 <script type="text/javascript" src="jquery.js"></script> | 15 <script type="text/javascript" src="jquery.js"></script> |
15 <script type="text/javascript" src="hip.js"></script> | 16 <script type="text/javascript" src="hip.js"></script> |