Ruby-based wiki

It’s a while since the last time this was asked:

Is there any wiki written in Ruby which is alive and is backed by more
than just one developer?

I’m looking for a replacement for MediaWiki, the markup there is getting
increasingly annoying. No need for fancy features, I’m only using 5% of
what MediaWiki could do.

Sven S. wrote:

It’s a while since the last time this was asked:

Is there any wiki written in Ruby which is alive and is backed by more
than just one developer?

I’m looking for a replacement for MediaWiki, the markup there is getting
increasingly annoying. No need for fancy features, I’m only using 5% of
what MediaWiki could do.

There’s very little. I did a survey not long ago, and Instiki’s still
the best, most reliable. I’ve used it in several settings for several
years. It’s fine. I don’t know why there isn’t more. I guess most folks
who want wikis don’t care what language it’s in.

t.

Tom C., MS MA, LMHC - Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< [email protected] >> (email)
<< TomCloyd.com >> (website)
<< sleightmind.wordpress.com >> (mental health weblog)

Tom C. wrote:

Sven S. wrote:

It’s a while since the last time this was asked:

Is there any wiki written in Ruby which is alive and is backed by more
than just one developer?

I’m looking for a replacement for MediaWiki, the markup there is getting
increasingly annoying. No need for fancy features, I’m only using 5% of
what MediaWiki could do.

There’s very little. I did a survey not long ago, and Instiki’s still
the best, most reliable. I’ve used it in several settings for several
years. It’s fine. I don’t know why there isn’t more. I guess most folks
who want wikis don’t care what language it’s in.

t.

Tom C., MS MA, LMHC - Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< [email protected] >> (email)
<< TomCloyd.com >> (website)
<< sleightmind.wordpress.com >> (mental health weblog)

Hey,

thought I would mention Git-Wiki

git-wiki is a wiki that relies on git to keep pages’ history and Sinatra to serve them.
– git-wiki page

you can read more at git-wiki: a git-powered wiki or at github
GitHub - sr/git-wiki: A quick & dirty git-powered Sinatra wiki

Sven S. wrote:

I’m looking for a replacement for MediaWiki, the markup there is getting
increasingly annoying. […]

Could you please explain what’s annoying in MediaWiki’s syntax? Or give
an example? What’s “increasing” about its syntax? MediaWiki’s syntax
isn’t changing, thanks to its templating abilities.

On Jan 10, 2009, at 3:10 PM, Tom C. wrote:

There’s very little. I did a survey not long ago, and Instiki’s
still the best, most reliable. I’ve used it in several settings for
several years. It’s fine. I don’t know why there isn’t more. I guess
most folks who want wikis don’t care what language it’s in.

In that case, take a look at Nanoki, a simple, elegant wiki engine
implemented in Lua.

http://alt.textdrive.com/nanoki/

Online demo:

http://svr225.stepx.com:3388/nanoki

Cheers,

PA.

Petite A. wrote:

In that case, take a look at Nanoki, a simple, elegant wiki engine
implemented in Lua.

http://alt.textdrive.com/nanoki/

Online demo:

http://svr225.stepx.com:3388/nanoki

Sorry if this is an extremely naive question, but do (shared) hosts
readily support Lua now? I’m just starting to dip my toe into Lua, so
I’m wondering.

Cheers,
Mohit.
1/15/2009 | 12:33 PM.

On Jan 15, 2009, at 5:32 AM, Mohit S. wrote:

Sorry if this is an extremely naive question, but do (shared) hosts
readily support Lua now?

Not sure, but try the Lua mailing list where someone might know more
about this:

http://www.lua.org/lua-l.html

Cheers,