-# formats de sortie autorisés, et content-type correspondant
-formats = { 'xml': 'application/xml', 'html': 'text/html', 'txt': 'text/plain', 'json': 'application/json', 'rss': 'application/rss+xml', 'debug': 'text/plain' }
-
+# content-type correspondant a certains formats
+contenttype = { 'xml': 'application/xml',
+ 'rss': 'application/rss+xml',
+ 'html': 'text/html',
+ 'txt': 'text/plain',
+ 'json': 'application/json',
+ 'csv': 'text/csv',
+ 'debug': 'text/plain' }