• 07-07-2010, 22:12:45
    #1
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Digg.com un kaynak kodunu inceliyordum
    <head> </head> tagları içerisinde şöyle bir kod var acaba bu ne işe yarıyor
    Kod:
    <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Digg search" />
  • 07-07-2010, 22:19:53
    #2
    Belirtmeyi unutmuşum opensearchxml.xml içeriği ise şöyle
    <?xml version="1.0" encoding="UTF-8"?>
    <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
        <ShortName>Digg</ShortName>
        <LongName>Digg.com Search</LongName>
        <Description>Search for user submitted news, videos, and images at Digg.com</Description>
        <InputEncoding>UTF-8</InputEncoding>
        <OutputEncoding>UTF-8</OutputEncoding>
    
        <AdultContent>false</AdultContent>
        <Language>en-us</Language>
        <Developer>Digg.com Development Team (Eli White)</Developer>
        <Contact>support@digg.com</Contact>
        <Description>Search for news, videos, and images on Digg.com</Description>
        <Tags>digg news videos images vote content</Tags>
    
        <Attribution>Search data from Digg.com, Inc., http://digg.com/</Attribution>
        <SyndicationRight>open</SyndicationRight>
        <Query role="example" searchTerms="Apple" />
        <Image height="16" width="16" type="image/vnd.microsoft.icon">http://digg.com/favicon.ico</Image>
        <Image height="64" width="64" type="image/png">http://digg.com/img/digg-64x64.png</Image>
        <Url type="text/html" template="http://digg.com/search?s={searchTerms}" />
        <Url type="application/rss+xml" template="http://digg.com/rss_search?s={searchTerms}" />
    
    </OpenSearchDescription>
  • 07-07-2010, 23:44:52
    #3
    XML'den Arama motoru eklenebilen toolbarlar için alternatif olarak yaratılmış bir xml dosyasıdır