Uses WEBrick for the webserver, Madeleine for persistence, and RedCloth for Textile.
Supports file uploads, PDF export, multiple users, password protection and RSS feeds.
Some use Instiki as a CMS because of it’s ability to export static pages.
Here are some key features of "Instiki":
· Regular expression search: Find deep stuff really fast
· Revisions: Follow the changes on every page from birth. Rollback to an earlier rev
· Export to HTML or markup in a zip: Take the entire wiki with you home or for reference
· RSS feeds to track recently revised pages
· Multiple webs: Create separate wikis with their own namespace
· Password-protected webs: Keep it private
· Authors: Each revision is associated with an author, so you can see who changed what
· Reference tracker: Which other pages are pointing to the current?
· Speed: Using Madelein for persistence (all pages are in memory)
· Three markup choices: Textile (default / RedCloth), Markdown (BlueCloth), and RDoc
· Embedded webserver: Through WEBrick
· Internationalization: Wiki words in any Latin, Greek, Cyrillian, or Armenian characters
· Color diffs: Track changes through revisions
What's New in This Release: [ read full changelog ]
New Features:
· From the "All" or Category listings, you can export selected pages (in any desired order) to a single LaTeX file.
· LaTeX export supports \array{} (with no options) and a LaTeX-style optional argument for \sqrt[]{}. The latter requires itextomml 1.4.5 or later.
· Updated to itextomml 1.4.5 (a bunch of new itex language features).
· Updated to Rails 2.3.10. (There were security issues in 2.3.9 which, happily, did NOT affect Instiki 0.19. But 2.3.10 has other improvements, as well.)
Bugs Fixed:
· Several SVG-Edit bugs fixed.
· Removed some superfluous junk, to slim down the distribution (cuts the size of the compressed .tar.gz nearly in half).