Skip to content

Instantly share code, notes, and snippets.

View Gomez's full-sized avatar
🚲
Working from home

Steffen Lindner Gomez

🚲
Working from home
View GitHub Profile
@jmahmood
jmahmood / PyRSS2GenCDATA.py
Created March 7, 2011 08:48
A concept class that extends PyRSS2Gen to permit you to include unescaped CDATA characters in RSS feeds.
# This is insecure, and only here for a proof of concept. Your mileage may vary. Et cetra.
import PyRSS2Gen
import datetime
class NoOutput:
def __init__(self):
pass
def publish(self, handler):
pass