using System; namespace Search.Tiles { // FIXME: disabled /*public class DocbookEntry : Standard { public DocbookEntry (Beagle.Hit hit, string[] query) : base (hit, query) { IconName = "stock_help"; Name = hit.GetFirstProperty ("dc:title"); if (hit.GetFirstProperty ("fixme:base_title") != null) Description = "(from " + hit.GetFirstProperty ("fixme:base_title") + ")"; else Description = "(from the documentation for " + hit.GetFirstProperty ("fixme:beagle:Filename") + ")"; } }*/ }