public
Description: A ruby client for freebase
Clone URL: git://github.com/dustin/ruby-freebase.git
Search Repo:
shortened lines in the README so you don't have to scroll on github
dustin (author)
Fri Feb 29 15:28:14 -0800 2008
commit  a056cc827be830129c4a737484c77feaedabe683
tree    94d1b2b6983797d3150fe41bead981c5c70d2b97
parent  a631c2035df055d70560a7a7a248a146cc1ee69f
0
...
1
2
 
 
 
 
3
4
 
 
5
6
 
 
7
8
9
...
21
22
23
24
 
 
...
1
 
2
3
4
5
6
 
7
8
9
 
10
11
12
13
14
...
26
27
28
 
29
30
0
@@ -1,9 +1,14 @@
0
 = Freebase
0
-This Ruby-on-Rails plugin provides access to the Freebase API (http://www.freebase.com). Freebase is a collaborative, semantic database similar to Wikipedia only for structured data. Freebase.com provides a JSON-over-HTTP API that this library uses.
0
+This Ruby-on-Rails plugin provides access to the Freebase API
0
+(http://www.freebase.com). Freebase is a collaborative, semantic database
0
+similar to Wikipedia only for structured data. Freebase.com provides a
0
+JSON-over-HTTP API that this library uses.
0
 
0
-Currently only reads are implemented. Contributions, API Suggestions, bug reports are welcome!
0
+Currently only reads are implemented. Contributions, API Suggestions, bug
0
+reports are welcome!
0
 
0
-This code is ALPHA. The API will change, features will be added. It probably has a bug or two in it. Use it at your own peril.
0
+This code is ALPHA. The API will change, features will be added. It probably
0
+has a bug or two in it. Use it at your own peril.
0
 
0
 Author:: Christopher Eppstein (mailto:chris@eppsteins.net)
0
 Copyright:: Copyright (c) 2007 Christopher Eppstein
0
@@ -21,5 +26,6 @@
0
 
0
 == Contributors
0
 * Pat Allan (mailto:pat@freelancing-gods.com) provided code snippets that
0
- exemplified automatic freebase class creation when the class is first referenced.
0
+ exemplified automatic freebase class creation when the class is first
0
+ referenced.

Comments

    No one has commented yet.