Instiki 0.18
I just released Instiki 0.18.
It’s been half a year, since I announced the release of 0.17 and there’s lots of new stuff. So I guess it’s time for an upgrade …
New feature include:
- Syntax colouring for code blocks: ‘
html
’, ‘xml
’, ‘ruby
’, ‘ansic
’, ‘javascript
’, ‘sqlite
’, ‘yaml
’ and ‘css
’ modes. - Source view [suggested by Andrew Stacey]
- Auto-resizing Textareas scale to fit viewing area.
- Passenger support (including X-Sendfile support, if the Apache
mod_xsendfile
module is installed). - Upgraded to Rails 2.3.5 and Rack 1.1.
- Now runs on Ruby 1.9. (If you’re a Passenger user, you may need to upgrade to Passenger 2.2.8, which works around some bugs in Ruby 1.9.1.)
- Upgraded for itex2MML 1.3.19 (which works under Ruby 1.9, and has several new features, relative to 1.3.15).
and a boatload of bugfixes.
Update (1/7/2010):
Because of some character encoding issues under Ruby 1.9 (mostly affecting My SQL users), I decided to issue a quick update to Instiki 0.18.1. [Thanks to Andrew Stacey for running these issues down.] I also added some new features: (Markdown-Extra-style) fenced code-blocks and ‘fortran’ syntax colouring. [Both courtesy of Jason Blevins.]Please
rake upgrade_instiki
before running the new version.
Posted by distler at December 28, 2009 11:12 AM