NameDateSize

..24-Nov-201222

attr2cH A D24-Nov-2012282

attrs.cH A D24-Nov-201247.9 KiB

attrs.hH A D24-Nov-20124.8 KiB

attrs.txtH A D24-Nov-20124 KiB

bin/H24-Nov-20124

bookmark.mimeH A D24-Nov-20123.3 KiB

config/H24-Nov-20123

fsproto.hH A D24-Nov-20128.6 KiB

google-ext-search.htmlH A D24-Nov-201254 KiB

google.srcH A D24-Nov-2012706

google_request.cH A D24-Nov-20125.1 KiB

google_request.hH A D24-Nov-20121.3 KiB

googlefs.cH A D24-Nov-201245.7 KiB

googlefs.docs.txtH A D24-Nov-2012275

googlefs.hH A D24-Nov-20123 KiB

googlefs_res.rdefH A D24-Nov-20124.4 KiB

http_cnx.cH A D24-Nov-20125.3 KiB

http_cnx.hH A D24-Nov-2012909

JamfileH A D24-Nov-2012395

ksocket.hH A D24-Nov-20122.8 KiB

lists.cH A D24-Nov-20121.6 KiB

lists.hH A D24-Nov-20121.1 KiB

lists2.cH A D24-Nov-20122.1 KiB

lists2.hH A D24-Nov-20121.8 KiB

lock.hH A D24-Nov-20121 KiB

makefileH A D24-Nov-20124.1 KiB

makefile.ufsH A D24-Nov-20124.2 KiB

makezip.shH A D24-Nov-2012420

parse_google_html.cH A D24-Nov-20127.6 KiB

query.cH A D24-Nov-20123.1 KiB

query.hH A D24-Nov-20121,023

README.googlefs.txtH A D24-Nov-20121.1 KiB

ringbuff.cH A D24-Nov-20122.6 KiB

ringbuff.hH A D24-Nov-2012628

settings.cH A D24-Nov-20121.6 KiB

settings.hH A D24-Nov-2012384

string_utils.cH A D24-Nov-20123.2 KiB

string_utils.hH A D24-Nov-2012550

vnidpool.cH A D24-Nov-20122.4 KiB

vnidpool.hH A D24-Nov-2012533

README.googlefs.txt

1Welcome to the Google™ FileSystem for BeOS™, Zeta™ and Haiku®.
2Copyright© 2004, 2005, François Revol.
3Google is a trademark of Google,Inc.
4BeOS is a trademark of PalmSource.
5Zeta is a trademark of yellowTAB GmbH.
6Haiku is a trademark of Haiku, Inc.
7
8
9REQUIRES BONE
10
11mkdir /google; ndmount googlefs /google
12
13Use "Search Google" query template in this folder to ask google anything.
14
15or:
16
17query -v /google '((name=="*QUESTION*")&&(BEOS:TYPE=="application/x-vnd.Be-bookmark"))'
18where QUESTION is what you want to ask google. (googlefs currently filters queries to only answer those)
19( you will want to pipe that to catattr:
20query -v /google '((name=="*site:bebits.com bone*")&&(BEOS:TYPE=="application/x-vnd.Be-bookmark"))' | xargs catattr META:url
21note that won't work with sync_unlink true in the settings)
22
23Included are 2 scripts, google and imlucky that runs such a query using the arguments given on the command line.
24
25An addon for Ingo Weinhold's UserlandFS is provided, compiled with debug printouts, so you can see it at work.
26To use it, startUserlandFSServer and run:
27ufs_mount googlefs /dev/zero /google
28
29Enjoy.
30