Skip to content

Instantly share code, notes, and snippets.

View lukpueh's full-sized avatar

Lukas Pühringer lukpueh

View GitHub Profile
@lukpueh
lukpueh / trac2down.py
Created May 6, 2016 16:48 — forked from sgk/trac2down.py
Trac Wiki to Markdown converter
#!/usr/bin/python
# vim:set fileencoding=utf-8 sw=2 ai:
import sqlite3
import datetime
import re
SQL = '''
select
name, version, time, author, text