Skip to content
Valentin Hilbig edited this page Jan 2, 2024 · 5 revisions
sudo apt install python3-genshi
trac-admin my-trac initenv

git submodule add https://github.com/hilbix/traccsvplugin.git
( cd traccsvplugin && python3 setup.py bdist_egg )

ln -s --relative traccsvplugin/dist/*.egg my-trac/plugins/

in my-trac/conf/trac.ini add:

[components]
csvplugin.* = enabled

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

If there already is mime_map, append the right side with a comma

Clone this wiki locally