The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Instiki: There's no step three!

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
David Heinemeier Hansson

Posts: 512
Nickname: dhh
Registered: Mar, 2004

David Heinemeier Hansson is the lead Ruby developer on 37signal's Basecamp and constructor of Rails
Instiki: There's no step three! Posted: Mar 31, 2004 3:23 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by David Heinemeier Hansson.
Original Post: Instiki: There's no step three!
Feed Title: Loud Thinking
Feed URL: http://feeds.feedburner.com/LoudThinking
Feed Description: All about the full-stack, web-framework Rails for Ruby and on putting it to good effect with Basecamp
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by David Heinemeier Hansson
Latest Posts From Loud Thinking

Advertisement

Admitted, it's Yet Another Wiki Clone, but with a strong focus on simplicity of installation and running:

  1. Download
  2. Run "instiki.rb 2505"
  3. Chuckle... "There's no step three!" (TM)

You're now running a perfectly suitable wiki on port 2505 that'll present you with a textarea for the home page on entering. No web-server or database to configure. All you need is Ruby 1.8.x.

Instiki lowers the barriers of interest for when you might consider
using a wiki. It's so simple to get running that you'll find yourself
using it for anything—taking notes, brainstorming, organizing a
gathering.

Instiki reserves a separate WikiSpace for each port number, so
you can run more than one wiki by keeping them on separate ports.
It also means that you can't access the same wiki on another port
than the one you started it on (unless you move the directory in storage).

Features:

  • Regular expression search: Find deep stuff really fast
  • Reference tracker: Which other pages are pointing to the current?
  • Speed: Using Madelein for persistence (all pages are in memory)
  • Textile formatting: By ways of RedCloth
  • Embedded webserver: Through WEBrick

Missing:

  • Revision control (last in wins!)
  • Access control (there's not even an explicit user concept)
  • File attachments

History:

  • 0.2.5: Upgraded to RedCloth 2.0.2 and Madeleine 0.6.1, which means the Windows problems are gone. Also fixed a problem with wikiwords that used part of other wikiwords.
  • 0.2.0: First public release

Download latest from:
http://rubyforge.org/project/showfiles.php?group_id=186

License is the same as Ruby's

Read: Instiki: There's no step three!

Topic: Using WEBrick Previous Topic   Next Topic Topic: Counting Queries: PostgreSQL SQL Analysis

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use