A little demonstration how to use textile and djangos (free)comment system to “take over” a site: Textile allows CSS per default -> you can do anything with CSS -> so it’s quite easy to position any amount of HTML code anywhere on the site… Bad textile!!! Give it a try and post the code example [...]
Posts Tagged ‘textile’
textile hacked, part 2
Posted in FLOSS, Hacks, Web design, tagged django, hacked, markup, python, textile on March 3, 2008 | Leave a Comment »
textile hacked, part 1
Posted in FLOSS, tagged django, python, textile on February 29, 2008 | Leave a Comment »
While writing my little django blog, I first encountered textile. So far so good. Very nice. But not perfect So the first of my hacks was to implement a django template filter version of textile that supportedĀ head_offset. If you want it too, simply change django/contrib/markup/templatetags/markup.py from to Don’t forget to set something like MARKUP_HEAD_OFFSET = [...]

