Show index_en.htm syntax highlighted
<h1>Kneobase Demo </h1>
<p>Welcome to Kneobase, the bridge connecting you to the knowledge of your organization.</p>
<h1>Available sources</h1>
<p>In your CD-ROM you will find the folder</p>
<code>/ejemplo</code>
<p>which contains the documents in different formats (Word, HTML, zip, PPT, PDF,
tar, etc.).</p>
<p>This folder will serve as the content source for your example knowledge base.</p>
<h1>Drivers included in your CD-ROM</h1>
<h2>File System Driver</h2>
<p>This driver explores and generates documents from the files placed in a file system. </p>
<p>It can discriminate between several types of files:</p>
<ul type=disc>
<!-- modifiqué esta lista para agregar los tipos 'nuevos'
"body indexables" -->
<li>txt </li>
<li>pdf </li>
<li>doc </li>
<li>ppt</li>
<li>htm </li>
<li>html </li>
<li>rtf </li>
<li>xls </li>
<li>xml </li>
<li>Open Office files </li>
</ul>
<p>On every file the driver applies the logic needed in order to extract the textual content. For every of those file types the following metadata is indexed:</p>
<ul type=disc>
<li>the name (name) </li>
<li>the path (abspath) </li>
<li>the content (body) </li>
</ul>
<!-- agregué esta lista "no body indexables" -->
<p>There are other types of files like the following:</p>
<ul type=disc>
<li>jar </li>
<li>zip</li>
<li>tar</li>
<li>gz </li>
<li>gif </li>
<li>msg </li>
<li>mht </li>
<li>jpg </li>
<li>exe</li>
</ul>
<p>For these types, the driver indexes only the next metadata: </p>
<ul type=disc>
<li>the name (name) </li>
<li>the path (abspath) </li>
</ul>
<h3>What does indexing jar, zip, tar, gz types files mean?</h3>
<p>Kneobase literally 'gets into' the file and extracts the files contained in the inside.
Once this action is performed, you can access them from your knowledge base.</p>
<h2>Relational Database Driver</h2>
<p>This driver explores a database and generates the documents with the information resident in a database.
These documents are added to the information in your centered knowledge base. This process brings you a faster and easier way of accessing your knowledge.</p>
<p>Kneobase has the ability to access at least 200 databases via JDBC. This flexibility allows indexing the content of any database, even if the database is legated (as FoxPro).</p>
<h2>FTP driver</h2>
<p>This driver explores and generates the documents with the information resident in a FTP unit. </p>
See more files for this project here