« Please Mr. Carrier, May I Add Some Value? | Main | Lessons Learned Building Basecamp »
Wikis and Rendezvous in the Classroom
Tom Hoffman and Tim Lauer are talking about using wikis, Rendezvous, and to create an in-classroom writing system for an elementary school. The teacher runs Instiki on a laptop. Students access it with Rendezvous Students write on the wiki and then the teacher can pack it up and take it home. This is a good example of a combination of simple tools.
Tim makes the point that there are many low-overhead Web applications that you can write to add value to the classroom, but they always run up against proprietary, closed student information systems (SIS). He developed SchoolTool as an open source SIS. SchoolTool has RESTful Web services-based APIs.
This allows the SIS and things like the wiki application to be integrated. A short hack to Instiki allows it, for example, to retrieve a student roster from SchoolTool.
SchoolBell is a calendar server built on SchoolTool. Its open-source as well and includes a GPL’d iCal server.
Posted by windley on March 16, 2005 12:38 PM



Comment from Thor Prichard at March 16, 2005 8:29 PM
Hi there. Great summary of their presentation. I wish I could've been there. I hear they only had 15 minutes of fame. One minor clarification though... Tom Hoffman's the guy developing SchoolTool. Tim Lauer's the elementary school principal. (Your summary implied Tim's developed SchoolTool.)
Comment from Tom Hoffman at March 17, 2005 4:37 PM
Thanks for the write-up Phil. I can't take credit for developing SchoolTool either. The hard work was done by Steve Alexander and our teams at Programmers of Vilnius and Etria, LLP. I'm the designated teacher on the team, but now that we've got most of the low-level architecture out of the way, I should be able to start doing more development on SchoolTool itself.