public
Description: Small RDF python scraper for gumtree ads (include geocoding)
Clone URL: git://github.com/moustaki/flatscrap.git
Search Repo:
Small exhibit HTML file
I still have to find a way to correct Babel's output though
moustaki (author)
Sat Mar 08 08:51:33 -0800 2008
commit  7cb804bc6ed9f65e0ca7e07fa44048d45c544f14
tree    35fd0792c3ee222bd620a2834bbd1ec5ac384ea0
parent  277b9df29d61b9cc7f8e6f635eeb185d44ee4a0d
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
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
0
@@ -1 +1,27 @@
0
+<html>
0
+ <head>
0
+ <title>Gum Tree flats</title>
0
+
0
+ <link href="flatscrap.js" type="application/json" rel="exhibit/data" />
0
+
0
+ <script src="http://static.simile.mit.edu/exhibit/api-2.0/exhibit-api.js"
0
+ type="text/javascript"></script>
0
+
0
+ <style>
0
+ </style>
0
+ </head>
0
+ <body>
0
+ <h1>Gum Tree adds</h1>
0
+ <table width="100%">
0
+ <tr valign="top">
0
+ <td ex:role="viewPanel">
0
+ <div ex:role="view"></div>
0
+ </td>
0
+ <td width="25%">
0
+ browsing controls here...
0
+ </td>
0
+ </tr>
0
+ </table>
0
+ </body>
0
+ </html>

Comments

    No one has commented yet.