Changes between Version 2 and Version 3 of OpenSearchPlugin


Ignore:
Timestamp:
Apr 11, 2014, 2:32:34 AM (10 years ago)
Author:
matobaa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenSearchPlugin

    v2 v3  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Search via Browser's search bar, windows explorer, or IME.
    4 [[Image(federatedsearch.png, align=right, width=480)]]
     3= Search via Browser's search bar, windows explorer, or OfficeIME2010.
    54
    65== Description
     
    109* Federated Search; http://msdn.microsoft.com/en-us/library/windows/desktop/dd940456(v=vs.85).aspx
    1110* OfficeIME2010; http://office.microsoft.com/ja-jp/products/HA101818297.aspx
     11[[Image(federatedsearch.png, align=right, width=480)]]
    1212
    1313== !Bugs/Feature Requests
     
    1919[http://trac-hacks.org/newticket?component=OpenSearchPlugin&owner=matobaa new ticket].
    2020
     21Please give me your feedback, suggestion, or propose to add new search protocol!
    2122== Download
    2223
     
    2930== Installation
    3031
    31 place egg on your plugins folder
    32 then enable it by admin/plugin.
    33 
    34 see search page without terms, and click links.
    35 
    36 anonymous SEARCH_VIEW is required.
     321. Install the plugin
     33{{{
     34#!sh
     35$ easy_install http://trac-hacks.org/svn/OpenSearchPlugin/1.0
     36}}}
     371. Enable the plugin
     38{{{
     39#!ini
     40; conf/trac.ini
     41[components]
     42opensearch.* = enabled
     43}}}
     441. Restart your tracd (or web server)
     451. Grant SEARCH_VIEW permission to anonymous
     461. show search page without terms
     471. click links, and import it to your Web-browser, Windows Explorer, or OfficeIME2010.
    3748
    3849== Recent Changes