After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 427468 - make xhtml files indexable
make xhtml files indexable
Status: RESOLVED FIXED
Product: beagle
Classification: Other
Component: General
0.2.16
Other Linux
: Normal normal
: ---
Assigned To: Beagle Bugs
Beagle Bugs
Depends on:
Blocks:
 
 
Reported: 2007-04-08 01:11 UTC by José Carlos García Sogo
Modified: 2007-04-08 14:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description José Carlos García Sogo 2007-04-08 01:11:50 UTC
Hi,
here is a patch to make xhtml files being indexed as well.

--- Filters/FilterHtml.cs       2007-03-05 12:27:08.000000000 +0100
+++ Filters/FilterHtml.cs.org   2007-03-05 12:06:01.000000000 +0100
@@ -312,6 +312,7 @@
                virtual protected void RegisterSupportedTypes () 
                {
                        AddSupportedFlavor (FilterFlavor.NewFromMimeType ("text/html"));
+                       AddSupportedFlavor (FilterFlavor.NewFromMimeType ("application/xhtml+xml"));
                }
        }
Comment 1 Debajyoti Bera 2007-04-08 14:53:25 UTC
Checked in the patch r3639. Thanks.