--- title: >- Posts' markup is now available date: 2013-07-22 01:18 modified: 2013-07-22 01:18 lang: en authors: rysiek tags: - ancient - meta status: published pinned: false --- Thanks to a suggestion made by [Sam 'samthetechie' Carlisle](http://www.opensukey.org/blog/) it is now possible to download source markup of every single post on this brag: just add a `.src` to the post's address (or click the nice `src` link under post's title). The markup is a subset of [Trac's](http://trac.edgewall.org/) [WikiFormatting](http://trac.edgewall.org/wiki/WikiFormatting) -- I like it as it's clean, simple and fast to edit. Yes, I do prefer it to [Markdown](http://en.wikipedia.org/wiki/Markdown). All versions of any given post are generated on-the-fly (and cached) from this markup. It's my own little contraption, if you're interested in the technical details, please feel free to [browse the repo](https://redmine.hackerspace.pl/projects/private-rysioblog/repository). Files of interest here are: - [ifaceTextFilter.php](https://redmine.hackerspace.pl/projects/private-rysioblog/repository/core/entry/interfaces/ifaceTextFilter.php), - [tfGeneralParser.php](https://redmine.hackerspace.pl/projects/private-rysioblog/repository/core/entry/classes/TextFilters/tfGeneralParser.php), - [tfWikiFormatting.php](https://redmine.hackerspace.pl/projects/private-rysioblog/repository/core/entry/classes/TextFilters/tfWikiFormatting.php), - [tfWikiFormattingToText.php](https://redmine.hackerspace.pl/projects/private-rysioblog/repository/core/entry/classes/TextFilters/tfWikiFormattingToText.php).