Changes between Version 19 and Version 20 of SearchAttachmentsPlugin


Ignore:
Timestamp:
Mar 4, 2015, 1:36:51 PM (9 years ago)
Author:
figaro
Comment:

Added progress bar on outstanding tickets, cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • SearchAttachmentsPlugin

    v19 v20  
    44== Description
    55
    6 This plugin allows text integral search in wiki and ticket attachments (.pdf, .doc,.ppt,...).
     6This plugin allows text integral search in wiki and ticket attachments, including proprietary file formats such as .pdf, .doc, .ppt, etc.
    77The SEAT plugin has the following features:
    88 * new '''Attachments''' source to the search page
     
    1212== Bugs/Feature Requests
    1313
    14 Existing bugs and feature requests for SearchAttachmentsPlugin are [query:status!=closed&component=SearchAttachmentsPlugin&order=priority here]. If you have any issues, create a [/newticket?component=SearchAttachmentsPlugin&owner=deltroo new ticket].
     14Existing bugs and feature requests for SearchAttachmentsPlugin are [query:status!=closed&component=SearchAttachmentsPlugin&order=priority here].
     15
     16If you have any issues, create a [/newticket?component=SearchAttachmentsPlugin&owner=deltroo new ticket].
     17
     18[[TicketQuery(component=SearchAttachmentsPlugin,group=type,format=progress)]]
    1519
    1620== Download and Source
     
    1822Download the [download:searchattachmentsplugin zipped source], check out [/svn/searchattachmentsplugin using Subversion], or [source:searchattachmentsplugin browse the source] with Trac.
    1923
    20 ==   How to install?
    21  
    22   * Install swish-e, http://swish-e.org/
     24== Installation
     25  * Install swish-e, http://swish-e.org/, the open source system for indexing documents.
    2326
    2427  * Install filter tools for the formats you want to index:
     
    2629    * `pdftotext`, http://www.foolabs.com/xpdf/
    2730
    28   * Download the code from http://trac-hacks.org/wiki/SearchAttachmentsPlugin
    29     to YOUR_SOURCE_DIR
     31  * Download the code from http://trac-hacks.org/wiki/SearchAttachmentsPlugin to YOUR_SOURCE_DIR.
    3032
    31   * Install the plugin
     33  * Install the plugin:
    3234{{{
    3335    python setup.py bdist_egg
     
    3941    /usr/lib/python2.4/site-packages/trac
    4042
    41     ''Comment: This is already done for Trac 11.4''
     43    '''Comment''': This is already done for Trac 0.11.4.
    4244
    4345{{{
     
    8890}}}
    8991
    90     ''Comment: On Trac 11.4 I think that should be /path/to/your/env/'''attachments'''/index''
     92    '''Comment''': On Trac 0.11.4 that should probably be /path/to/your/env/'''attachments'''/index.
    9193
    92   * Configure trac.ini
     94  * Configure trac.ini:
    9395{{{
    9496
     
    110112}}}
    111113
    112     ''Comment: I have had better success omitting the -b flag to catdoc''
     114    '''Comment''': I have had better success omitting the -b flag to catdoc.
    113115   
    114     ''Comment: Changed config section to [attachment] which is what's actually used in the sources (not [attachment'''s''']). This should also be corrected in the plugin's README.''
     116    '''Comment''': Changed config section to [attachment] which is what's actually used in the sources (not [attachment'''s''']). This should also be corrected in the plugin's README.
    115117
    116118  There is no need to declare a filter command for .txt or .text. Text files are handled
     
    121123}}}
    122124
    123   * '''restart''' the trac server
     125  * '''Restart''' the Trac server.
    124126
    125127== Recent Changes