Archive for October, 2006
martini 2.0 design decision
This is a message I just sent to the martini-devel mailing list. I’m posting it here as well because it’s useful to me as a blueprint, and because I often get useful feedback on things I post here.
***************
I’m in the process of re-writing the indexing module for Martini. Before I decide how to do it [...]
Posted: October 20th, 2006 under martini.
Comments: none
we have internet!
As of today, we have phone and DSL in the new house. To celebrate, I’m finally uploading to flickr my photos from the last several months.
Here’s my flickr photo stream. Tune in for photos from the lucene summit, access 2006, and of course endless shots of the house and the rabbits.
Posted: October 16th, 2006 under house.
Comments: none
Go Kingston Frontenacs!
OMFG, Matt and I are in Kingston, Ontario right now, watching TV with all the family, and Stephen Colbert just mentioned the Kingston Frontenacs, the minor league local hockey team! We all feel touched by greatness.
Posted: October 9th, 2006 under random.
Comments: none
get cocoon to output utf-8
If you need to get cocoon to output utf-8, open the sitemap.xmap file for your cocoon installation, and change the xml serializer (or whichever serializer you need to use) like this:
<map:serializer logger=“sitemap.serializer.xml” mime-type=“text/xml” name=“xml” src=“org.apache.cocoon.serialization.XMLSerializer”>
<encoding>UTF-8</encoding>
</map:serializer>
Posted: October 8th, 2006 under cocoon.
Comments: none
