Making Add-on Modules (2)
(step 2 of the add-on module making process)
$out{error}
HTTP RESPONSE HEADER:
$out{response_header}
HTML CODE of the Search Results page:
$out{search_results_html} |
VIEW of the Search Results page:
$out{search_results_view} |
The add-on modules need to define regular expressions that parse some
text data from the search engine's output. If you are familiar with perl's
regular expressions just enter them below. Otherwise use the alternative
intuitive form to define regular expressions by defining 'start' and
'end' parsing marks. The marks are numbers appearing in the html code
within brackets in red color. Try different combinations of marks if the
first your choice did not extract successfully the text you want.
NOTE: All of the following sections are
OPTIONAL. You can define regular expressions
only for data you want extracted.
SEARCH RESULTS PARSING REGULAR
EXPRESSIONS: