ruby

Syndicate content

Menus and Uploads

I implemented the "main menu" for our CMS. Nine rules determine which pages the menu indexes when a given page is being displayed. Currently, I am working on the ability to import HTML files exported from Microsoft Word (even though everyone should switch to OpenOffice.org).

Still Working on CMS

I am still working on the CMS. I am investigating how we can accept uploads of Microsoft Word documents and extract the content from them to convert to our format. Most recently I contributed some test cases to the tests that get run repeatedly to defend against breaking the code. …read more