Ian Ward's email:
first name at this domain
IRC: wardi on OFTC
This is a recording of the presentation I gave to the Ottawa Canada Linux Users Group (OCLUG) on September 2 about their Django-based web site. I covered the server and virtualhost configuration for OCLUG, and two new features recently added to the site. I also presented some general information about how Django handles requests and discussed some of the code for the new features.
Tags: Django OCLUG Video Python
Just in time for my presentation tomorrow I have upgraded the OCLUG web site to Django 1.0 beta 2. I have also added a media file listing page and an Ottawa area Linux/OSS Job board application.
This is a recording of the second Kernel Walkthrough given by Bart Trojanowski for the Ottawa Canada Linux Users Group. This time Bart covers the x86 boot process in Linux. He gives a presentation with Q+A in the first hour. In the second hour he walks thorough the Linux C and assembly code itself.
We were generously hosted again by TheCodeFactory, a local hotbed of high-tech startup companies.
Special thanks again to Richard Guy Briggs for help with this recording.
This is a recording of the first Kernel Walkthrough given by Bart Trojanowski for the Ottawa Canada Linux Users Group. He starts with a presentation introducing some Linux development background, file layout and data types. The code walkthrough covers some important files and Linux list and bit modification APIs.
The talk was hosted by TheCodeFactory, a new meeting place for high-tech startups right in downtown Ottawa. This is the first time we used the space and I look forward to returning.
Tags: Ottawa OCLUG Video Linux
Mailman had me scratching my head for some time this weekend while I was trying to figure out how to change the URLs generated it its administration site. It turns out that Mailman copies configuration information into its list data at list creation time and then ignores changes to its main configuration file.
On May 31 I gave a tutorial on the new site code for the Ottawa Canada Linux Users Group.
The new site is based on Django. It implements the logic for displaying upcoming and past events, tracking speakers, locations and images. It can also display announcements as part of the front page.
The slides from my tutorial and the source code at various stages are attached below.