Changes between Version 6 and Version 7 of OpenSearchPlugin


Ignore:
Timestamp:
Nov 6, 2015, 2:19:30 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • OpenSearchPlugin

    v6 v7  
    55== Description
    66
    7 This plugin adds support for:
    8 * OpenSearch: http://www.opensearch.org
    9 * Federated Search: http://msdn.microsoft.com/en-us/library/windows/desktop/dd940456(v=vs.85).aspx
    10 * OfficeIME2010: http://office.microsoft.com/ja-jp/products/HA101818297.aspx (Japanese)
     7This plugin adds support for the following search protocols:
     8 * OpenSearch: http://www.opensearch.org
     9 * Federated Search: http://msdn.microsoft.com/en-us/library/windows/desktop/dd940456(v=vs.85).aspx
     10 * OfficeIME2010: http://office.microsoft.com/ja-jp/products/HA101818297.aspx (Japanese)
     11
    1112[[Image(federatedsearch.png, align=right, width=480)]]
    1213
     
    1718
    1819If you have any issues, create a
    19 [http://trac-hacks.org/newticket?component=OpenSearchPlugin&owner=matobaa new ticket].
     20[/newticket?component=OpenSearchPlugin new ticket].
    2021
    2122[[TicketQuery(component=OpenSearchPlugin&group=type,format=progress)]]
     
    2930== Source
    3031
    31 You can check out OpenSearchPlugin from [http://trac-hacks.org/svn/opensearchplugin here] using Subversion, or [source:opensearchplugin browse the source] with Trac.
     32You can check out OpenSearchPlugin from [/svn/opensearchplugin here] using Subversion, or [source:opensearchplugin browse the source] with Trac.
    3233
    3334== Installation
    3435
    35 1. Install the plugin:
    36 {{{
    37 #!sh
     36 1. Install the plugin:
     37 {{{#!sh
    3838easy_install http://trac-hacks.org/svn/opensearchplugin/1.0
    3939}}}
    40 1. Enable the plugin in `trac.ini`:
    41 {{{
    42 #!ini
    43 ; conf/trac.ini
     40 1. Enable the plugin in your `trac.ini` file:
     41 {{{#!ini
    4442[components]
    4543opensearch.* = enabled
    4644}}}
    47 1. Restart your tracd or web server.
    48 1. Grant `SEARCH_VIEW` permission to anonymous.
    49 1. Show search page without terms.
    50 1. Click links, and import it to your Web-browser, Windows Explorer or Office-IME2010.
     45 1. Restart your tracd or web server.
     46 1. Grant `SEARCH_VIEW` permission to anonymous.
     47 1. Show search page without terms.
     48 1. Click links, and import it to your Web-browser, Windows Explorer or Office-IME2010.
    5149
    5250== Recent Changes