Instiki
Bzr Branches

This page lists Instiki related Bazaar (aka “bzr”) branches.

Primary branches

Bug fix branches

Feature branches

  • http://golem.ph.utexas.edu/~distler/code/instiki/svn
    —Based on the current Instiki SVN. The main BZR branches on this page are not being maintained, and have fallen seriously behind the Instiki SVN.
    —Fixes to output well-formed XHTML as application/xhtml+xml.
    —Does content-negotiation to determine whether to send application/xhtml+xml or text/html.
    —Markdown+itex input using Maruku (much faster than Blue Cloth) and itex2MML .
    XHTML+MathML output and LaTeX export (with equations!).
    —Maruku is included, but the itex2MML Ruby bindings are an external dependency. (This is only an issue if you choose the Markdown+itex2MML text filter.)
    —For more details, installation instructions, or to try out the math features, see here .
  • http://gnufoo.org/new/Instiki+patches.html
    • Blogging features
      • Added tag [[!include-blog-view CategoryName]]
      • Added tag [[!include-blog-archive CategoryName]]
      • Blog pages are not special. They are just instiki pages.
    • Added commenting facility
      • Comment pages are also not special.
      • Any page can be commented on, including comments.
      • Handles nested comment threads
      • Commenting can an be turned on in the edit web page (off by default).
    • Added a preview to the edit page, which is pretty handy.
    • All the hot-keys, such as Ctrl-S to submit a page, now have tooltips to help users find them.
    • Added html export with layout
  • Coming soon!

To get these, download and install the bzr 0.8.2 release from http://bazaar-vcs.org/. The following command, for example, will create a new branch and working tree in ‘instiki-main’ in the current directory:

bzr branch http://bangpath.org/bzr/instiki/main instiki-main