This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# _*_ coding: latin1 _*_ | |
"""This is Textile | |
A Humane Web Text Generator | |
TODO: | |
* Make it work with Python 2.1. | |
* Make it work with Python 1.5.2? Or that's too optimistic? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ajaxterm was written by Antony Lesuisse (email: al AT udev.org), | |
# License Public Domain. | |
# Terminal class made serializable/picklealbe by using a Metaclass | |
# (c) 2009 FastSoft | |
# MIT License | |
import array, cgi, re | |
def TerminalMetaclass(name, bases, attys): |