WebCore

A lightweight and extremely fast Python web framework.

WebCore Wiki Macros

Wiki macros are implemented in JavaScript where possible to aide in caching of dynamic content. This does mean, however, that you should provide some sane default value to appear in case JavaScript is disabled or the user is constrained by a slow connection.

GitHub Gist

You can mark any pre-formatted text block (pre.) for replacement with a syntax coloured (and version tracked) code block by defining gist as the class and the ID of the Gist as the #id. E.g.

pre(gist#240887). ...