OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web Date: 20-Sep-2004 23:04:48
Branch: HEAD Handle: 2004092022044700
Modified files:
openpkg-web page.inc
Log:
improve index quality of Novell QuickFinder Server 4.0 by setting hint
tags preventing the crawling robot from reading certain parts of pages
showing misleading search information
Summary:
Revision Changes Path
1.40 +8 -2 openpkg-web/page.inc
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-web/page.inc
============================================================================
$ cvs diff -u -r1.39 -r1.40 page.inc
--- openpkg-web/page.inc 11 Aug 2004 09:07:55 -0000 1.39
+++ openpkg-web/page.inc 20 Sep 2004 21:04:47 -0000 1.40
@@ -99,6 +99,7 @@
<tr>
<td>
+<!--*Robots NoIndex-->
<table bgcolor="#c0c0c0" border=0 cellpadding=0 cellspacing=0 width=100%>
<tr>
<td width=20><imgdot width=20></td>
@@ -115,6 +116,7 @@
<td width=400><imgdot width=400></td>
</tr>
</table>
+<!--*Robots Index-->
</td>
</tr>
@@ -216,6 +218,7 @@
<td width=160>
</td>
+ <!--*Robots NoIndex-->
<td>
<font color="#cccccc">
Copyright © 2000-2004 Cable & Wireless<br>
@@ -223,6 +226,7 @@
Copyright © 2000-2004 Ralf S. Engelschall
</font>
</td>
+ <!--*Robots Index-->
</tr>
</table>
</td>
@@ -256,14 +260,15 @@
..SIDEBAR>><<..
<define-tag sidebar endtag=required>
-..SIDEBAR>>%body<<..
+..SIDEBAR>><!--*Robots NoIndex-->%body<!--*Robots Index--><<..
</define-tag>
<define-tag intro endtag=required>
-..INTRO>>%body<<..
+..INTRO>><!--*Robots NoIndex-->%body<!--*Robots Index--><<..
</define-tag>
..NAVBAR>>
+ <!--*Robots NoIndex-->
<navbar:define name=navbar urlbase="$(ROOT)">
<navbar:header>
<table width=140 cellspacing=0 cellpadding=0 border=0>
@@ -320,6 +325,7 @@
</navbar:footer>
</navbar:define>
<navbar:render name=navbar txtcol_select="#ffffff" select=$(page)>
+ <!--*Robots Index-->
<<..
<define-tag newsflash>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]