Trac for wiki

Hello again. It's time for me to continue my posts about wikis. I want to talk about Trac. I'm not using it, but I was tempted to. It's a nice web application that combines issue tracking, wiki and source code browsing. The only thing that it lacks is a forum.

Trac runs on Python. I'm sure it's a good language. Right now is not the time for me to learn it. I need the wiki to be able to run on IIS without any problems or need for advanced configuration. I would need to install Python modules to run it and this is an impediment for my adoptation of Trac.

It uses SQLite to store all data. That's a problem too. There's no simple way to export data from it and this was one of my main requirements.

The whole application is useful, but at this stage I have no need for its main features. I already have an issue manager (BugNet) and I don't see the point of moving all issues to Trac.

The wiki is not special in any particular way. It does support minor features I was looking for, such as macros and hierarchical pages structure. It doesn't seem to provide authentication or CAPTCHA support out of the box.

Conclusion

Trac looks very attractive. It's great application to manage a project, but I only need a wiki. I'm not using it mainly because there's no easy export. The fact that it's a Python application and I would need to configure IIS to run it doesn't help either.



Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: Slava
Posted on: 5/15/2006 at 5:37 PM
Categories: General
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (2) | Post RSSRSS comment feed

Related posts

Comments

Phil Wilson

Saturday, June 24, 2006 12:42 AM

I'm not a big Trac fan, but:

* it can run standalone _or_ behind a webserver like Apache/IIS
* it does support authentication out of the box, either running from hard-coded username/passwords or LDAP etc.
* SQLite is no more difficult to extract data from than MySQL - there are libraries in every language imaginable (Firefox 2 will use SQLite as its backend storage).

But otherwise, yeah, like you say, it's not special in any way, and I actually find its wiki syntax really really really annoying.

Ornus

Saturday, June 24, 2006 5:16 AM

Hey. Thanks for the comment. I can't really comment about standalone or authentication. I guess I was wrong about authentication (although I was looking for form-based log-in).

With the export, SQLite does provide libraries, but not tools. For example MS SQL can save database or tables in different formats (CSV for example). I'm pretty sure MySQL can too. I understand SQLite cannot (I would have to write my own tool). Maybe I didn't do enough research, but I realized that Trac isn't for me. An export tool wouldn't have changed that.

Add comment


(Will show your Gravatar icon)  

  Country flag

[b][/b] - [i][/i] - [u][/u]- [quote][/quote]



Live preview

Friday, November 21, 2008 4:51 AM