Changes between Version 5 and Version 6 of TracCsvPlugin


Ignore:
Timestamp:
Mar 22, 2015, 12:06:40 PM (9 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracCsvPlugin

    v5 v6  
    3131The simplest way to install it is using easy_install:
    3232{{{
     33#!sh
    3334easy_install http://trac-hacks.org/svn/traccsvplugin/0.12/
    3435}}}
     
    3637You will need to enable it in the `trac.ini` file:
    3738{{{
     39#!ini
     40[components]
    3841csvplugin.* = enabled
    3942}}}
     
    4144Add this under [mimeviewer] section:
    4245{{{
     46#!ini
    4347[mimeviewer]
    4448mime_map = text/comma-separated-values:csv,text/csv:csv