public
Description: Small RDF python scraper for gumtree ads (include geocoding)
Clone URL: git://github.com/moustaki/flatscrap.git
Search Repo:
moustaki (author)
Mon Mar 10 08:29:17 -0700 2008
commit  b5a5358a5e39612d4fe7fe7f5543526761d622a8
tree    e3d2a0909652752e7fcccd50196447ae831fe01a
parent  46b9b83c496cd25fd4c1a625752a5f388616ebc2
flatscrap / flatscrap.html
100644 33 lines (30 sloc) 0.865 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
 <head>
    <title>Gum Tree flats</title>
  
    <link href="flatscrap.js" type="application/json" rel="exhibit/data" />
  
    <script src="http://static.simile.mit.edu/exhibit/api-2.0/exhibit-api.js"
            type="text/javascript"></script>
     <script src="http://static.simile.mit.edu/exhibit/extensions-2.0/map/map-extension.js?gmapkey="></script>
    <style>
    </style>
 </head>
 <body>
    <h1>Gum Tree adds</h1>
     <div ex:role="view"
        ex:viewClass="Map"
   ex:latlng=".addressLatLng"
   ex:colorKey=".type"
   ex:icon=".imageURL">
   </div>
 
    <table width="100%">
        <tr valign="top">
            <td ex:role="viewPanel">
                <div ex:role="view"></div>
            </td>
            <td width="25%">
                browsing controls here...
            </td>
        </tr>
    </table>
 </body>
 </html>