Skip to content

Instantly share code, notes, and snippets.

View Fruneau's full-sized avatar

Florent Bruneau Fruneau

  • Apple
  • France
View GitHub Profile
### Keybase proof
I hereby claim:
* I am Fruneau on github.
* I am florentbruneau (https://keybase.io/florentbruneau) on keybase.
* I have a public key whose fingerprint is CC5C E444 C011 35B6 A1B9 C879 4FBF F569 C186 0890
To claim this, I am signing this object:
@Fruneau
Fruneau / dotclear-octopress.py
Last active January 1, 2016 17:08
Script to migrate blog posts from Dotclear to Octopress and build rss.xml file to import comments on Disqus
import sys
import csv
import os
import re
import phpserialize
import xml.sax.saxutils
def split_export(source):
dest = source + '.d'