wiki:TracCsvPlugin

Preview CSV files in wiki pages

Description

This plugin allows a user to show CSV files as tables in a Trac wiki page. It essentially implements an IHTMLPreviewRenderer for CSV files.

Bugs/Feature Requests

Existing bugs and feature requests for TracCsvPlugin are here.

If you have any issues, create a new ticket.

enhancement

1 / 2

Download

Download the zipped source from here.

Source

You can check out TracCsvPlugin from here using Subversion, or browse the source with Trac.

Installation

The simplest way to install it is using easy_install:

easy_install https://trac-hacks.org/svn/traccsvplugin/0.12/

You will need to enable it in the trac.ini file:

[components]
csvplugin.* = enabled

Add this under the [mimeviewer] section:

[mimeviewer]
mime_map = text/comma-separated-values:csv,text/csv:csv

Recent Changes

10954 by helend on 2011-11-28 10:33:14
Initial Check in
10953 by helend on 2011-11-28 10:30:59
New hack TracCsvPlugin, created by helend
(more)

Author/Contributors

Author: helend
Maintainer: Bangyou Zheng
Contributors:

Last modified 7 years ago Last modified on Dec 17, 2016, 7:59:10 AM