SmallWiki

Last edit April 27, 2005
Welcome to SmallWiki, a new Wiki-Wiki implementation in Smalltalk. If you have any questions, please read the documentation below or contact the author Lukas Renggli (renggli AT student.unibe.ch).

Some advantages & features
  • Everything is an object
  • Extensibility
    • Components
    • Web server
    • Storage
    • Templates
  • Test suites
  • Open source (MIT)
  • Dialect independent
  • Callback blocks
  • Security model
  • Session model
  • FreeLinks
  • HTML formatting allowed
  • Customizable look and feel
  • Security framework

Documentation
What does "Add Children" do? And can we use HTML on any page?

  1. SmallWiki is not flat as other wikis, you have the possibility to nest pages into folders to group them. This is mainly a feature for administrators to keep everything in shape; casual users probably won't notice this.
  2. Of course, one might put any kind of HTML into a page, but don't blame me if the output isn't valid XHTML anymore.

-- Lukas Renggli


CategoryWikiImplementation