OmniGroup search bookmarklet
Zak Burke <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
I noticed recently that the OmniGroup WebObjects-dev archive
(http://www.omnigroup.com/mailman/archive/webobjects-dev/) is missing
all the posts between October, 2000, and November, 2005. I have no idea
what happened to their archive (does anybody?) but I was happy to
discover that this list is also archived at
http://www.wodeveloper.com/omniLists/webobjects-dev/.
Here is a bookmarklet that uses Google to search the archive and that
weeds out all the list pages that are just pointers to the message pages
where the actual content lives:
javascript:q=prompt('Search OmniWeb
Lists:','');if(q)location.href='http://www.google.com/search?q='+q+'
-maillist.html+-mailthrds.html+-index.html+site:wodeveloper.com/omniLists/';
zak.