Main.TAPoRwareGooglizer (r1.1 vs. r1.10)
Diffs

 <<O>>  Difference Topic TAPoRwareGooglizer (r1.10 - 13 Jun 2008 - LianYan)

META TOPICPARENT TAPoRware

Googlizer

The Googlizer queries Google about one or more words and returns the list of web pages Google identifies as associated with the word(s).
Line: 49 to 49

  • Click the submit button fro you search.

CGI Interface

If you want embed googlizer tool in you web page to perform taporware google search, using the following CGI Interface.
Changed:
<
<
>
>

  • Method: POST
  • HTML form controls:
Line: 59 to 59

r_contexttextthe value here depends on the selection above
aggre_pagesselection1, 2, 5, 10, 20, 50, 100# of pages you want to display or aggregate
Added:
>
>

Web Service Interface

Added:
>
>
Taporware provides web services to any non-benefit organizations. Here is the taporware web services infomation:


Known Bugs

  • This tool is not working reliably right now. We are trying to figure out why.

 <<O>>  Difference Topic TAPoRwareGooglizer (r1.9 - 03 Nov 2005 - GeoffreyRockwell)

META TOPICPARENT TAPoRware

Googlizer

The Googlizer queries Google about one or more words and returns the list of web pages Google identifies as associated with the word(s).
Line: 63 to 63

Known Bugs

Added:
>
>
  • This tool is not working reliably right now. We are trying to figure out why.
  • There is a Google API restriction that sometimes blocks us. We are only allowed so many queries a day. Once used up, Google blocks us.

To Do

-- GeoffreyRockwell - 12 May 2005


 <<O>>  Difference Topic TAPoRwareGooglizer (r1.8 - 15 Oct 2005 - MattPatey)

META TOPICPARENT TAPoRware

Googlizer

The Googlizer queries Google about one or more words and returns the list of web pages Google identifies as associated with the word(s).
Added:
>
>
See: http://taporware.mcmaster.ca/~taporware/otherTools/googlizer.shtml

Description


 <<O>>  Difference Topic TAPoRwareGooglizer (r1.7 - 30 Jun 2005 - LianYan)

META TOPICPARENT TAPoRware

Googlizer

The Googlizer queries Google about one or more words and returns the list of web pages Google identifies as associated with the word(s).
Line: 33 to 33

Pseudocode

Ways of Using

Changed:
<
<
>
>
  • Enter key words based on google search rules. For example, you can use +, -, to include, exclude a words etc.
  • Select one restriction in the "search limited to" field. The meaning of each restriction is self-explainable.
  • Fill the "corresponding context" field if your restriction needs this field to be completed. For example, if you select "In specified file types", you should enter the file types you want the search performing.
  • Select how many pages you want to generate by the tool.
  • Select what kind of results you want to see:
    • Links with brief information -- similar as google search result format.
    • Complete corpus of all pages -- aggregate all pages into single page with user specified format:
      • html format: diaplay as a single html page
      • plain text format: strip all html tags and format then as best as we can into a single plain text display.
      • xml format: put each html page into a xml comment to avoid not "well-formed" xml problem.
    • Further processing.. -- if you select this one, more taporware tools will be displayed for your use. select one and fill the html form based on each same-named taporware tool.
  • Click the submit button fro you search.

CGI Interface

Changed:
<
<
>
>
If you want embed googlizer tool in you web page to perform taporware google search, using the following CGI Interface.

NameTypeValueDescription
search_wordstextsearch key words or phrase
restrictselectionnolimit
site
daterange
backlink
relatedlink
intitle
allintitle
allintext
inurl
allinurl
informats
allinformats
no limit
a specific site
a date range
contains specific link
similar to specific page
word(s) in title
all words in title
all words in text
word(s) in url
all words in url
in specified file types
not in specified file types
r_contexttextthe value here depends on the selection above
aggre_pagesselection1, 2, 5, 10, 20, 50, 100# of pages you want to display or aggregate

Web Service Interface

Known Bugs


 <<O>>  Difference Topic TAPoRwareGooglizer (r1.6 - 29 Jun 2005 - LianYan)

META TOPICPARENT TAPoRware

Googlizer

The Googlizer queries Google about one or more words and returns the list of web pages Google identifies as associated with the word(s).
Line: 18 to 18

  • all words in text and
  • specific file type.
Added:
>
>
Here is the googlizer interface:

google.jpg


History

First version of Googlizer simply returns the google results to the user. Then we made a change to let user select the results in brief list and aggregate them into different formats:
  • full text without tags
Line: 41 to 45

-- GeoffreyRockwell - 12 May 2005
  • Please add comments to this page. Tell us what you like or don't like about the tool. -- GeoffreyRockwell - 02 Jun 2005 15:10:59
Added:
>
>

META FILEATTACHMENT google.jpg attr="" comment="" date="1120058812" path="google.jpg" size="66780" user="LianYan" version="1.1"

 <<O>>  Difference Topic TAPoRwareGooglizer (r1.5 - 08 Jun 2005 - LianYan)

META TOPICPARENT TAPoRware

Googlizer

The Googlizer queries Google about one or more words and returns the list of web pages Google identifies as associated with the word(s).
Line: 6 to 6

Description

Added:
>
>
This tool uses the Google web API to perform an internet search and then display different formats such as a brief list or by aggregating the results into a single page. It will further process the searched results using other TAPoRware tools. Possible search terms include:

  • words;
  • site date range;
  • site containing specific links or similar to specific site;
  • words in title;
  • all words in title;
  • words in URL;
  • all words in URL;
  • all words in text and
  • specific file type.

History

Added:
>
>
First version of Googlizer simply returns the google results to the user. Then we made a change to let user select the results in brief list and aggregate them into different formats:
  • full text without tags
  • full text with tags
  • TAML format without tags
  • TAML format with tags
Users can select a format of display to save or further process.

Pseudocode


 <<O>>  Difference Topic TAPoRwareGooglizer (r1.4 - 02 Jun 2005 - GeoffreyRockwell)

META TOPICPARENT TAPoRware

Googlizer

The Googlizer queries Google about one or more words and returns the list of web pages Google identifies as associated with the word(s).
Line: 22 to 22

To Do

-- GeoffreyRockwell - 12 May 2005

Added:
>
>
  • Please add comments to this page. Tell us what you like or don't like about the tool. -- GeoffreyRockwell - 02 Jun 2005 15:10:59


 <<O>>  Difference Topic TAPoRwareGooglizer (r1.3 - 27 May 2005 - LianYan)

META TOPICPARENT TAPoRware

Googlizer

The Googlizer queries Google about one or more words and returns the list of web pages Google identifies as associated with the word(s).

 <<O>>  Difference Topic TAPoRwareGooglizer (r1.2 - 17 May 2005 - GeoffreyRockwell)

META TOPICPARENT TAPoRware

Googlizer

The Googlizer queries Google about one or more words and returns the list of web pages Google identifies as associated with the word(s).

 <<O>>  Difference Topic TAPoRwareGooglizer (r1.1 - 12 May 2005 - GeoffreyRockwell)
Line: 1 to 1
Added:
>
>
META TOPICPARENT TAPoRware

Googlizer

The Googlizer queries Google about one or more words and returns the list of web pages Google identifies as associated with the word(s).

Description

History

Pseudocode

Ways of Using

CGI Interface

Web Service Interface

Known Bugs

To Do

-- GeoffreyRockwell - 12 May 2005


Topic: TAPoRwareGooglizer . { View | Diffs | r1.10 | > | r1.9 | > | r1.8 | More }

Revision r1.1 - 12 May 2005 - 19:26 - GeoffreyRockwell
Revision r1.10 - 13 Jun 2008 - 15:59 - LianYan