Sources Are Telling Me…

posted January 17th, 2006, one comment, tagged ,

I’ve made a development subdomain here at Novemberborn to host SVN exports of the sIFR 3 codetree and other development projects.

Current projects:

sIFR 3

The codetree contains the latest version with test cases. If you find bugs, please send a message to the list.

ParseSelector

This is a rewrite of the parseSelector() method used in sIFR 2. This version is extensible and works a lot better. It’s partly based on Dean Edwards cssQuery. Because it’ll be used in sIFR I decided to write my own implementation instead of using cssQuery, which is more advanced than what sIFR needs.

11born-wiki

This is the current code for my wiki server. It’s released under the same license as i2, which as far as I can tell is the MIT license (there is no license notice in the trunk, but it’s in the Rails repository and Rails is licensed under MIT).

Because of this license I’ve removed my stylesheet and the images specific to my site. I rather not have someone duplicate the design because the stylesheet was released as open source.

I’m providing the source because I hope it’ll be useful to you. I’m not, however, going to maintain it or provide support. I simply do not have the time for another open source project. If somebody picks it up (or merges it into i2 itself, even) that’d be great.

Have fun!

One response

  1. brent says:

    Hey, I downloaded your i2 update and it was much easier to get running than i2 from the rails trunk. Thanks so much.