jducoeur: (Default)
jducoeur ([personal profile] jducoeur) wrote2008-03-16 01:34 pm
Entry tags:

Any wiki suggestions?

Time for the next bit of tech for work: I'm looking for a good wiki. CommYou probably needs a couple of wikis -- one on the internal development server on "how you build this thing", and one on the soon-to-be public server for documentation. (I'm leaning towards a wiki for my documentation, since it allows me to open it up to trusted members of the community to help out. In general, one thing I think LJ's done right is getting the community involved.)

Anyway, there are about six million wiki platforms out there, so I'm curious whether my friends have any suggestions of good ones. My needs include:
  • I'm more interested in ease of maintenance than most other features: I'd like something that's fairly easy to get configured up and running.

  • I don't think I need massive power and complexity -- my needs are pretty straightforward. Some straightforward way to include images would be Very Useful, though. (This is an aspect that many wikis fall down on.)

  • It needs to be stylable, but that mostly means that I should be able to apply CSS easily.

  • I lean slightly towards something based on JVM/MySQL, since those will certainly be installed and working on the servers, but I'm open to Perl/PHP/whatever, so long as it's a common platform.

  • Decent access control is utterly crucial, so I can open editing up to specific members of the community while keeping admin privs locked down. This is *not* going to be editable by the general public, so some kind of group management would be helpful.

  • The ability to shove all the wiki framing out of the way would be Very Nice: for purposes of the average reader, I'd prefer that it look a bit more like a conventional web page.
So basically, I need something that's more powerful than basic WikiWikiWeb or ProWiki, but MediaWiki may be overkill for my purposes. (And I don't love its standard look-and-feel anyway -- it just *screams* "wiki" rather than "webpage".)

Opinions? Eventually I'll probably switch over to using Querki, but I really can't afford the month needed to get that project bootstrapped right now...

[identity profile] crschmidt.livejournal.com 2008-03-16 06:07 pm (UTC)(link)
I'd recommend MoinMoin, off the cuff, especially for the level of ACL control it sounds like you need: We use MoinMoin at work (with groups powered by LDAP) and have found it pretty powerful for that, and I believe it's reasonably configure the styling on.

[identity profile] crschmidt.livejournal.com 2008-03-16 06:16 pm (UTC)(link)
Though, I think it falls down on the images requirement.

[identity profile] crschmidt.livejournal.com 2008-03-16 09:14 pm (UTC)(link)
Yeah: I'm personally opposed to ever working in Java, so none of my suggestions would have done even passably well on that count from your point of view :)

[identity profile] crschmidt.livejournal.com 2008-03-16 10:39 pm (UTC)(link)
It's actually neither: I haven't had any experience with the Java world, but Java programmers are generally a scorned class of programmers in my entire experience as a programmer. The concentration of beginner-level programming courses in university programs, and corresponding overabundance of entry-level Java programmers -- where 'entry-level' is a pretty generous term -- in the industry as a whole has led to a situation where "I'm a Java Programmer" in the age group I'm in is somewhat akin to "I'm a Visual Basic programmer", insofar as it typically relates more to knowing how to use a programming GUI to toss out things quickly with no concern for quality than it does to programming experience.

I've had a very very limited amount of direct exposure to Java, but the associations that programming Java tends to bring along are enough to act as an active discouragement to learning more about the toolchain. Combine this with relatively poor libre-free JVM support, and the verbosity of the language making the primary way of writing code GUI based (something that I've never been a fan of in my coding: I'm a command line/vim guy), and any interest I have in Java due to some Fancy New Announcement tends to go out the window pretty quickly once reality sets in.

I think that this is just a result of the environment I've typically worked in: Reading your entries has brought a significant level of respect for the Java World from the eyes of someone who is obviously a competent programmer. In general, if someone mentions Java without many other details, over something like say, Python, I have an expectation that the code will be either more basic or more complicated than (or both) a comparable alternative written in a different language. (C gets a 'more complicated and less basic' mark, on the other hand.) There is clear evidence in the posts you've made here that we have similar ideals for workflow of development of a project (even if not being my own boss means that I seldom actually get to follow up on them), despite what I would typically consider a chasm of difference in our toolset.

Hm, this has gone most everywhere. I think that it comes down to "Java has become the entry-level programming language: therefore, lots of programmers in Java only work at the entry-level, and I prefer to work in a different environment than people who work at the entry-level, and therefore my contact with Java has been limited." It's possible that I might like Java but my limited experience suggests that my nature is more Pythonic than... Javaic? Javaish? :)

(I can expand on any of the points if you're interested; I don't know what kind of environment you've typically worked in, so it's possible that this doesn't make any sense. I get the impression that you're older than I am by some number of years, which would probably mean that you were out of the 'entry level' arena long before Java became a defacto standard in it, for example.