[[PageOutline(2-5,Contents,pullout)]] = 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 [report:9?COMPONENT=TracCsvPlugin here]. If you have any issues, create a [/newticket?component=TracCsvPlugin new ticket]. [[TicketQuery(component=TracCsvPlugin,group=type,format=progress)]] == Download Download the zipped source from [export:traccsvplugin here]. == Source You can check out TracCsvPlugin from [/svn/traccsvplugin here] using Subversion, or [source:traccsvplugin browse the source] with Trac. == Installation The simplest way to install it is using easy_install: {{{#!sh easy_install https://trac-hacks.org/svn/traccsvplugin/0.12/ }}} You will need to enable it in the `trac.ini` file: {{{#!ini [components] csvplugin.* = enabled }}} Add this under the `[mimeviewer]` section: {{{#!ini [mimeviewer] mime_map = text/comma-separated-values:csv,text/csv:csv }}} == Recent Changes [[ChangeLog(traccsvplugin, 3)]] == Author/Contributors '''Author:''' [wiki:helend] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''