msgbartop
News, views, tips and tricks on Oracle and other fun stuff
msgbarbottom

New RSS Feed for Oracle Database 10g Documentation Search

How do you create an RSS feed for a web page that does not have one? you use Dapper. That’s what I did with the Oracle database 10gR2 search result page. I used the Dapper generated RSS feed for this page in my oradoc Ubiquity command.

John already had an RSS feed for the 11g documentation search results. He commented on my Ubiquity post:

A lot of the potential RSS goodness is tied up with the Web 2.0-style stuff in the 11g library. E.g. there are URLs for RSS feeds for new books, but have to find the right place(s) in the UI to link to them; for example, perhaps in the left navigation bar for each book. But the RSS feed for search results doesn’t have such dependencies, so it shouldn’t be a problem to backport.

So, a few days later, John email me the URL for the 10gR2 documentation search results RSS feed:

http://www.oracle.com/pls/db102/search?word=search_term&format=rss

and for 11gR1 it is:

http://www.oracle.com/pls/db111/search?word=search_term&format=rss

I have updated the oradoc Ubiquity command to use the new 10gR2 feed.

Thanks John, you rock!

Filed in Extensions, Firefox, Oracle with 2 Comments | Tags: , ,


New Ubiquitous Ways to Search Oracle Documentation and More

If you use Firefox, you’re in for a treat. If not, please download it and resume reading about Ubiquity and how you can use it to query the Oracle database documentation library and do other neat stuff using simple commands.

Jake was struggling to define it, but basically, Ubiquity is a Firefox extension, a powerful one. Here is a short video that gives you an introduction to what it can do.

Cool, isn’t it? Go ahead, install Ubiquity 0.1.1 and give it a whirl.

OK, now that you have Ubiquity enabled in your Firefox browser, visit the following page:

http://awads.net/firefox/ubiquity/commands/ubiquity.html

When you are on that page, you will get a message offering you the choice of subscribing to my Ubiquity commands which are also listed on the page.

Ubiq Subscribe

Currently, I have only one command: oradoc. It is similar to Don’s command but it has the added feature of displaying the search results in Ubiquity’s preview area.

Currently the preview is for Oracle database 11g and 10g documentation libraries. This was possible because John provided an RSS feed for DB 11g search results. I used Dapper to create the DB 10g search results feed.

I use and parse the feeds in the command code to generate the preview using jQuery’s AJAX and XML Goodness.

By the way, you can use Ubiquity’s “search” command to search with your Oracle Search Plugins, or other search plugins, installed in your browser’s search bar.

Here is a short screencast that demonstrates how to use the oradoc Ubiquity command and shows you other neat Ubiquity features: Click here to see the screencast.

Filed in Firefox, Oracle with 6 Comments | Tags: ,