Changes between Version 7 and Version 8 of TracCsvPlugin


Ignore:
Timestamp:
Nov 11, 2015, 10:42:07 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracCsvPlugin

    v7 v8  
    55== Description
    66
    7 This plugin implements an IHTMLPreviewRenderer for CSV files. It allows a user to show CSV files as tables in a wiki page.
     7This plugin allows a user to show CSV files as tables in a wiki page. It essentially implements an IHTMLPreviewRenderer for CSV files.
    88
    99== Bugs/Feature Requests
     
    1313
    1414If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=TracCsvPlugin&owner=helend new ticket].
     15[/newticket?component=TracCsvPlugin new ticket].
    1616
    1717[[TicketQuery(component=TracCsvPlugin,group=type,format=progress)]]
     
    1919== Download
    2020
    21 Download the zipped source from [download:traccsvplugin here].
     21Download the zipped source from [export:traccsvplugin here].
    2222
    2323== Source
    2424
    25 You can check out TracCsvPlugin from [http://trac-hacks.org/svn/traccsvplugin here] using Subversion, or [source:traccsvplugin browse the source] with Trac.
     25You can check out TracCsvPlugin from [/svn/traccsvplugin here] using Subversion, or [source:traccsvplugin browse the source] with Trac.
    2626
    2727== Installation
    2828
    2929The simplest way to install it is using easy_install:
    30 {{{
    31 #!sh
     30{{{#!sh
    3231easy_install http://trac-hacks.org/svn/traccsvplugin/0.12/
    3332}}}
    3433
    3534You will need to enable it in the `trac.ini` file:
    36 {{{
    37 #!ini
     35{{{#!ini
    3836[components]
    3937csvplugin.* = enabled
     
    4139
    4240Add this under [mimeviewer] section:
    43 {{{
    44 #!ini
     41{{{#!ini
    4542[mimeviewer]
    4643mime_map = text/comma-separated-values:csv,text/csv:csv