Contents
TracCsvPlugin
Description
A IHTMLPreviewRenderer for CSV file. Show csv files as wiki table.
Bugs/Feature Requests
Existing bugs and feature requests for TracCsvPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out TracCsvPlugin from here using Subversion, or browse the source with Trac.
Install
The simplest way to install it is using easy_install:
easy_install http://trac-hacks.org/svn/traccsvplugin/0.12/
You will need to enable it in trac.ini:
csvplugin.* = enabled
Add this under [mimeviewer] section
[mimeviewer] mime_map = text/comma-separated-values:csv,text/csv:csv
Recent Changes
[10954] by helend on 11/28/11 11:33:14
Initial Check in
[10953] by helend on 11/28/11 11:30:59
New hack TracCsvPlugin, created by helend

