I am trying to index only <div id="content">
I think it is giving me all the div tags.
in swish.conf:
StoreDescription HTML "<div id=\"content\">"
the command:
swish-e -c ../swish-e/swish.conf -S http &
example of html files:
<pre>
<html>
<head>
<title></title>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div id="header">
</div>
<div id="navbar">
<ul class="sitenav">
<li>thing1</li>
<li>thing2</li>
</ul>
</div>
<div id="pagenav">
<ul>
<li>thing1</li>
<li>thing2</li>
</ul>
</div>
<div id="content">
<p>Page Content</p>
</div>
<div id="footer">
<span style="float: right; font-size: 11px"><a href="/contact.html">contact us</a></span>
</div>
</body>
</html>
</pre>
I am a newbe, so any help is appreciated.
Thanks.
Received on Mon Mar 8 13:15:55 2004