Changes between Version 14 and Version 15 of TracSuposePlugin


Ignore:
Timestamp:
Jun 11, 2015, 8:06:19 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, removed dead links, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracSuposePlugin

    v14 v15  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = TracSupoSE =
     3= Trac repository search with SupoSE
    44
    5 == Description ==
     5== Description
    66
    7 The plugin is used to search SVN repository history for a specific folder or file with [http://www.supose.org SupoSE]. See also RepoSearchPlugin.
     7This plugin can be used to search SVN repository history for a specific folder or file with [https://github.com/khmarbaise/supose SupoSE].
    88
     9See also RepoSearchPlugin.
    910
    10 == Bugs/Feature Requests ==
     11'''Note:''' The [http://www.supose.org/ official website] has no content.
     12
     13== Bugs/Feature Requests
    1114
    1215Existing bugs and feature requests for TracSuposePlugin are
     
    1417
    1518If you have any issues, create a
    16 [http://trac-hacks.org/newticket?component=TracSuposePlugin&owner=helend new ticket].
     19[/newticket?component=TracSuposePlugin new ticket].
    1720
    18 == Download ==
     21[[TicketQuery(component=TracSuposePlugin,group=type,format=progress)]]
     22
     23== Download
    1924
    2025Download the zipped source from [download:tracsuposeplugin here].
    2126
    22 == Source ==
     27== Source
     28
    2329You can check out TracSuposePlugin from [http://trac-hacks.org/svn/tracsuposeplugin here] using Subversion, or [source:tracsuposeplugin browse the source] with Trac.
    2430
    25 == Installation ==
     31== Installation
    2632
    2733Download [http://supose.soebes.de SupoSE] and unzip to a folder.
    2834
    29 Depending on how you do the install, you may need to add a line to your trac.ini:
    30 {{{
     35Depending on how you do the install, you may need to add a line to your `trac.ini` file:
     36{{{#!ini
    3137[components]
    3238tracsupose.* = enabled
    3339}}}
    3440
    35 You need to add path of SupoSE and index folder to your trac.ini
    36 {{{
     41You need to add the path of SupoSE and index folder to your `trac.ini` file:
     42{{{#!ini
    3743[supose]
    3844autoindex = false
     
    4147}}}
    4248
    43 After these, you can restart your server.
     49After these steps, you need to restart your server.
    4450
    45 A navigation item "Repo Search" is added. You can delete this item by disable "SupoSENaviContributor".
     51A navigation item "Repo Search" is added. You can delete this item by disabling "SupoSENaviContributor".
    4652
    47 In default way, TracSuposePlugin will not automatically index repository. Leave autoindex as false if you have scheduled the scanning process of SupoSE.
     53By default TracSuposePlugin will not automatically index the repository. Leave autoindex as false if you have scheduled the scanning process of SupoSE.
    4854
    49 If autoindex = true, a new parameter `indexedrev` will be added when first time to run TracSuposePlugin to store indexed rev. After first running, new submit revs only are indexed. Please don't change and remove this `indexedrev` as SupoSE may reindex all revisions.
     55If autoindex = true, a new parameter `indexedrev` will be added when TracSuposePlugin is run for the first time to store indexed rev. After the first run, the newly submitted revs only are indexed. Please don't change and remove this `indexedrev` as SupoSE may reindex all revisions.
    5056
     57== Screenshot
    5158
    52 == Screenshot ==
    53 A search box is add when browse source codes.
     59A search box is added when browsing source codes.
    5460
    5561[[Image(repo.PNG,width=300px)]]
     
    5763[[Image(reposearch.2.PNG,width=300px)]]
    5864
    59 == Example ==
    60 TracSuposePlugin will search current folder and all subfolders. All history of a file will be searched if you is browsing a file [Not exactly this file, but all files with the same name in the current folder and all subsfolders].
     65== Example
    6166
    62 See [http://www.supose.org/wiki/supose/UsersGuide Supose User Guide] for some tips of query. These query could be input in `Other` box.
     67TracSuposePlugin will search current folder and all subfolders. All history of a file will be searched if you are browsing a file: not exactly this file, but all files with the same name in the current folder and all subfolders.
    6368
    64  * Search for Tags and Branches.
     69Queries can be input in `Other` box.
     70
     71 * Search for Tags and Branches:
    6572{{{
    6673+tag:* -maventag:*
    6774}}}
    68  * Search for properties.
     75
     76 * Search for properties:
    6977{{{
    7078+svn\:externals:*https\:*
    7179}}}
    7280
    73 == Recent Changes ==
     81== Recent Changes
    7482
    7583[[ChangeLog(tracsuposeplugin, 3)]]
    7684
    77 == Author/Contributors ==
     85== Author/Contributors
    7886
    7987'''Author:''' [wiki:helend] [[BR]]
    80 '''Maintainer:''' [wiki:helend] [[BR]]
     88'''Maintainer:''' [[Maintainer]] [[BR]]
    8189'''Contributors:'''