Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals
Introduction
» mnoGoSearch
» Main Features
» System Requirements
» Installing, Configuring & Upgrading
Using mnoGoSearch
» Wizard
» Configuring mnoGoSearch
» Tabs
» Servers Tab
» Indexer Tab
» Service
» mnoGoSearch Usage
mnoGoSearch Web Configurator
» mnoGoSearch Web Configurator
» Configuring mnoGoSearch Web Configurator
» Servers & Indexer
» Service
mnoGoSearch Search COM Objects
» mnoGoSearch Search COM Objects
» Search Objects Reference
» ASP Frontend
» URL Aliases
» Character Sets
» mnoGoSearch HTML Parser
Template Design
» Results Page Creation
» Your HTML
» Forms Considerations
» Relative Links & Adding Search Form
» Template Variables
HTTP Codes & Options
» HTTP Codes
» Ispell
» External Parsers
» Storage Modes
» Tags
» Categories
Ordering & Support
» Reporting Bugs
» Ordering
» Support
 

mnoGoSearch HTML Parser

Tag parser

Tag parser understands the following tag notation:

  1. < ... parameter=value ... >
  2. < ... parameter="value" ... >
  3. < ... parameter='value' ... >

Special characters

live usb display password cracking memory card repair
digital camera repair software mobile text sms ntfs partition repair
pc restore purchase order software mypassword unlock

indexer understands the following special HTML characters:

  1. &lt; &gt; &amp; &nbsp; &quot;
  2. All SGML ISO-8859-1 entities: &auml; &uuml; and other.
  3. Characters in their Unicode notation: &#234;

META tags

Indexer's HTML parser currently understands the following special META tags. Note that "HTTP-EQUIV" may be used instead of "NAME" in all entries.

  1. <META NAME="Content-Type" Content="text/html; charset=xxxx"> This is used to detect document character set if it is not specified in "Content-type" HTTP header.
  2. <META NAME="REFRESH" Content="5; URL=http://www.somewhere.com"> URL value will be inserted in database.
  3. <META NAME="Robots" Content="xxx"> with content value ALL, NONE, INDEX, NOINDEX, FOLLOW, NOFOLLOW.

Content of any meta tags, including these three, can be indexed and stored in the database. Please go to Section tab to configure the list of meta tags you'd like to index.

KEYWORDS and DESCRIPTION meta tags are indexed by default

Links

HTML parser understand the following links:

  1. <A HREF="xxx">
  2. <IMG SRC="xxx">
  3. <LINK HREF="xxx">
  4. <FRAME SRC="xxx">
  5. <AREA HREF="xxx">
  6. <BASE HREF="xxx">

If BASE HREF value has incorrectly formed URL, current one will be used instead to compose relative links.

Comments

  1. Text inside the <!-- .... --> tag is recognized as HTML comment.
  2. You may use special <!--UdmComment--> .... <!--/UdmComment--> comment tags to exclude the text between from indexing. This may be useful to hide such things like menus and others from indexing.
  3. You may also use <NOINDEX> ... </NOINDEX> as synonyms to <!--UdmComment--> and <!--/UdmComment-->
Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals