This patch corrects a typo in ExternalParsers.cc (currently the pattern
specifies dc.data.modified instead of dc.date.modified).

--- htdig/orig_ExternalParser.cc        2005-05-22 23:05:18.798550988 -0600
+++ htdig/ExternalParser.cc     2005-05-22 23:08:22.735729226 -0600
@@ -424,7 +424,7 @@ ExternalParser::parse(Retriever &retriev
                  {
                        metadatetags = new StringMatch();
                        metadatetags->IgnoreCase();
-                       
metadatetags->Pattern("date|dc.date|dc.date.created|dc.data.modified");
+                       
metadatetags->Pattern("date|dc.date|dc.date.created|dc.date.modified");
                  }

                  // 
<URL:http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.2.5>


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
ht://Dig Developer mailing list:
[email protected]
List information (subscribe/unsubscribe, etc.)
https://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to