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