<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">

<channel>
	<title>Planet Hippo</title>
	<link>http://planet.hippocms.org/</link>
	<language>en</language>
	<description>Planet Hippo - http://planet.hippocms.org/</description>

<item>
	<title>Jasha Joachimsthal (Hippo): Adding a date-time picker to Hippo CMS</title>
	<guid>http://blogs.hippo.nl/jasha/2008/06/adding_a_datetime_picker_to_hi.html</guid>
	<link>http://blogs.hippo.nl/jasha/2008/06/adding_a_datetime_picker_to_hi.html</link>
	<description>&lt;p&gt;One wanted, but until recently missing feature of Hippo CMS was a date and time picker. It was already possible to add a date-time field in the editor and edit the time by hand. To be honest, that was a little cheating. &lt;/p&gt;

&lt;p&gt;It sounds so perfectly simple: a calendar with fields for hours and</description>
	<pubDate>Mon, 30 Jun 2008 19:46:32 +0000</pubDate>
</item>
<item>
	<title>Jasha Joachimsthal (Hippo): How to add YouTube video in Hippo CMS</title>
	<guid>http://blogs.hippo.nl/jasha/2008/05/how_to_add_youtube_video_in_hi_1.html</guid>
	<link>http://blogs.hippo.nl/jasha/2008/05/how_to_add_youtube_video_in_hi_1.html</link>
	<description>&lt;p&gt;For anyone who has tried to add YouTube's embed code into the Xinha WYSIWYG editor of Hippo CMS: Yes it's possible to add references to YouTube, Google video or any other Flash animation. No, just copy-pasting the HTML snippet from YouTube or Google video will not work, because it is not valid XHTML. I will explain how to enable YouTube support in Hippo CMS.&lt;/p&gt;

&lt;h3&gt;Customizing the document templates&lt;/h3&gt;
First &lt;a href=&quot;http://www.hippocms.org/display/CMS/08.+Extending+Hippo+CMS&quot;&gt;extend&lt;/a&gt; the standard Hippo CMS. Copy HtmlCleanerConfiguration.xml to your extensions folder. This file can be found in /editor/src/site/editing/cf2/resources.

&lt;p&gt;Add the necessary elements and attributes for Flash within the allowed-elements. You can add elements and attributes that are valid according to the xhtml1-strict (Hippo CMS 6.05) or xhtml1-transitional (Hippo CMS 6.06) specification.&lt;br /&gt;
     &lt;code&gt;&lt;br /&gt;
      &amp;lt;element name=&quot;object&quot;&amp;gt;&lt;br /&gt;
        &amp;nbsp;&amp;nbsp;&amp;lt;attribute name=&quot;width&quot;/&amp;gt;&lt;br /&gt;
        &amp;nbsp;&amp;nbsp;&amp;lt;attribute name=&quot;height&quot;/&amp;gt;&lt;br /&gt;
        &amp;nbsp;&amp;nbsp;&amp;lt;attribute name=&quot;data&quot;/&amp;gt;&lt;br /&gt;
        &amp;nbsp;&amp;nbsp;&amp;lt;attribute name=&quot;type&quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/element&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;element name=&quot;param&quot;&amp;gt;&lt;br /&gt;
        &amp;nbsp;&amp;nbsp;&amp;lt;attribute name=&quot;name&quot;/&amp;gt;&lt;br /&gt;
        &amp;nbsp;&amp;nbsp;&amp;lt;attribute name=&quot;value&quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/element&amp;gt;&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
Change the reference to the HtmlCleanerConfiguration in the business logic of the document type.&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
    &amp;lt;convertor type=&quot;htmlcleaner&quot; config=&quot;extensions://HtmlCleanerConfiguration.xml&quot; use=&quot;datamodel&quot;/&amp;gt; &lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;h3&gt;Inserting HTML for Flash&lt;/h3&gt;
Open the document, toggle to HTML view and paste the embed code from YouTube.

&lt;p&gt;&lt;a href=&quot;http://blogs.hippo.nl/jasha/youtube_1.html&quot;&gt;&lt;img alt=&quot;Hippo CMS screenshot&quot; title=&quot;Click to enlarge&quot; src=&quot;http://blogs.hippo.nl/jasha/youtube_1_thumb.png&quot; width=&quot;250&quot; height=&quot;192&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Change the HTML into valid XHTML like this:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
&amp;lt;object data=&quot;http://www.youtube.com/v/3Rj9oiNZiog&amp;amp;amp;hl=en&quot; height=&quot;355&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;425&quot;&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/3Rj9oiNZiog&amp;amp;amp;hl=en&quot;/&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/object&amp;gt;&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Toggle back to the WYSIWYG view, save and you're done.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://blogs.hippo.nl/jasha/youtube_1.html&quot;&gt;&lt;img alt=&quot;Hippo CMS screenshot&quot; title=&quot;Click to enlarge&quot; src=&quot;http://blogs.hippo.nl/jasha/youtube_3_thumb.png&quot; width=&quot;250&quot; height=&quot;192&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Mon, 12 May 2008 08:00:00 +0000</pubDate>
</item>
<item>
	<title>Jeroen Reijn (Hippo): ApacheCon Europe 2008 Day 1</title>
	<guid>http://blogs.hippo.nl/reijn/2008/04/apachecon_europe_2008_day_1.html</guid>
	<link>http://blogs.hippo.nl/reijn/2008/04/apachecon_europe_2008_day_1.html</link>
	<description>&lt;p&gt;&lt;img alt=&quot;basic_234x60.jpg&quot; src=&quot;http://blogs.hippo.nl/reijn/images/basic_234x60.jpg&quot; width=&quot;234&quot; height=&quot;60&quot; align=&quot;left&quot; /&gt; The ApacheCon Europe has landed and the first day is already behind us. This morning I arrived at the conference location in Amsterdam for a fu</description>
	<pubDate>Wed, 09 Apr 2008 22:00:40 +0000</pubDate>
</item>
<item>
	<title>Jeroen Reijn (Hippo): Hippo is expanding its borders</title>
	<guid>http://blogs.hippo.nl/reijn/2008/03/hippo_is_expanding_its_borders.html</guid>
	<link>http://blogs.hippo.nl/reijn/2008/03/hippo_is_expanding_its_borders.html</link>
	<description>&lt;p&gt;Some of you might have seen &lt;a href=&quot;http://www.onehippo.com/en/news,2008/03/bluesunrise.html&quot;&gt;the news&lt;/a&gt; out there on the web, but for those that did not, Hippo has expanded it's borders to the US! Last week it all became final and &lt;a href=&quot;http://www.onehippo.com/en/home&quot;&gt;Hippo&lt;/a&gt; bought</description>
	<pubDate>Thu, 20 Mar 2008 12:16:36 +0000</pubDate>
</item>
<item>
	<title>Jeroen Reijn (Hippo): ApacheCon Europe 2008</title>
	<guid>http://blogs.hippo.nl/reijn/2008/03/apachecon_europe_2008.html</guid>
	<link>http://blogs.hippo.nl/reijn/2008/03/apachecon_europe_2008.html</link>
	<description>&lt;p&gt;I've been too busy lately to actually keep track off the things going on around me. I almost even forgot that the ApacheCon Europe 2008 is only a couple of weeks away. This year I will not be doing any talks, since I thought there was nothing interesting for me to talk about. I enjoyed giving the Cocoon talk together with Jasha last year, so perhaps you'll see me/us speaking again at one of the other ApacheCons.&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;http://eu.apachecon.com/eu2008/images/buttons/basic_468x60.jpg&quot; title=&quot;Apache Con Europe&quot; /&gt;&lt;/p&gt;

&lt;p&gt;
I have a couple of ideas now for new presentations, but I'm not sure yet if I can put my ideas into actual concepts, before actually sending in a proposal. We'll see! 
For those of you coming to the ApacheCon in Amsterdam (I really suggest you to come), I hope to see you there. If you have any question about Cocoon or Hippo CMS, be sure too stop me if I'm walking past you. I'm looking forward to some talks.. See you there!
&lt;/p&gt;</description>
	<pubDate>Wed, 12 Mar 2008 21:14:01 +0000</pubDate>
</item>
<item>
	<title>Jeroen Reijn (Hippo): Exciting things are happening over at Hippo</title>
	<guid>http://blogs.hippo.nl/reijn/2008/03/exciting_things_are_happening.html</guid>
	<link>http://blogs.hippo.nl/reijn/2008/03/exciting_things_are_happening.html</link>
	<description>&lt;p&gt;There is some exciting stuff happening over at Hippo! &lt;/p&gt;

&lt;p&gt;More details about this soon..&lt;/p&gt;</description>
	<pubDate>Wed, 12 Mar 2008 20:38:53 +0000</pubDate>
</item>
<item>
	<title>Jasha Joachimsthal (Hippo): Geek on the highway</title>
	<guid>http://blogs.hippo.nl/jasha/2008/02/geek_on_the_highway.html</guid>
	<link>http://blogs.hippo.nl/jasha/2008/02/geek_on_the_highway.html</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/jashaj/2271171284/&quot; title=&quot;Geek by JAsha J, on Flickr&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2239/2271171284_398ca507dc_m.jpg&quot; width=&quot;180&quot; height=&quot;240&quot; alt=&quot;Geek&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For some reason I immediately thought of Arjé's &lt;a href=&quot;http://blogs.hippo.nl/arje/2007/06/xml_causes_serious_traffic_jam.html&quot;&gt;XML in the fast lane&lt;/a&gt;.&lt;br /&gt;
(traffic jam near Munich)&lt;/p&gt;</description>
	<pubDate>Sun, 17 Feb 2008 10:41:29 +0000</pubDate>
</item>
<item>
	<title>Arje Cahn (Hippo): Congratulations, XML</title>
	<guid>http://blogs.hippo.nl/arje/2008/02/congratulations_xml.html</guid>
	<link>http://blogs.hippo.nl/arje/2008/02/congratulations_xml.html</link>
	<description>&lt;p&gt;Last week, XML turned 10. Hurray! &lt;br /&gt;
Incredible that it's just 10 years ago.&lt;/p&gt;

&lt;p&gt;Crunching my memory, I think the first time I came across XML was somewhere in the end of 1998, when I was working on a Microsoft technology based CMS. Since people have been harassing me with this horrendous</description>
	<pubDate>Fri, 15 Feb 2008 10:51:32 +0000</pubDate>
</item>
<item>
	<title>Arje Cahn (Hippo): Fresh new hearing</title>
	<guid>http://blogs.hippo.nl/arje/2008/02/fresh_new_hearing.html</guid>
	<link>http://blogs.hippo.nl/arje/2008/02/fresh_new_hearing.html</link>
	<description>&lt;p&gt;They kicked me out of hospital last week.&lt;/p&gt;

&lt;p&gt;Exactly ten years after what was supposed to be my last operation, my left ear started troubling me again. I had no other choice than to undergo some major surgery to stabilize the inflammation and to hopefully get some of my old hearing back.&lt;/p&gt;

&lt;p&gt;Not a lot of people actually know this, but I'm almost deaf on one ear. Sitting on my left side in a crowded bar is a good guarantee that I won't be able to have any conversation with you. That's why you can see me switching chairs all the time for apparently no reason - it's not because I'm superstitious or something - I just want to be able to hear people.&lt;/p&gt;

&lt;p&gt;But now this is all supposed to get soo much better...!&lt;/p&gt;

&lt;p&gt;When I woke up from anaesthetics, the doctors (all three of them) were jumping up and down next to my bed like little children. Surgery went much quicker then they had expected, and they had had so much fun playing around with chunks of Titanium in my head, neurological sensors to monitor my facial nerves and so on. Oh big joy. But I can tell you - nothing feels better than seeing happy doctors when you wake up after long hours of surgery!&lt;/p&gt;

&lt;p&gt;I'm taking it easy now - trying to recover and let the new ear heal. So bear with me if I'm not responding to your email quick enough.&lt;/p&gt;

&lt;p&gt;For those of you who hungry for bloodshed and gore pictures - &lt;a href=&quot;http://blogs.hippo.nl/arje/2008/02/07/IMG_7131-sm.html&quot;&gt;here's&lt;/a&gt; what my head looked like last week :-)&lt;/p&gt;

&lt;p&gt;Enjoy,&lt;/p&gt;

&lt;p&gt;Arjé&lt;/p&gt;</description>
	<pubDate>Thu, 07 Feb 2008 16:01:10 +0000</pubDate>
</item>
<item>
	<title>Niels van Kampenhout (Hippo): The Benevolent Doctator, or how to make your developers write documentation</title>
	<guid>http://blogs.hippo.nl/niels/2008/01/the_benevolent_doctator_or_how.html</guid>
	<link>http://blogs.hippo.nl/niels/2008/01/the_benevolent_doctator_or_how.html</link>
	<description>&lt;p&gt;Software developers are not known for their eagerness to document their code. Yet for an open source company like Hippo it is crucial to have proper documentation in place, so that the world out there can actually understand how the software works and how it should be implemented. Failing documen</description>
	<pubDate>Tue, 29 Jan 2008 08:59:49 +0000</pubDate>
</item>
<item>
	<title>Jeroen Reijn (Hippo): Hippo Site Sample with Cocoon 2.2</title>
	<guid>http://blogs.hippo.nl/reijn/2008/01/baby_steps_with_cocoon_22.html</guid>
	<link>http://blogs.hippo.nl/reijn/2008/01/baby_steps_with_cocoon_22.html</link>
	<description>&lt;p&gt;It has been there for a while now, but I was not able to find some decent time to write a blog entry about it. A while ago I made a &lt;a href=&quot;http://cocoon.apache.org/2.2/index.html&quot; target=&quot;_blank&quot;&gt;Cocoon 2.2&lt;/a&gt; block out of the Hippo Site Sample. This can become very interesting for developers starting with Hippo in 2008, since Cocoon 2.2 will be coming out very soon.&lt;/p&gt;

&lt;p&gt;You can get the site sample block out of the Hippo &lt;a href=&quot;http://svn.hippocms.org/repos/hippo/hippo-cms-site-sample/branches/SITESAMPLE_Cocoon-2.2/&quot;&gt;svn repository&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I've tested it with the following settings:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Maven 2.0.8&lt;/li&gt;
  &lt;li&gt;Sun JDK 1.5&lt;/li&gt;
  &lt;li&gt;Cocoon 2.2 trunk &lt;/li&gt;
  &lt;li&gt;Ubuntu Linux 7.10&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please note that this is very experimental and I still recommend using Cocoon 2.1 for projects that will go in production in the next 6 months.&lt;/p&gt;

&lt;p&gt;I've put a &lt;a href=&quot;http://wiki.hippo.nl/display/CMS/Cocoon+2.2+Sample+block&quot; target=&quot;_blank&quot;&gt;page&lt;/a&gt; up on the Hippo Wiki that describes all steps.&lt;/p&gt;

&lt;p&gt;Have fun!&lt;/p&gt;</description>
	<pubDate>Fri, 04 Jan 2008 14:01:40 +0000</pubDate>
</item>
<item>
	<title>Arje Cahn (Hippo): Information patterns: Classification follows context</title>
	<guid>http://blogs.hippo.nl/arje/2007/12/classification_follows_context.html</guid>
	<link>http://blogs.hippo.nl/arje/2007/12/classification_follows_context.html</link>
	<description>&lt;p&gt;I was at the &lt;a href=&quot;http://www.artis.nl/index.php?home=true&quot;&gt;Amsterdam Zoo&lt;/a&gt;, a place that I go to quite frequently to wander around and feel simple and taken care of amidst a bunch of animals sitting properly organized behind their name tags. No surprises in this place. A zoo breathes a fatherly message: &lt;strong&gt;Don't Worry – Man Is In Control&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;230px-Carl_von_Linn%C3%A9.jpg&quot; src=&quot;http://blogs.hippo.nl/arje/2007/12/28/230px-Carl_von_Linn%C3%A9.jpg&quot; width=&quot;230&quot; height=&quot;277&quot; align=&quot;right&quot; /&gt;It's still 2007, and we are in the year of the 400th birthday of &lt;a href=&quot;http://en.wikipedia.org/wiki/Carolus_Linnaeus&quot;&gt;Carolus Linnaeus&lt;/a&gt;, the man who gave us those animal name tags. His work is now known as the Linnaean Order; which he wrote down for the very first time in his book &quot;&lt;a href=&quot;http://en.wikipedia.org/wiki/Systema_Naturae&quot;&gt;Systema Naturae&lt;/a&gt;&quot; way back in 1735. Born in Sweden, he lived in the Netherlands when he published his famous book. Since communication was slow and photography didn't exist, biologists needed a system to refer to a certain group of plants or animals, and Linnaeus gave them exactly that.&lt;/p&gt;

&lt;p&gt;So we were drawn to the zoo today because there was this very special tour scheduled.  I was looking forward to the Linnaean Order Tour by amateur biologist Melle. Melle, me and the other geek attendee (my wife) were nervously waiting at the meeting point for the start of this slightly odd, almost autistic tour about the wonders of Ordering Stuff. &lt;/p&gt;

&lt;p&gt;As the three of us were waiting for other people to arrive at the meeting point, I joked – grinning from ear to ear - that the rest of our group of fifty was about to arrive any time soon. It's the kind of humor I particularly enjoy, but I felt sorry the moment I said it. I was hoping it would cheer the guy up. And it did, but just a little bit too much. As a result, we faced waiting for another fifteen minutes with a now frantic guide who said he had never had more than five attendees. When he finally figured that the other forty-eight were not going to show up, which he took as a surprise, we started our tour. Fifteen minutes late, and with just the three of us. I shamefully followed our little group.&lt;/p&gt;

&lt;p&gt;The guide, however, appeared to have absolutely no problems with my silly little joke. Instead, he started the tour with a kick start, told us he felt sorry for me that my group had left me alone and ran of to the very first Ordered exhibit on our tour.&lt;/p&gt;

&lt;p&gt;This running behavior seemed to be his normal way of moving.&lt;/p&gt;

&lt;p&gt;Melle did his tour. We ran from one Ordered place to the other, quickly skipping all of the scarily disorganized parts that we ran into along the way. The only times he was at rest, was at places where the chaos had been forced into control by mister Linnaeus himself. In between those places, I had a hard time keeping up with the guy. &lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;180px-Systema_Naturae_cover.jpg&quot; src=&quot;http://blogs.hippo.nl/arje/2007/12/28/180px-Systema_Naturae_cover.jpg&quot; width=&quot;180&quot; height=&quot;297&quot; align=&quot;left&quot; /&gt;What made Linnaeus so special, he said, was that he made a couple of very clear decisions on how to determine the distinctive facets of animal, plant, or mineral. As an example, he mentioned the fact that anything with breasts is a mammal. I was surprised by this very much simplified version of what I had learned as a kid. Animals laying eggs, sitting on them, or carrying their babies inside their wombs - or not -, penguins, crocodiles, kangaroos and all those exceptions. But it all just came down to this very simple yes/no question: does it have breasts?&lt;/p&gt;

&lt;p&gt;Of course it didn't. There's so many things that define a species or that separates one group of animal from another. It rarely boils down to just one yes or no question. Biology, or nature as a whole, doesn't like to stick to simple yes and no questions. In reality, you would need dozens of questions like this to be able to determine a species correctly. And the problem is that with every newborn baby, they change a little teeny bit.&lt;/p&gt;

&lt;p&gt;But our guide didn't really care. And he was right: because the rules of the game change continuously, you're going to need a set of very simple basic questions to stick to. And that is what Linnaeus did.&lt;/p&gt;

&lt;p&gt;I envy Linnaeus because he had the guts to just start somewhere, take some decisions, simplify a whole lot of things, and still finish off with a complete overview of nature. Simplification really is the hardest part of all. Classifying things is not particularly hard to do, but deciding what the classification rules are, is really hard.&lt;/p&gt;

&lt;p&gt;You might recognize this from what you do on your computer. How do you categorize all of your documents? How do you order all of the blogs, the websites, e-mails, files, MP3s, contacts, contracts, and all those other digital bits and pieces that you have laying around on your computer? So you set up a folder structure. And you've put every single file in the right folder, in the right sub folder, and gave it an appropriate name, so you will always be able to find it back again. Are you?&lt;/p&gt;

&lt;p&gt;No. Or, maybe you are on your own local machine, but it will definitely go wrong when you start sharing documents with other people in a network. That's because you look at your documents from a slightly different context than others do.&lt;/p&gt;

&lt;p&gt;I want a storage mechanism that allows me to just dump in all of my information, not thinking about any kind of classification or folder structure, after which the system goes and figures out the similarities between different objects and the correct classification structure automatically bubbles up. And I want to be able to change that classification structure afterwards, whenever I want, without interfering with the content itself.&lt;/p&gt;

&lt;p&gt;But that was just a sidenode.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/arje/86553536/in/set-1784051/&quot;&gt;&lt;img alt=&quot;86553536_fde559aaec_m.jpg&quot; src=&quot;http://blogs.hippo.nl/arje/2007/12/28/86553536_fde559aaec_m.jpg&quot; width=&quot;240&quot; height=&quot;160&quot; align=&quot;right&quot; /&gt;&lt;/a&gt;In the meantime, Melle showed us two statutes. Two laying figures represent mythological Dutch water ghosts. I had seen them many times before, but never really cared about them. Melle took me by surprise by telling me that they once were part of the Linnaean order as well: the Paradoxa. Linnaeus spends half a column in his diagram on creatures that do not fit any of the six standard classes: the unicorn, the phoenix, the dragon, the satyr and apparently, water ghosts too. It took until the sixth edition of his &quot;Systema naturae&quot; (1748) before he would remove these creatures. That struck me. Whether it was an error or not to put them in the first place didn't really matter. What is important, is that Linnaeus set up his order with the idea in mind that it would change over time. In fact, the Linnaean order has changed a lot over time not just skipping fantasy figures, but also moving creatures around, adding categories, changing taxonomies, and it will probably never come to a final state. Due to the nature of what it describes - nature - it simply can't.&lt;/p&gt;

&lt;p&gt;Correctly categorizing and classifying requires you to be prepared for change as well. Don't expect to do it correctly first time. Not even the second or the third time. The context of things will always change over time. And when that happens, classification should follow.&lt;/p&gt;

&lt;p&gt;After about half an hour, we ended our Linnaean tour. It had been really nice, and the enthusiasm of our guide really made it worth the wait and the cold outside. The funny thing was that it was mostly about how the structure that Linnaeus set up so carefully, had changed so much over time. It felt like structure, but then again, it wasn't. And although Melle, our slightly autistic guide, felt safe and secure knowing Linnaeus had ordered everything for him, we went home feeling a little bit confused. Linnaeus had invented a system that everyone could use and refer to, while still allowing it to change whenever that was needed or new insights came to light.&lt;/p&gt;

&lt;p&gt;I want that, too!&lt;/p&gt;</description>
	<pubDate>Mon, 31 Dec 2007 08:36:45 +0000</pubDate>
</item>
<item>
	<title>Jasha Joachimsthal (Hippo): 2007 at Hippo</title>
	<guid>http://blogs.hippo.nl/jasha/2007/12/2007_at_hippo.html</guid>
	<link>http://blogs.hippo.nl/jasha/2007/12/2007_at_hippo.html</link>
	<description>&lt;p&gt;My last working day of the year was the Friday before Christmas so my working year at Hippo is over now. A lot has happened in my second year as developer for Hippo. I have built 3 websites on my own thanks to the Hippo Project Wizard. I worked on a few more websites with other colleagues like ou</description>
	<pubDate>Fri, 28 Dec 2007 13:11:29 +0000</pubDate>
</item>
<item>
	<title>Niels van Kampenhout (Hippo): Hippo CMS 6.05.02 released</title>
	<guid>http://blogs.hippo.nl/niels/2007/12/hippo_cms_60502_released.html</guid>
	<link>http://blogs.hippo.nl/niels/2007/12/hippo_cms_60502_released.html</link>
	<description>&lt;p&gt;Hippo is proud to announce the latest release of Hippo CMS. This version contains bugfixes and small improvements. For a full list of changes see the release notes:&lt;br /&gt;
&lt;a href=&quot;http://www.hippocms.org/display/CMS/Hippo+CMS+v6.05.02+Release+notes&quot;&gt;&lt;br /&gt;
http://www.hippocms.org/display/CMS/Hippo+CMS+v6.05.02+Release+notes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hippo CMS v6.05.02 is available as a binary download:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://repository.hippocms.org/hippo-cms/v6.x/hippo-cms-v6.05.02.zip&quot;&gt;http://repository.hippocms.org/hippo-cms/v6.x/hippo-cms-v6.05.02.zip&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://repository.hippocms.org/hippo-cms/v6.x/hippo-cms-v6.05.02.tar.gz&quot;&gt;http://repository.hippocms.org/hippo-cms/v6.x/hippo-cms-v6.05.02.tar.gz&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The source code is available under the Apache open source license from our public SVN repository:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://svn.hippocms.org/repos/hippo/hippo-cms/tags/Release-CMS-v6_05_02/&quot;&gt;http://svn.hippocms.org/repos/hippo/hippo-cms/tags/Release-CMS-v6_05_02/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks to everyone who contributed to this release!&lt;/p&gt;

&lt;p&gt;The Hippo CMS development team&lt;br /&gt;
&lt;/p&gt;</description>
	<pubDate>Thu, 13 Dec 2007 12:23:12 +0000</pubDate>
</item>
<item>
	<title>Niels van Kampenhout (Hippo): A Simple Plugin Architecture for Wicket</title>
	<guid>http://blogs.hippo.nl/niels/2007/12/a_simple_plugin_architecture_f.html</guid>
	<link>http://blogs.hippo.nl/niels/2007/12/a_simple_plugin_architecture_f.html</link>
	<description>&lt;p&gt;The Wicket meetup last Friday was a blast. The presentation I did together with Wander went reasonably well. We were both a little nervous, and the amount of hippo pictures (real and Lego® ones) on my introduction slides got a bit of a mixed reception (come on guys, it was Friday night!), but we got some nice feedback after all. Anyway, this is the way I like presentations to be: not too technical, and with a bit of fun integrated. Countless slides full of code are not for me!&lt;/p&gt;

&lt;p&gt;Here are our slides, judge for yourself:&lt;/p&gt;

&lt;div id=&quot;__ss_189948&quot;&gt;&lt;div&gt;&lt;a href=&quot;http://www.slideshare.net/?src=embed&quot;&gt;&lt;img src=&quot;http://static.slideshare.net/swf/logo_embd.png&quot; alt=&quot;SlideShare&quot; /&gt;&lt;/a&gt; | &lt;a href=&quot;http://www.slideshare.net/nielsvk/wicket-plugin-architecture&quot; title=&quot;View 'A Simple Plugin Architecture for Wicket' on SlideShare&quot;&gt;View&lt;/a&gt; | &lt;a href=&quot;http://www.slideshare.net/upload&quot;&gt;Upload your own&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;</description>
	<pubDate>Mon, 03 Dec 2007 18:02:45 +0000</pubDate>
</item>
<item>
	<title>Niels van Kampenhout (Hippo): Wicket, Plugins and Hippo CMS 7</title>
	<guid>http://blogs.hippo.nl/niels/2007/11/wicket_plugins_and_hippo_cms_7.html</guid>
	<link>http://blogs.hippo.nl/niels/2007/11/wicket_plugins_and_hippo_cms_7.html</link>
	<description>&lt;p&gt;It's already some time ago that I first blogged about the &lt;a href=&quot;http://blogs.hippo.nl/niels/2006/10/hippo_cms_7_on_the_horizon.html&quot;&gt;new Hippo CMS I saw on the horizon&lt;/a&gt;. More than a year later, I am sitting in a new office with 8 people working like crazy on the next step in content managem</description>
	<pubDate>Thu, 22 Nov 2007 14:13:50 +0000</pubDate>
</item>
<item>
	<title>Arje Cahn (Hippo): Apache Wicket Meetup</title>
	<guid>http://blogs.hippo.nl/arje/2007/11/apache_wicket_meetup.html</guid>
	<link>http://blogs.hippo.nl/arje/2007/11/apache_wicket_meetup.html</link>
	<description>&lt;p&gt;Small-scale meetups are good for attracting new people to the Apache community. So after the 6-years-in-a-row (and still running!) &lt;a href=&quot;http://www.cocoongt.org&quot;&gt;Cocoon GetTogether&lt;/a&gt; series, we're now running a brand new meetup for the Apache Wicket community. I kind of promised that I would write up a manual for running these kinds of shows during the ApacheCon meet-the-producers meeting. And I will. But first, join us here:&lt;/p&gt;

&lt;p&gt;&lt;h2&gt;Apache Wicket Meetup: Friday November 30, Amsterdam&lt;/h2&gt;&lt;/p&gt;

&lt;p&gt;As a Java developer working on web applications, you've probably heard about &lt;br /&gt;
the latest kid on the block from the &lt;a href=&quot;http://www.apache.org&quot; target=&quot;_blank&quot;&gt;Apache community&lt;/a&gt;: &lt;a href=&quot;http://wicket.apache.org&quot; target=&quot;_blank&quot;&gt;Apache Wicket&lt;/a&gt;.&lt;br /&gt;
With proper mark-up/logic separation, a POJO data model, and a refreshing &lt;br /&gt;
lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. &lt;br /&gt;
Swap the boilerplate, complex debugging and brittle code for powerful, reusable &lt;br /&gt;
components written with plain Java and HTML.&lt;br /&gt;
You are invited to join us at the very first Amsterdam Wicket meetup.&lt;br /&gt;
The meetup is in an informal setting, with over 40 attendees already, and &lt;br /&gt;
will give you some fast-paced insight in what Wicket exactly is and how to use &lt;br /&gt;
it.&lt;br /&gt;
&lt;h2&gt;How to attend&lt;/h2&gt;&lt;br /&gt;
Attending is simple: simply add your name to the wiki page below and you're &lt;br /&gt;
all set! &lt;a href=&quot;http://cwiki.apache.org/WICKET/community-meetups.html&quot; target=&quot;_blank&quot;&gt;http://cwiki.apache.org/WICKET/community-meetups.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks to our sponsors, the meetup will be free for all!&lt;/p&gt;

&lt;p&gt;&lt;h2&gt;Location&lt;/h2&gt;&lt;br /&gt;
The Wicket meetup will be held at the Felix Meritis building in Amsterdam: &lt;a href=&quot;http://maps.google.com/maps?f=q%26hl=en%26geocode%26time%26date%26ttype%26q=Keizersgracht%2520324,%2520amsterdam%26sll=37.0625,-95.677068%26sspn=26.339531,58.710937%26ie=UTF8%26z=16%26iwloc=addr%26om=1&quot; target=&quot;_blank&quot;&gt;Google &lt;br /&gt;
Map of the venue&lt;/a&gt;.&lt;br /&gt;
Please note that we have a maximum of 100 attendees, so sign up quickly if &lt;br /&gt;
you want to be sure of a seat.&lt;br /&gt;
&lt;h2&gt;Agenda&lt;/h2&gt;&lt;br /&gt;
Date: Friday, November 30&lt;br /&gt;
Preliminary agenda:&lt;/p&gt;

&lt;p&gt;12:00 Room opens, Wifi connection, power outlets and coffee available.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Walk-in hackaton for whoever likes to join.&lt;/p&gt;

&lt;p&gt;15:00 Start of the official Meetup. Opening talk.&lt;br /&gt;
15:00-18:00 Wicket Gettings started sessions (beginner to intermediate level)&lt;br /&gt;
18:00-19:00 Break for drinks and snacks&lt;br /&gt;
19:00-21:00 Technical sessions (intermediate to expert level)&lt;br /&gt;
21:00 Wrap-up&lt;/p&gt;

&lt;p&gt;The subjects of talks are still under discussion on the mailinglist, but &lt;br /&gt;
we've had some excellent submissions for both introductionary talks and deeper &lt;br /&gt;
technical discussions. These range from &amp;quot;How to get started with Wicket&amp;quot; up to &lt;br /&gt;
&amp;quot;Running Wicket in high availability environments&amp;quot;. The afternoon sessions will &lt;br /&gt;
be less technical than the evening sessions. The agenda is very much subject to &lt;br /&gt;
change. See the &lt;a href=&quot;http://cwiki.apache.org/WICKET/community-meetups.html&quot; target=&quot;_blank&quot;&gt;Wicket Wiki&lt;/a&gt; for the latest version.&lt;br /&gt;
This is an &lt;a href=&quot;http://www.apache.org&quot; target=&quot;_blank&quot;&gt;Apache community&lt;/a&gt; effort, so if you have any ideas, don't hesitate to let us know! Please sign up to the &lt;a href=&quot;http://wicket.apache.org/community.html&quot; target=&quot;_blank&quot;&gt;Wicket user mailinglist&lt;/a&gt; and share your thoughts.&lt;/p&gt;

&lt;p&gt;We've been trying to make this meeting as low-barrier as possible, to give everyone an opportunity to get to know Wicket. If you want to know whether Wicket is your next framework or not, this is the place to be!&lt;/p&gt;

&lt;p&gt;See you all in Amsterdam on November 30th !&lt;/p&gt;</description>
	<pubDate>Mon, 19 Nov 2007 22:13:50 +0000</pubDate>
</item>
<item>
	<title>Jasha Joachimsthal (Hippo): Running Hippo CMS in Leopard</title>
	<guid>http://blogs.hippo.nl/jasha/2007/11/running_hippo_cms_in_leopard.html</guid>
	<link>http://blogs.hippo.nl/jasha/2007/11/running_hippo_cms_in_leopard.html</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://blogs.hippo.nl/jasha/leopard.html&quot;&gt;</description>
	<pubDate>Thu, 01 Nov 2007 18:55:00 +0000</pubDate>
</item>
<item>
	<title>Jeroen Reijn (Hippo): Hippo in the US of A</title>
	<guid>http://blogs.hippo.nl/reijn/2007/10/hippo_in_the_us_of_a.html</guid>
	<link>http://blogs.hippo.nl/reijn/2007/10/hippo_in_the_us_of_a.html</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/reijnj/1580790677/&quot; title=&quot;Photo Sharing&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2238/1580790677_024427cd5b_t.jpg&quot; width=&quot;100&quot; height=&quot;75&quot; alt=&quot;The Empire State Building&quot; align=&quot;left&quot; hspace=&quot;5&quot; /&gt;&lt;/a&gt;I could not have been more lucky. During the</description>
	<pubDate>Wed, 24 Oct 2007 07:46:31 +0000</pubDate>
</item>
<item>
	<title>Jeroen Reijn (Hippo): Cocoon GT 2007 Day 2+3</title>
	<guid>http://blogs.hippo.nl/reijn/2007/10/cocoon_gt_2007_day_23.html</guid>
	<link>http://blogs.hippo.nl/reijn/2007/10/cocoon_gt_2007_day_23.html</link>
	<description>&lt;p&gt;Wow the past weeks have flown by. I made a start with this post on the plane back from Rome to Amsterdam, but I could not find the time to finish it. So here goes:&lt;/p&gt;

&lt;p&gt;The last two days happened so fast, I was unable to continue my daily blog writing. Day two of the Hackathon was a day of trying out and playing around more with Cococon 2.2. I continued my quest together with Jasha, while he was working on his presentation in the mean-time, with the webdav block. During the day I also attended a couple of talks on 'What to deprecate in 2.2', 'The future of Cocoon Forms and Dojo' and 'Cocoon Marketing'. These talks were held in small groups of about 12 people and were very interesting. Jeremy initially started the talk about Cocoon Forms, which attracted quite some audience. He proposed to migrate Cocoon Forms to the 1.0 release of Dojo, once it's final release is there. &lt;br /&gt;
At the end of the day we all went out for some nice real italian pizza and after that a good strawl around town. We got to see the Trevi fountain and the &lt;a href=&quot;http://en.wikipedia.org/wiki/Pantheon%2C_Rome&quot;&gt;Pantheon&lt;/a&gt;. They are both amazing to see.&lt;/p&gt;

&lt;p&gt;On the conference day there were a lot of good talks. Some of them I had heard before and others were completely new. Jasha did his talk about the cocoon project wizard, which received some good response from the audience. At the end of the day it was time to clean up and head home. It were 3 amazing days with lots of italian culture, good Cocoon talks andnew friends. I hope to see everybody at the next GT again. Till next year!&lt;/p&gt;</description>
	<pubDate>Mon, 22 Oct 2007 22:09:19 +0000</pubDate>
</item>
<item>
	<title>Arje Cahn (Hippo): Investing in open source</title>
	<guid>http://blogs.hippo.nl/arje/2007/10/investing_in_open_source.html</guid>
	<link>http://blogs.hippo.nl/arje/2007/10/investing_in_open_source.html</link>
	<description>&lt;p&gt;I felt sad for Lars - one of my &lt;a href=&quot;http://cocoon.apache.org&quot;&gt;Cocoon&lt;/a&gt; buddies - when he told me that &lt;a href=&quot;http://www.mindquarry.com&quot;&gt;his company&lt;/a&gt; &lt;a href=&quot;http://weblogs.goshaky.com/weblogs/lars/entry/continuing_mindquarry&quot;&gt;lost its primary investor&lt;/a&gt;. They're now forced to close</description>
	<pubDate>Thu, 11 Oct 2007 16:01:49 +0000</pubDate>
</item>
<item>
	<title>Niels van Kampenhout (Hippo): Hippo CMS 6.05.01 and 6.04.03 maintenance releases</title>
	<guid>http://blogs.hippo.nl/niels/2007/10/hippo_cms_60501_and_60403_main.html</guid>
	<link>http://blogs.hippo.nl/niels/2007/10/hippo_cms_60501_and_60403_main.html</link>
	<description>&lt;h2&gt;Hippo CMS v6.05.01 released&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;http://www.hippo.nl&quot;&gt;Hippo&lt;/a&gt; is proud to announce the latest release of Hippo CMS, v6.05.01. This version contains bugfixes and small improvements. For a full list of changes see the release notes:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.hippocms.org/display/CMS/Hippo+CMS+v6.05.01+Release+notes&quot;&gt;http://www.hippocms.org/display/CMS/Hippo+CMS+v6.05.01+Release+notes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hippo CMS v6.05.01 is available as a binary download:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://repository.hippocms.org/hippo-cms/v6.x/hippo-cms-v6.05.01.zip&quot;&gt;http://repository.hippocms.org/hippo-cms/v6.x/hippo-cms-v6.05.01.zip&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The source code is available under the Apache license from our public SVN repository:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://svn.hippocms.org/repos/hippo/hippo-cms/tags/Release-CMS-v6_05_01/&quot;&gt;https://svn.hippocms.org/repos/hippo/hippo-cms/tags/Release-CMS-v6_05_01/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/jashaj/1483310441/&quot;&gt;&lt;img src=&quot;http://farm2.static.flickr.com/1064/1483310441_773dcd8bb9_m.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;Hippo CMS v6.04.03 released&lt;/h2&gt;

&lt;p&gt;Also released is a maintenance release in the 6.04.xx branch, v6.04.03. This version contains mainly bugfixes. For a full list of changes see the release notes:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.hippocms.org/display/CMS/Hippo+CMS+v6.04.03+Release+notes&quot;&gt;http://www.hippocms.org/display/CMS/Hippo+CMS+v6.04.03+Release+notes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hippo CMS v6.04.03 is available as a binary download:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://repository.hippocms.org/hippo-cms/v6.x/hippo-cms-v6.04.03.zip&quot;&gt;http://repository.hippocms.org/hippo-cms/v6.x/hippo-cms-v6.04.03.zip&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The source code is available under the Apache license from our public SVN repository:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://svn.hippocms.org/repos/hippo/hippo-cms/tags/Release-CMS-v6_04_03/&quot;&gt;https://svn.hippocms.org/repos/hippo/hippo-cms/tags/Release-CMS-v6_04_03/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;Thanks&lt;/h2&gt;

&lt;p&gt;Thanks to everyone who contributed to these releases!&lt;/p&gt;

&lt;p&gt;The Hippo CMS development team&lt;br /&gt;
&lt;/p&gt;</description>
	<pubDate>Thu, 11 Oct 2007 13:02:02 +0000</pubDate>
</item>
<item>
	<title>Jasha Joachimsthal (Hippo): My presentation on CocoonGT</title>
	<guid>http://blogs.hippo.nl/jasha/2007/10/my_presentation_on_cocoongt.html</guid>
	<link>http://blogs.hippo.nl/jasha/2007/10/my_presentation_on_cocoongt.html</link>
	<description>&lt;p&gt;&lt;/p&gt;</description>
	<pubDate>Mon, 08 Oct 2007 07:01:46 +0000</pubDate>
</item>
<item>
	<title>Jasha Joachimsthal (Hippo): Looking back at the Cocoon GetTogether</title>
	<guid>http://blogs.hippo.nl/jasha/2007/10/looking_back_at_the_cocoon_get.html</guid>
	<link>http://blogs.hippo.nl/jasha/2007/10/looking_back_at_the_cocoon_get.html</link>
	<description>&lt;p&gt;When I look to the right I see the lights of Rome. The plane just left Fiumicino and is flying back to Amsterdam. From chaos and last minute crisis management back to the over-organized northern Europe. From pizza and pasta back to a cheese sandwich. However I wasn't in Rome just for fun, althoug</description>
	<pubDate>Fri, 05 Oct 2007 22:01:15 +0000</pubDate>
</item>
<item>
	<title>Jeroen Reijn (Hippo): Cocoon GT 2007 Day 1</title>
	<guid>http://blogs.hippo.nl/reijn/2007/10/cocoon_gt_2007_day_1.html</guid>
	<link>http://blogs.hippo.nl/reijn/2007/10/cocoon_gt_2007_day_1.html</link>
	<description>&lt;p&gt;The first day of the &lt;a href=&quot;http://www.cocoongt.org&quot; target=&quot;_blank&quot;&gt;Cocoon GetTogether 2007&lt;/a&gt; Hackathon has just ended and I have to say the it's great to be in Rome. We've been really lucky with the beautiful weather here. It's about 26 degrees Celsius,lots of sunshine and a perfect blue sky and it appears to stay that way for the next couple of days. The past 1,5 day have been great. Italy is such a wonderful country.&lt;/p&gt;

&lt;p&gt;Our journey started on tuesday when Arthur, Jasha and I left the Hippo office around 4pm and took a cab to Schiphol airport, where we met Arje. The check-in went pretty smooth and after a while we boarded the plane. During the flight to Rome we had a great view of the Italian Alps, because of the great weather, which ended in some beautiful images.&lt;br /&gt;
&lt;/p&gt;</description>
	<pubDate>Thu, 04 Oct 2007 11:16:55 +0000</pubDate>
</item>
<item>
	<title>Jasha Joachimsthal (Hippo): What happens in Rome...</title>
	<guid>http://blogs.hippo.nl/jasha/2007/10/what_happens_in_rome.html</guid>
	<link>http://blogs.hippo.nl/jasha/2007/10/what_happens_in_rome.html</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/jashaj/1476223666/&quot; title=&quot;Photo Sharing&quot;&gt;&lt;img src=&quot;http://farm2.static.flickr.com/1207/1476223666_4e7f6c276e_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;Cocoonistas&quot; align=&quot;right&quot; hspace=&quot;5&quot; vspace=&quot;5&quot; /&gt;&lt;/a&gt; The weather is lovely, the women are pretty, the food and wine are great and the espresso is keeping me awake. But these were (not) the real reasons I am in Rome. After 5 Cocoon GetTogether in the lower countries the Italians decided to organize one. They found a great place for the hackaton: the zoo! We're here surrounded by wild animals, palm trees and families with kids. Once in a while the families decide they want to see what the Homo Sapiens Computerus does in the zoo with a computer. Then we look back and they run away, scared of the pale skins.&lt;/p&gt;

&lt;p&gt;Yesterday I spent most of the time meeting people, explaining Hippo CMS, the project wizard and pimping my demo a bit. I still have to practice my demo more to make it look really cool tomorrow. I guess it will be hard to present something &quot;new&quot; for Cocoon 2.1 since the talk of the town is 2.2. Jeroen is trying to get a WebDAV connection with Hippo Repository for C22. At the moment his computer downloads a lot of dependencies but he didn't succeed YET in getting it run. Ah well there are worse places to try this than in the shade of a palm tree.&lt;/p&gt;</description>
	<pubDate>Thu, 04 Oct 2007 11:01:27 +0000</pubDate>
</item>
<item>
	<title>Jasha Joachimsthal (Hippo): My first steps with Cocoon 2.2</title>
	<guid>http://blogs.hippo.nl/jasha/2007/09/my_first_steps_with_cocoon_22.html</guid>
	<link>http://blogs.hippo.nl/jasha/2007/09/my_first_steps_with_cocoon_22.html</link>
	<description>&lt;p&gt;Better late than never is maybe the best description of what I did this morning. &lt;a href=&quot;http://cocoon.apache.org/2.2/&quot;&gt;Cocoon 2.2&lt;/a&gt; is about to be released but apart from &lt;a href=&quot;http://www.andrewsavory.com/&quot;&gt;Andrew Savory&lt;/a&gt;'s &lt;a href=&quot;http://people.apache.org/~asavory/apacheconeu2007/&quot;&gt;presentation&lt;/a&gt; on the &lt;a href=&quot;http://eu.apachecon.com&quot;&gt;ApacheCon&lt;/a&gt; I had never seen it running. I finally finished my running projects so I had some time to play with Cocoon 2.2. &lt;/p&gt;

&lt;p&gt;Cocoon 2.2 seems to be better documented than the previous versions so there was actually an &lt;a href=&quot;http://cocoon.apache.org/2.2/1159_1_1.html&quot;&gt;online tutorial&lt;/a&gt; how to make your first application. Maven 2 appeared to be on my system already so I had to remove the old beta version which was from 2005 or so. Luckily this was not rocket science. Then I created a Java project in Eclipse and created my own block in that folder. I shouldn't have done that because I ended up with a double folder structure. Shift-delete, re-create my own block and import that in Eclipse, much better :) I tried to create it from 1.0.0-RC2 because I saw there was a tag for it not knowing Reinhard was working hard releasing all the artifacts today. I had to do it with 1.0.0-RC1 but that worked too. &lt;/p&gt;

&lt;p&gt;1 hour and 2 cups of coffee later I had my first Cocoon 2.2 application running, NOT! The maven Jetty plugin cost me a lot more time. For some unknown reason it couldn't find the right version of some jars so Jetty wouldn't start. I have no experience with Maven 2 at all so I didn't know where to look. &lt;a href=&quot;http://blogs.hippo.nl/reijn/&quot;&gt;Jeroen&lt;/a&gt; was so kind to help me with settings but in the end I had to manual install those jars in my repository. Took some time but finally I had a &quot;Hello World!&quot; on my screen. Getting Cocoon 2.1 run for the first time is much easier but the 2.2 blocks setup is better to maintain in the real world.&lt;/p&gt;

&lt;p&gt;Then it was time for the next step: connect it with Hippo Repository through WebDAV. I added the WebDAV block to the dependencies and recompiled my project. I don't know what I did wrong but I found no WebDAV configuration at all. I checked out the whole 2.2 trunk to find a working sample but by the time I had checked out and compiled that, playtime was over and I had to do other work (and eat a &quot;broodje knakworst&quot;). To be continued during the Cocoon GT hackaton... &lt;br /&gt;
&lt;/p&gt;</description>
	<pubDate>Fri, 28 Sep 2007 19:33:13 +0000</pubDate>
</item>
<item>
	<title>Jeroen Reijn (Hippo): Cocoon GT 2007 update</title>
	<guid>http://blogs.hippo.nl/reijn/2007/09/cocoon_gt_2007_update.html</guid>
	<link>http://blogs.hippo.nl/reijn/2007/09/cocoon_gt_2007_update.html</link>
	<description>&lt;p&gt;It seems the Cocoon GetTogether 2007 &lt;a href=&quot;http://www.cocoongt.org/PROGRAM.html&quot; target=&quot;_blank&quot;&gt;program&lt;/a&gt; is available at the &lt;a href=&quot;http://www.cocoongt.org&quot; target=&quot;_blank&quot;&gt;Cocoon GT&lt;/a&gt; website. I knew Jasha was going to submit a proposal and it seems it has been accepted. &quot;Create your</description>
	<pubDate>Fri, 21 Sep 2007 15:01:26 +0000</pubDate>
</item>
<item>
	<title>Jeroen Reijn (Hippo): Cocoon GT 2007</title>
	<guid>http://blogs.hippo.nl/reijn/2007/09/cocoon_gt_2007.html</guid>
	<link>http://blogs.hippo.nl/reijn/2007/09/cocoon_gt_2007.html</link>
	<description>&lt;p&gt;Well the &lt;a href=&quot;http://cocoon.apache.org/&quot;&gt;Cocoon&lt;/a&gt; GetTogether 2007 is coming up. It's only a bit more then two weeks from now. Have you &lt;a target=&quot;_blank&quot; href=&quot;http://www.cocoongt.org/Registration.html&quot; alt=&quot;Register&quot;&gt;registered&lt;/a&gt;? I know I just did! Be sure to register on time, because the space is limited. I think Rome will be a great place for a GT. I've never been to Rome myself, so I think it's going to be a great experience and I'm definitely going to bring my camera.&lt;/p&gt;
&lt;p&gt;I can't wait to meet up with all my fellow Cocooners, have some laughs, drink some beers, eat some great food and see what's hot in the world of Cocoon. For the hackathon there are some plans to do some Cocoon 2.2 integration with &lt;a href=&quot;http://wicket.apache.org/&quot; alt=&quot;Apache Wicket&quot; target=&quot;_blank&quot;&gt;Apache Wicket&lt;/a&gt;. I've noticed there are a lot of people spending time on Wicket, so it's a framework to take into account.&lt;/p&gt;
&lt;p&gt;Of course there will be a &lt;a target=&quot;_blank&quot; href=&quot;http://www.hippo.nl&quot;&gt;Hippo&lt;/a&gt; team present. You can probably spot us by the blue t-shirt with the big red Hippo's on the back. Have you used the &lt;a href=&quot;http://www.hippocms.org&quot; target=&quot;_blank&quot;&gt;CMS&lt;/a&gt; before or you're perhaps thinking about it, just walk bye and come and have a chat!&lt;/p&gt;
&lt;p&gt;See you in Rome!&lt;/p&gt;</description>
	<pubDate>Fri, 21 Sep 2007 15:01:26 +0000</pubDate>
</item>
<item>
	<title>Jeroen Reijn (Hippo): Hippos on a plane</title>
	<guid>http://blogs.hippo.nl/reijn/2007/09/hippos_in_the_uk.html</guid>
	<link>http://blogs.hippo.nl/reijn/2007/09/hippos_in_the_uk.html</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/reijnj/1416081255/&quot; title=&quot;Photo Sharing&quot; target=&quot;_blank&quot;&gt;
  &lt;img src=&quot;http://farm2.static.flickr.com/1431/1416081255_34a620c76e_m.jpg&quot; alt=&quot;Hippo plus passport&quot; align=&quot;right&quot; border=&quot;0&quot; height=&quot;180&quot; hspace=&quot;5&quot; vspace=&quot;0&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;</description>
	<pubDate>Fri, 21 Sep 2007 10:01:17 +0000</pubDate>
</item>
<item>
	<title>Jasha Joachimsthal (Hippo): Hippo Community Apps released!</title>
	<guid>http://blogs.hippo.nl/jasha/2007/09/hippo_community_apps_released.html</guid>
	<link>http://blogs.hippo.nl/jasha/2007/09/hippo_community_apps_released.html</link>
	<description>&lt;p&gt;Today we released a new version of the &lt;a href=&quot;http://www.hippocms.org/display/CMS/Hippo+Community+Apps&quot;&gt;Hippo Community Apps&lt;/a&gt;. A lot of work has been done in the rewrite of the Newsletter manager and its user interface. This makes the Hippo Community Apps an open source plug in for Hippo CMS to manage mailings and polls. The Hippo Community Apps also contain a Java API for Guest books.&lt;/p&gt;

&lt;p&gt;The major change in the maling functionality is sending one newsletter to multiple mail groups. Each group contains subscribers that are interested in a particular subject.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://blogs.hippo.nl/jasha/mailgroups.html&quot;&gt;&lt;img alt=&quot;Mail groups (click to enlarge)&quot; src=&quot;http://blogs.hippo.nl/jasha/mailgroups-thumb.png&quot; width=&quot;250&quot; height=&quot;193&quot; /&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this version you can define multiple templates for your newsletters. You can send a newsletter in the look and feel of your public website and create an other mailing in the look and feel of your company intranet with links and images resolving to the correct environment. Content and looks are separated which means you only have to create the newsletter document once in the CMS and use it to create several mailings and display it on your website.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://blogs.hippo.nl/jasha/newslettertypes.html&quot;&gt;&lt;img alt=&quot;Templates (click to enlarge)&quot; src=&quot;http://blogs.hippo.nl/jasha/newslettertypes-thumb.png&quot; width=&quot;250&quot; height=&quot;193&quot; /&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The new version contains an import tool for subscribers. Export all your employees or customers from your local database to a CSV file and import them into the newsletter manager. They are immediately subscribed to the mail group of your choice. &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://blogs.hippo.nl/jasha/subscribers.html&quot;&gt;&lt;img alt=&quot;Subscribers listing (click to enlarge)&quot; src=&quot;http://blogs.hippo.nl/jasha/subscribers-thumb.png&quot; width=&quot;250&quot; height=&quot;193&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hippo Community Apps is more than just a tool to manage your mailings. It also contains a graphical user interface to manage polls for your website or intranet. &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://blogs.hippo.nl/jasha/poll.html&quot;&gt;&lt;img alt=&quot;Poll manager (click to enlarge)&quot; src=&quot;http://blogs.hippo.nl/jasha/poll-thumb.png&quot; width=&quot;250&quot; height=&quot;194&quot; /&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Mon, 17 Sep 2007 15:01:30 +0000</pubDate>
</item>
<item>
	<title>Arje Cahn (Hippo): Cocoon GetTogether 2007: When in Rome....</title>
	<guid>http://blogs.hippo.nl/arje/2007/09/cocoon_gettogether_2007_when_i.html</guid>
	<link>http://blogs.hippo.nl/arje/2007/09/cocoon_gettogether_2007_when_i.html</link>
	<description>&lt;p&gt;After two years of &lt;a href=&quot;http://www.cocoongt.org/archive/2005/index.html&quot;&gt;backing&lt;/a&gt; the Cocoon &lt;a href=&quot;http://www.cocoongt.org/archive/2006/index.html&quot;&gt;GetTogether&lt;/a&gt; in Amsterdam, that cold rainy place in Northern Europe, I'm more than happy to let &lt;a href=&quot;http://blogs.hippo.nl/arje/2006/09/behind_the_scenes_of_the_cocoo.html&quot;&gt;Lady Coco&lt;/a&gt;  go to her new &lt;a href=&quot;http://www.sourcesense.com&quot;&gt;foster&lt;/a&gt; &lt;a href=&quot;http://www.rabellino.it/blog/&quot;&gt;parents&lt;/a&gt;. The Cocoon community is moving back to its Mediterranean roots: Rome!&lt;/p&gt;

&lt;p&gt;For the sixth time (it's becoming a serious tradition by now) I and the other &lt;a href=&quot;http://www.hippo.nl&quot;&gt;Hippo brains&lt;/a&gt; will be there. And even if you have only the slightest interest in &lt;a href=&quot;http://cocoon.apache.org&quot;&gt;Apache Cocoon&lt;/a&gt;, you should be there, too!&lt;/p&gt;

&lt;p&gt;Since I like the &lt;a href=&quot;http://www.cocoongt.org&quot;&gt;Cocoon GT&lt;/a&gt; so much, and want everyone to come on over, I'm hereby adding *&lt;b&gt;all three&lt;/b&gt;* Cocoon GetTogether banners to my blog. So here you go.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;http://www.cocoongt.org/&quot;&gt;&lt;img border=&quot;1&quot; src=&quot;http://www.cocoongt.org/images/cocoon_gt_2007_125x125.jpg&quot; alt=&quot;Cocoon GetTogether 2007&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;http://www.cocoongt.org/&quot;&gt;&lt;img border=&quot;1&quot; src=&quot;http://www.cocoongt.org/images/cocoon_gt_2007_235x60.jpg&quot; alt=&quot;Cocoon GetTogether 2007&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;a href=&quot;http://www.cocoongt.org/&quot;&gt;&lt;img border=&quot;1&quot; src=&quot;http://www.cocoongt.org/images/cocoon_gt_2007_470x60.jpg&quot; alt=&quot;Cocoon GetTogether 2007&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;;-)&lt;/p&gt;

&lt;p&gt;See you all in Rome!&lt;/p&gt;

&lt;p&gt;UPDATE: Obviously, the real reason for &lt;a href=&quot;http://www.hippo.nl&quot;&gt;us&lt;/a&gt; coming to Italy is that some genius has translated &lt;a href=&quot;http://www.hippocms.org&quot;&gt;Hippo CMS&lt;/a&gt; into &lt;a href=&quot;http://blogs.hippo.nl/reijn/2007/09/hippo_cms_in_italian.html&quot;&gt;Italian&lt;/a&gt; now. Nice job,  Marco :-)&lt;/p&gt;</description>
	<pubDate>Fri, 14 Sep 2007 14:01:15 +0000</pubDate>
</item>
<item>
	<title>Jeroen Reijn (Hippo): Hippo CMS in Italian</title>
	<guid>http://blogs.hippo.nl/reijn/2007/09/hippo_cms_in_italian.html</guid>
	<link>http://blogs.hippo.nl/reijn/2007/09/hippo_cms_in_italian.html</link>
	<description>&lt;p&gt;The great thing of having an Open Source CMS is getting feedback and contributions from the community. Last night I had such a moment when Marco Casavecchia Morganti send me an email that he had translated &lt;a href=&quot;http://www.hippocms.org&quot; target=&quot;_blank&quot;&gt;Hippo CMS&lt;/a&gt; entirely to Italian. He wondered if we were interested in the Italian translations? Sure we are! As a matter of fact I committed the translations today into the trunk and 6.05 branch of the CMS. So the 6.05.01 release will also have an Italian translation pack.

&lt;p&gt;&lt;a href=&quot;http://blogs.hippo.nl/reijn/images/italian-hippo.png&quot; target=&quot;_blank&quot;&gt;&lt;br /&gt;
&lt;img alt=&quot;Italian Hippo CMS&quot; src=&quot;http://blogs.hippo.nl/reijn/images/italian-hippo.png&quot; width=&quot;414&quot; height=&quot;269&quot; /&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks again Marco for you contribution!&lt;br /&gt;
&lt;/p&gt;&lt;/p&gt;</description>
	<pubDate>Wed, 12 Sep 2007 15:01:35 +0000</pubDate>
</item>
<item>
	<title>Arje Cahn (Hippo): Developers update: Defining facets in Hippo Repository 2.0</title>
	<guid>http://blogs.hippo.nl/arje/2007/09/status_update_defining_facets.html</guid>
	<link>http://blogs.hippo.nl/arje/2007/09/status_update_defining_facets.html</link>
	<description>&lt;p&gt;By (not) organizing the hierarchy of the content repository upfront, but by allowing it to grow dynamically based on meta data, I hope we can adhere to &lt;a href=&quot;http://wiki.apache.org/jackrabbit/DavidsModel#head-7e1bea156cb9b0a91a9cac70cb5bea80f45372b8&quot;&gt;David Neuscheler's Rule #1&lt;/a&gt;, which was inspired by Stefano's &quot;&lt;a href=&quot;http://www.betaversion.org/~stefano/linotype/news/93/&quot;&gt;Data first vs Structure first&lt;/a&gt;&quot; blogposting.&lt;/p&gt;

&lt;p&gt;In the core of &lt;a href=&quot;http://www.hippocms.org/display/HREPTWO/Hippo+Repository+2+project+documentation&quot;&gt;Hippo Repository 2&lt;/a&gt;, we're building a faceted representation of physical folders in &lt;a href=&quot;http://Jackrabbit.apache.org&quot;&gt;Jackrabbit&lt;/a&gt;. Those virtual trees are again exposed as 'normal' &lt;a href=&quot;http://www.jcp.org/en/jsr/detail?id=170&quot;&gt;JCR&lt;/a&gt; nodes, and can be used to represent all kinds of data in all kinds of different structures purely defined by their meta information.&lt;/p&gt;

&lt;p&gt;Since this a bit of an abstract concept, I've recorded a little demo movie of how this works using the Hippo Repository 2.0 Showcase. Please be warned that this is a developers-only screening :)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://blogs.hippo.nl/arje/2007/09/10/Faceted first demo 2.camrec.html&quot;&gt;&lt;img alt=&quot;screenshot.jpg&quot; src=&quot;http://blogs.hippo.nl/arje/2007/09/10/screenshot.jpg&quot; width=&quot;421&quot; height=&quot;410&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Still a work in progress, we're aiming for a first release this November. Yes, we're still in Beta :). But not Web 2.0 style - we actually *like* getting feedback from people during development. Don't hesitate to &lt;a href=&quot;http://svn.hippocms.org/repos/hippo/hippo-repository-2/&quot;&gt;checkout the code&lt;/a&gt;, read the &lt;a href=&quot;http://www.hippocms.org/display/HREPTWO/HOWTO+Startup+the+Hippo+ECM+Playground&quot;&gt;Getting Started docs&lt;/a&gt;, and give us some &lt;a href=&quot;http://www.hippocms.org/display/HREPTWO/Feedback&quot;&gt;feedback&lt;/a&gt;. &lt;/p&gt;</description>
	<pubDate>Tue, 11 Sep 2007 09:30:14 +0000</pubDate>
</item>
<item>
	<title>Jasha Joachimsthal (Hippo): Cocoon 2.2 at the GetTogether</title>
	<guid>http://blogs.hippo.nl/jasha/2007/09/cocoon_22_at_the_gettogether.html</guid>
	<link>http://blogs.hippo.nl/jasha/2007/09/cocoon_22_at_the_gettogether.html</link>
	<description>&lt;p&gt;Cocoon 2.2 is about to be released and I'm going to try to build a website with it. It shouldn't be rocket science, but I'm curious to see how hard or how easy it will be. At Hippo we spent a lot of effort in creating a &lt;a href=&quot;http://blogs.hippo.nl/niels/2007/08/its_a_kind_of_magic.html&quot;&gt;Project Wizard&lt;/a&gt; so if I start a new project I don't have to think about the initial set up. It's time we don't want to spend but it also makes you kind of lazy. I noticed it first when I started at Hippo. Arjé gave me some exercises  with the Cocoon core. For the exercises extra blocks were needed and my colleagues had to dig into their memory how to add them. When we build a website we only have to add the block to the build process and we're done. Getting a &quot;Hello World&quot; from Cocoon 2.2 won't be hard, but how easy will it be to connect to Hippo Repository and do DASL queries?&lt;br /&gt;
I'll find out soon and hope to talk about it on the CocoonGT in Rome. &lt;/p&gt;</description>
	<pubDate>Fri, 07 Sep 2007 11:01:47 +0000</pubDate>
</item>
<item>
	<title>Niels van Kampenhout (Hippo): Hippo CMS 6.05.00 Released</title>
	<guid>http://blogs.hippo.nl/niels/2007/08/hippo_cms_60500_released.html</guid>
	<link>http://blogs.hippo.nl/niels/2007/08/hippo_cms_60500_released.html</link>
	<description>&lt;p&gt;Hippo is proud to announce the new release of Hippo CMS.&lt;/p&gt;

&lt;p&gt;The latest version is available as a binary package at:&lt;br /&gt;
&lt;a href=&quot;http://repository.hippocms.org/hippo-cms/v6.x/hippo-cms-v6.05.00.zip&quot;&gt;http://repository.hippocms.org/hippo-cms/v6.x/hippo-cms-v6.05.00.zip&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The source code is available from the Subversion repository:&lt;br /&gt;
&lt;a href=&quot;https://svn.hippocms.org/repos/hippo/hippo-cms/tags/Release-CMS-v6_05_00/&quot;&gt;https://svn.hippocms.org/repos/hippo/hippo-cms/tags/Release-CMS-v6_05_00/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This release contains major improvements. Highlights are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Event cached GUI for improved performance and user experience&lt;/li&gt;
&lt;li&gt;Based on latest stable Cocoon 2.1.10&lt;/li&gt;
&lt;li&gt;Weblogic compatibility&lt;/li&gt;
&lt;li&gt;Simplified configuration&lt;/li&gt;
&lt;li&gt;Support for server configuration in external location&lt;/li&gt;
&lt;li&gt;Support for new Hippo Community Apps add-on&lt;/li&gt;
&lt;li&gt;Many bugfixes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A detailed list of changes can be found at:&lt;br /&gt;
&lt;a href=&quot;http://www.hippocms.org/display/CMS/Hippo+CMS+v6.05.00+Release+notes&quot;&gt;http://www.hippocms.org/display/CMS/Hippo+CMS+v6.05.00+Release+notes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;An upgrade guide from version 6.04 to 6.05 is available at:&lt;br /&gt;
&lt;a href=&quot;http://www.hippocms.org/display/CMS/Hippo+CMS+v6.04+to+v6.05+upgrade+path&quot;&gt;http://www.hippocms.org/display/CMS/Hippo+CMS+v6.04+to+v6.05+upgrade+path&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Many thanks to those who contributed to this release!&lt;/p&gt;

&lt;p&gt;The Hippo CMS development team&lt;br /&gt;
&lt;/p&gt;</description>
	<pubDate>Wed, 29 Aug 2007 14:12:41 +0000</pubDate>
</item>
<item>
	<title>Arje Cahn (Hippo): Hippo is hiring... Java pros!</title>
	<guid>http://blogs.hippo.nl/arje/2007/08/hippo_is_hiring.html</guid>
	<link>http://blogs.hippo.nl/arje/2007/08/hippo_is_hiring.html</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.hippo.nl/en/home&quot;&gt;Hippo&lt;/a&gt; is looking for kick ass Java developers to join our product development team. If you happen to know anyone that would fit the profile, I'd really appreciate it if you could get us in touch.. &lt;/p&gt;

&lt;p&gt;BTW, we're also looking for consultants, web developers and open source community builders.. In short, we need lots of people :-)&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Job Title: Senior Java Developers (product development)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Hippo is looking for experienced Java programmers who would like to work in a dynamic and open environment that emphasizes individual initiative and is deeply involved in the Apache open source community. &lt;/p&gt;

&lt;p&gt;We're expanding our Java development teams, and are looking for developers to work on our CMS, Portal and Repository products. &lt;/p&gt;

&lt;p&gt;Profile: &lt;/p&gt;

&lt;p&gt;* Academic qualification in IT &lt;br /&gt;
* Relevant work experience &lt;br /&gt;
* Good knowledge of Java &lt;br /&gt;
* Experience in developing server applications &lt;br /&gt;
* Affinity with open source, Apache in particular &lt;/p&gt;

&lt;p&gt;Knowledge of the following items is desirable: &lt;/p&gt;

&lt;p&gt;* Apache Cocoon, Jackrabbit or Jetspeed &lt;br /&gt;
* Content management systems &lt;br /&gt;
* Portal development &lt;/p&gt;

&lt;p&gt;Hippo is the developer of the open source enterprise content management system Hippo ECM, a native XML content management platform, and Hippo Portal, an open source portal container. &lt;/p&gt;

&lt;p&gt;The level of knowledge within Hippo is high, oriented specifically towards XML and Java. Staff are encouraged to investigate new technologies. In particular, emerging technologies from within the open source community and the W3C are followed closely. Where possible, Hippo participates in open source projects. Researching and developing new applications before the market is even demanding them, is a challenge we face every day. &lt;/p&gt;

&lt;p&gt;Hippo develops software for a market that is changing on a daily basis. It is therefore important that we respond quickly to new developments, but all the while keeping an eye on the continuity of the existing products. As well as creativity, all staff are therefore expected to have a well-developed feeling for their own responsibility. &lt;/p&gt;

&lt;p&gt;The company’s distinguishing characteristics are the short communication lines, a customer-friendly attitude and the use of the newest technologies, with personal creativity and an eye for detail being highly valued. &lt;/p&gt;

&lt;p&gt;For more information, visit our website: &lt;br /&gt;
* &lt;a href=&quot;http://www.hippo.nl&quot;&gt;www.hippo.nl&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Or visit our community site: &lt;br /&gt;
* &lt;a href=&quot;http://www.hippocms.org&quot;&gt;www.hippocms.org&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Got questions? Don't hesitate to mail me directly at arje (@) apache dot org. &lt;/p&gt;</description>
	<pubDate>Fri, 24 Aug 2007 16:01:40 +0000</pubDate>
</item>
<item>
	<title>Arje Cahn (Hippo): Hippo ECM platform: a pluggable, scalable, Java content management platform. Part II.</title>
	<guid>http://blogs.hippo.nl/arje/2007/08/hippo_ecm_platform_a_pluggable.html</guid>
	<link>http://blogs.hippo.nl/arje/2007/08/hippo_ecm_platform_a_pluggable.html</link>
	<description>&lt;p&gt;Yesterday we discussed our development schedule for the upcoming half year. In the next couple of months we will be working on Hippo ECM release 1.0, which contains Hippo CMS 7 and Hippo Repository version 2. Also included in this package will be Hippo Portal release 1 and Hippo DMS release 1. The result will be a complete package for content management in the enterprise. The last two components, Portal and DMS have been anticipated by Hippo for a long period of time already, but have never been released as separate software products. Combined with the fact that the numbering of our current version of the CMS and Repository is out of sync with each other, we decided to add clarity by combining all the different tools into one clear package called Hippo ECM.&lt;/p&gt;

&lt;h2&gt;Towards a new architecture&lt;/h2&gt;

&lt;p&gt;Hippo ECM will be focusing on providing the developer with a stable toolkit of open source enterprise content management components. Individual components of the Hippo ECM toolset will be available to developers setting up their own custom-built applications. But combined all components give the developer the power and flexibility of Hippo's XML querying background and a highly flexible and extensible content management user interface. &lt;/p&gt;

&lt;p&gt;This extensibility is very important to us. Over the years we have noticed that our core public consists of developers using our components to create their own bespoke applications. And not so accidentally this happens to match perfectly with our own vision on open source: a diverse set of reusable components that allow developers to integrate with and develop upon, while at the same time providing a rich and user-friendly interface to the end user. There is no one CMS that provides a solution to all different users for all their different requirements. And we wouldn't want to claim that we do so. But we can get a long way, by cleanly separating concerns and providing a flexible plug-in architecture.  And this is exactly what we are trying to perceive with our new release of Hippo ECM.&lt;/p&gt;

&lt;h2&gt;Plug-ins&lt;/h2&gt;

&lt;p&gt;For the very first release of Hippo ECM, we will stick to a very bare CMS system that provides no more than just the very very basic functionalities one can expect from a content management system. Pretty much all functionalities will be implemented as plug-ins that can be loaded into the skeleton system. Also, all different components will be extendable in such a way that developers can take an existing component and add their own functionalities on top of it.  Developers will be able to share and co-develop their own components in the Hippo Forge, a community with SVN and communication functionalities for the development of Hippo plugins. On all the different layers in Hippo ECM, a plug-in architecture will be implemented. The user interface will allow widgets to be deployed that communicate with back-end plug-ins that have been added to the Hippo Repository. In this way, custom defined workflow actions can be added on repository level that require specific user input and behavior on the UI level, without having to change anything to the core CMS system. &lt;a href=&quot;http://wicket.apache.org&quot;&gt;Apache Wicket&lt;/a&gt; has proven to be an excellent Web framework to develop component based web applications with full Ajax support, and we'll be happy to use it for our upcoming release.&lt;/p&gt;

&lt;h2&gt;Workflow&lt;/h2&gt;

&lt;p&gt;Workflow functionalities are handled from within the Repository solely, and only their presentation part will be handled from within the CMS user interface.  When accessed from within a different application than Hippo CMS, the Repository will take into account document state and permissions, so no illegal actions can be undertaken. Where possible, workflow actions will be exposed through the JCR API.&lt;/p&gt;

&lt;h2&gt;Hippo Portal&lt;/h2&gt;

&lt;p&gt;For Hippo Portal, extensibility comes naturally since it has been developed as a portlet specification compliant environment (JSR-168). Portlets have been designed to separate presentation from back-end application logic, allowing developers to work together on an aggregated view of several underlaying applications without having to take into account their individual behaviors. We will be working with the JSR-286 group to define the portlet 2.0 specifications. Also, we will work with the Apache Wicket community to improve portlet support from within the Wicket Java Web application framework. Apart from the fact that Wicket is a strong framework for developing portlets, this will also allow running individual CMS components (as Wicket apps) &lt;b&gt;within&lt;/b&gt; a larger Portal environment.&lt;/p&gt;

&lt;h2&gt;Hippo DMS&lt;/h2&gt;

&lt;p&gt;When it comes to document management, the plug-in architecture adds the possibility of allowing different content sources and workflows to be plugged in. In the future, Hippo Repository should be able to function as a layer on top of several back-end repositories, only referring to objects in an external repository from within its own global index.  This allows existing legacy repositories or databases to be kept in place, only adding the need for an indexing trigger to be called whenever a change is performed. The global index will be able to define relationships between -- for example -- Word documents, e-mails, and regular XML content in the repository.&lt;/p&gt;

&lt;h2&gt;Up next&lt;/h2&gt;

&lt;p&gt;However, the most interesting part of the new Hippo Repository, and therefor the core of Hippo ECM, will arguably be its built-in faceted navigation support with virtual directory structures. But that's part of the next blog entry!&lt;/p&gt;

&lt;p&gt;Stay tuned.&lt;/p&gt;

&lt;p&gt;Arjé&lt;/p&gt;</description>
	<pubDate>Tue, 21 Aug 2007 11:01:47 +0000</pubDate>
</item>
<item>
	<title>Niels van Kampenhout (Hippo): It's A Kind Of Magic*</title>
	<guid>http://blogs.hippo.nl/niels/2007/08/its_a_kind_of_magic.html</guid>
	<link>http://blogs.hippo.nl/niels/2007/08/its_a_kind_of_magic.html</link>
	<description>&lt;p&gt;Developing Cocoon based web sites in a &lt;a href=&quot;http://www.hippocms.org/&quot;&gt;Hippo CMS&lt;/a&gt; environment just became a lot easier with the help of a little magic: the &lt;a href=&quot;http://www.hippocms.org/display/CMS/Hippo+Cocoon+Project+Wizard&quot;&gt;Hippo Cocoon Project Wizard&lt;/a&gt;. This wizard will get you up</description>
	<pubDate>Mon, 20 Aug 2007 16:26:21 +0000</pubDate>
</item>
<item>
	<title>Jasha Joachimsthal (Hippo): Wii @ Hippo</title>
	<guid>http://blogs.hippo.nl/jasha/2007/08/wii_hippo.html</guid>
	<link>http://blogs.hippo.nl/jasha/2007/08/wii_hippo.html</link>
	<description>&lt;p&gt;Being an employee at Hippo usually means working hard on projects. Being an employee at Hippo also means having fun from time to time. Not only during lunch time when we have good food and funny discussions or on Friday afternoon when the the cold bottles of Amstel beer are opened. We have a dart</description>
	<pubDate>Fri, 17 Aug 2007 20:01:08 +0000</pubDate>
</item>
<item>
	<title>Jeroen Reijn (Hippo): Conferences coming up</title>
	<guid>http://blogs.hippo.nl/reijn/2007/08/conferences_coming_up.html</guid>
	<link>http://blogs.hippo.nl/reijn/2007/08/conferences_coming_up.html</link>
	<description>&lt;p&gt;The vacation period is almost over and the conference season is starting up again.  First up is the &lt;a href=&quot;http://www.cocoongt.org/&quot; target=&quot;_blank&quot;&gt;Cocoon GetTogether 2007&lt;/a&gt;. Gianugo recently &lt;a href=&quot;http://marc.info/?l=xml-cocoon-users&amp;m=118660680623150&amp;w=2&quot; target=&quot;_blank&quot;&gt;announced&lt;/a&gt; t</description>
	<pubDate>Thu, 16 Aug 2007 09:59:45 +0000</pubDate>
</item>
<item>
	<title>Jasha Joachimsthal (Hippo): Cocoon GetTogether 2007</title>
	<guid>http://blogs.hippo.nl/jasha/2007/08/cocoon_gettogether_2007.html</guid>
	<link>http://blogs.hippo.nl/jasha/2007/08/cocoon_gettogether_2007.html</link>
	<description>&lt;p&gt;It's official now. The &lt;a href=&quot;http://www.cocoongt.org/&quot;&gt;Cocoon GetTogether&lt;/a&gt; (GT) will take place on October 3-5 in Rome. Last year I attended my first GT in Amsterdam, the city I sort of grew up. I've been in Rome before and the city is worth seeing again. The first day is for the hackaton.</description>
	<pubDate>Wed, 08 Aug 2007 22:03:42 +0000</pubDate>
</item>
<item>
	<title>Jasha Joachimsthal (Hippo): Hippo Community Apps</title>
	<guid>http://blogs.hippo.nl/jasha/2007/08/hippo_community_apps_1.html</guid>
	<link>http://blogs.hippo.nl/jasha/2007/08/hippo_community_apps_1.html</link>
	<description>&lt;p&gt;Writing a blog seems so easy. Just write about what's going on in your life, at work or what you read in the newspaper or on the internet. While making this entry I found out that writing about your work on the company weblog is more difficult than a personal blog. But this is also an opportunity</description>
	<pubDate>Mon, 06 Aug 2007 18:26:19 +0000</pubDate>
</item>
<item>
	<title>Arje Cahn (Hippo): Neglect Leads To Problems</title>
	<guid>http://blogs.hippo.nl/arje/2007/07/apache_most_actively_abused_fo.html</guid>
	<link>http://blogs.hippo.nl/arje/2007/07/apache_most_actively_abused_fo.html</link>
	<description>&lt;p&gt;Pretty annoying article on the website of a very respectable Dutch IT magazine:&lt;br /&gt;
&lt;blockquote&gt;Apache most actively abused for malware&lt;/blockquote&gt;&lt;br /&gt;
(Source: &lt;a href=&quot;http://www.computable.nl/nieuws.jsp?id=2065900&amp;WT.mc_id=nb&quot;&gt;Computable&lt;/a&gt;. Original title: &quot;Apache vaakst misbruikt voor malware&quot;)&lt;/p&gt;

&lt;p&gt;The article was inspired by a press release from anti-virus and anti-spam vendor &lt;a href=&quot;http://www.sophos.com&quot;&gt;Sophos&lt;/a&gt;. My &lt;a href=&quot;http://en.wikipedia.org/wiki/Fear%2C_uncertainty_and_doubt&quot;&gt;FUD&lt;/a&gt; sensors go beserk...&lt;/p&gt;

&lt;p&gt;Damn liars!&lt;/p&gt;

&lt;p&gt;That's Geek Defense: if you're so angry that you're unable to come up with any real arguments, simply blame the Big Corporations and call them liars.&lt;/p&gt;

&lt;p&gt;Now I'm a strong believer of open source, especially when it comes to Apache, but I'm not the kind of person to run around calling other people liars just because they're being critical. Criticism is good. After all, it's what makes open source work.&lt;/p&gt;

&lt;p&gt;So, after reading the original press release and some of Sophos' security reports I feel a lot better. Sophos is not so &lt;a href=&quot;http://www.wired.com/wired/archive/11.01/google.html&quot;&gt;evil&lt;/a&gt; after all. Actually, they're taking extreme care to be as independent as possible (of course they are). Their general advice - &quot;make sure your Apache installation is up to date&quot; - sounds reasonable and scarily familiar.&lt;/p&gt;

&lt;p&gt;While reading along on the Sophos website, I notice that the original press release is not about Apache. It's about the latest hype in security land: malware that attacks webpages that might be hosted &lt;i&gt;on&lt;/i&gt; Apache.&lt;/p&gt;

&lt;p&gt;But as it happens, the press release is picked up by journalists and interpreted as being entirely about Apache. And in true Web 2.0 reporting style, they mesh-up their articles by using exactly the wrong bits and pieces from the wrong press releases and blog entries all coming from the same company. But let's be honest here: no press release has ever been sent out by a commercial company if they weren't in it for the money. Sophos is not saying anything wrong, it's just dropping some information here and there, waiting to be picked up by journalists that can't wait to write something that will shock their audience.&lt;/p&gt;</description>
	<pubDate>Tue, 31 Jul 2007 17:01:24 +0000</pubDate>
</item>
<item>
	<title>Arje Cahn (Hippo): Hippo Enterprise Content Platform: a pluggable, scalable, Java content management platform. Part I.</title>
	<guid>http://blogs.hippo.nl/arje/2007/07/hippo_cms_move_to_100_java_alm.html</guid>
	<link>http://blogs.hippo.nl/arje/2007/07/hippo_cms_move_to_100_java_alm.html</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.hippo.nl/en/home&quot;&gt;We&lt;/a&gt;'ve jumped into our code suits and have been plumbing like crazy on the next release of our CMS platform. In the upcoming series of blogpostings, I'll try to dig into why and how we want to accomplish the goals set forward in our &lt;a href=&quot;http://www.hippocms.org/display/HREPTWO/Roadmap&quot;&gt;roadmap&lt;/a&gt;. If you feel like participating, tune in @ &lt;a href=&quot;http://www.hippocms.org/display/HREPTWO&quot;&gt;http://www.hippocms.org/display/HREPTWO&lt;/a&gt;, or subscribe to our mailinglist at hipporepos-dev-subscribe at lists.hippocms.org.&lt;/p&gt;

&lt;h2&gt;Part 1: How we got here&lt;/h2&gt;
The first stable distribution of &lt;a href=&quot;http://www.hippocms.org&quot;&gt;Hippo CMS&lt;/a&gt; version 6 was released in June 2004. With this new release, we introduced a fresh architecture where the CMS and its content repository were separated components running as different server applications. This separation of concerns on setup level has been one of the main drivers for the success of Hippo CMS v6.0. It allowed for complex integrations with external systems while keeping a strong focus on an easy to understand user interface for the end-user.

&lt;p&gt;&lt;a href=&quot;http://blogs.hippo.nl/arje/Infographics%20-%20abstract%20process%20-%20met%20java%20adapter%20.html&quot;&gt;&lt;img align=&quot;center&quot; alt=&quot;Infographics%20-%20abstract%20process%20-%20met%20java%20adapter_small.JPG&quot; src=&quot;http://blogs.hippo.nl/arje/Infographics%20-%20abstract%20process%20-%20met%20java%20adapter_small.JPG&quot; width=&quot;471&quot; height=&quot;152&quot; /&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;/p&gt;</description>
	<pubDate>Thu, 26 Jul 2007 14:11:56 +0000</pubDate>
</item>
<item>
	<title>Niels van Kampenhout (Hippo): New Hippo CMS releases</title>
	<guid>http://blogs.hippo.nl/niels/2007/07/new_hippo_cms_releases.html</guid>
	<link>http://blogs.hippo.nl/niels/2007/07/new_hippo_cms_releases.html</link>
	<description>&lt;p&gt;I just released &lt;a href=&quot;http://lists.hippo.nl/pipermail/hippocms-dev/2007-July/003429.html&quot;&gt;Hippo CMS 6.03.08&lt;/a&gt; (a maintenance release fixing minor bugs in the 6.03.xx branch) and a brand new &lt;a href=&quot;http://lists.hippo.nl/pipermail/hippocms-dev/2007-July/003430.html&quot;&gt;Hippo CMS 6.04.02&lt;/a&gt; (the latest stable version).&lt;/p&gt;

&lt;p&gt;Release notes:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.hippocms.org/display/CMS/Hippo+CMS+v6.03.08+Release+notes&quot;&gt;http://www.hippocms.org/display/CMS/Hippo+CMS+v6.03.08+Release+notes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.hippocms.org/display/CMS/Hippo+CMS+v6.04.02+Release+notes&quot;&gt;http://www.hippocms.org/display/CMS/Hippo+CMS+v6.04.02+Release+notes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the next few weeks we will focus on stabilizing the trunk so we can work towards a 6.05.00 release. This will contain many major improvements, including:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Significant GUI performance improvements&lt;/li&gt;
  &lt;li&gt;Upgrade to Cocoon 2.1.10&lt;/li&gt;
  &lt;li&gt;Improved compatibility with Weblogic&lt;/li&gt;
&lt;/ul&gt;</description>
	<pubDate>Wed, 25 Jul 2007 10:01:39 +0000</pubDate>
</item>
<item>
	<title>Arje Cahn (Hippo): On predicting the future, selling software and Restating the Obvious</title>
	<guid>http://blogs.hippo.nl/arje/2007/07/my_favorite_quote_from_the.html</guid>
	<link>http://blogs.hippo.nl/arje/2007/07/my_favorite_quote_from_the.html</link>
	<description>&lt;p&gt;My favorite quote from the Hitchhikers Guide to the Galaxy:&lt;/p&gt;

&lt;blockquote&gt;&quot;One of the things Ford Prefect had always found hardest to understand about humans was their habit of continuously stating and repeating the very very obvious, as in 'It's a nice day', or 'You're very tall', or 'Oh dear</description>
	<pubDate>Fri, 13 Jul 2007 13:01:12 +0000</pubDate>
</item>
<item>
	<title>Jeroen Reijn (Hippo): Hippo CMS on Ohloh.net</title>
	<guid>http://blogs.hippo.nl/reijn/2007/07/hippo_cms_on_ohlohnet.html</guid>
	<link>http://blogs.hippo.nl/reijn/2007/07/hippo_cms_on_ohlohnet.html</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.hippocms.org&quot; target=&quot;_blank&quot;&gt;Hippo CMS&lt;/a&gt; is getting a lot of attention in the Netherlands and around Europe these days, but of course our goal is to make it a world-wide well known product. The only way to achieve that is by promoting it a bit more then letting the product</description>
	<pubDate>Wed, 04 Jul 2007 22:40:29 +0000</pubDate>
</item>
<item>
	<title>Arje Cahn (Hippo): Information patterns: The mood board</title>
	<guid>http://blogs.hippo.nl/arje/2007/07/mood_board_pattern_recognition.html</guid>
	<link>http://blogs.hippo.nl/arje/2007/07/mood_board_pattern_recognition.html</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://blogs.hippo.nl/arje/moodboard-big11.html&quot;&gt;</description>
	<pubDate>Wed, 04 Jul 2007 19:59:39 +0000</pubDate>
</item>
<item>
	<title>Arje Cahn (Hippo): Working from New York</title>
	<guid>http://blogs.hippo.nl/arje/2007/06/working_from_new_york.html</guid>
	<link>http://blogs.hippo.nl/arje/2007/06/working_from_new_york.html</link>
	<description>&lt;p&gt;My plane touched down on Saturday afternoon, so I've had about 48 hours of New York and I guess that means it's about time I told folks at home what I'm up to...&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;blog%20ny%20tower.JPG&quot; src=&quot;http://blogs.hippo.nl/arje/blog%20ny%20tower.JPG&quot; width=&quot;162&quot; height=&quot;242&quot; align=&quot;right&quot; /&gt;It's Monday evening, 21:00 hours, and I'm sitting in Bryant Park, together with a thousand others watching the big HBO screen that will soon start showing the 1951 black-and-white movie &quot;The Thing From Another World&quot;. Again, I'm impressed by the extremely friendly Americans, but although I'm sure they are, I'm afraid it's not just that, but also my standards that are horribly lowered by the blunt Amsterdam bar staff.&lt;/p&gt;

&lt;p&gt;My time has been mostly consumed by writing slides in my room, going out for a cup of Starbucks coffee (with pie! with cake! with chocolate fudge brownie!), and riding up the elevators again to my luxurious temporary office. I've been sick for a week, unable to do any preparations for my presentation at the Enterprise Open Source conference tomorrow afternoon. Got the antibiotics just in time before I hopped onto the plane and arrived pretty healthy in the Big Apple. As a consequence, I'm seeing an awful lot of my screen and a lot less from this wonderful city.&lt;/p&gt;

&lt;p&gt;And what a wonderful city this is. Living up to their right for their Pursuit of Happiness, the New Yorkers want every little bit of life to be as comfortable as can be. And because there's so many of them stacked in office buildings 100 stories high, every street block appears to be a little village on its own. As a result, nearly every block houses one or two Starbucks shops, several deli's, barbers, and everything else you could possibly need. And it's all so *huge*. Especially the cars; and the coffees.&lt;/p&gt;

&lt;p&gt;My trip to Chinatown, yesterday afternoon, was incredible. I was afraid it would be crowded with tourists (as is Amsterdam Chinatown), but instead it's crowded by, guess what, Chinese. I had a pretty heavy beef noodle soup along with some pork chops (a specialty of the house that I couldn't refuse), which arrived in about 2 minutes, and cost me a total of 6 dollars (roughly 4 euro's). I wasn't hungry for the rest of the day, but apparently that is no reason to not keep thinking about food all the time judging by the permanent proximity of food. Although it's not as bad as in Austin, Texas, where you're supposed to be drinking soda's continuously as well. Over here, I don't see as much soda drinkers, most merely stick to the coffee. And somehow you can get away with drinking such incredible amounts of coffee, as I seem to have been able to do. Normally, I can't take more than 4 regular Hippo cups a day before I go shaking all over, ending my day completely unable to concentrate. Four of those cups is roughly about the size of 1 'grande' Starbucks coffee. Drinking coffee over here feels more like drinking warm chocolate: a cappuccino tastes like milk with a faint spur of coffee. But they stimulate you to raise your intake to such large quantities that eventually, you will take in some caffeine.&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;blog%20ny%20baseball.JPG&quot; src=&quot;http://blogs.hippo.nl/arje/blog%20ny%20baseball.JPG&quot; width=&quot;231&quot; height=&quot;346&quot; align=&quot;right&quot; /&gt;So far for the coffee. My next experience was Central Park, last night, where I was pleasantly surprised by the friendliness of the enormous amount of people in it. Apart from all the other niceties of the park, I really enjoyed the baseball fields where groups of young people, men and women, black and white, were playing their games. It was such a relaxed environment, with so many different people. Some were really good at it, and some were pretty horrible, but that didn't matter. They all had a fun time. And the nice thing about baseball is that you don't have to be an incredible athlete - if you're doing your best, you risk no more than a hundred meters sprint or so.&lt;/p&gt;

&lt;p&gt;This day ends with The Thing (&quot;Captain, it's alive!&quot;) in Bryant Park, a green open area in the middle of Manhattan, where a huge crowd is now enjoying the screening along with the food and drinks they brought along in their brown deli bags. And so am I, but I got to go now and get some rest. My jet lag is still around, and I need to get some sleep for tomorrow. Apart from my talk, Adam Steidley from Bluenog is supposed to take me out somewhere to a bar he 'used to play darts in'. Sounds like a challenge!&lt;/p&gt;</description>
	<pubDate>Tue, 26 Jun 2007 01:40:20 +0000</pubDate>
</item>
<item>
	<title>Arje Cahn (Hippo): XML in the fast lane</title>
	<guid>http://blogs.hippo.nl/arje/2007/06/xml_causes_serious_traffic_jam.html</guid>
	<link>http://blogs.hippo.nl/arje/2007/06/xml_causes_serious_traffic_jam.html</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://blogs.hippo.nl/arje/Afb034.html&quot;&gt;&lt;img alt=&quot;xml-car-small.JPG&quot; src=&quot;http://blogs.hippo.nl/arje/xml-car-small.JPG&quot; width=&quot;363&quot; height=&quot;261&quot; /&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
rrrrrrrrrrrrright..&lt;br /&gt;
(traffic jam in Brussels)&lt;/p&gt;</description>
	<pubDate>Tue, 19 Jun 2007 14:01:53 +0000</pubDate>
</item>
<item>
	<title>Jeroen Reijn (Hippo): Hippo website revamped</title>
	<guid>http://blogs.hippo.nl/reijn/2007/06/hippo_website_revamped.html</guid>
	<link>http://blogs.hippo.nl/reijn/2007/06/hippo_website_revamped.html</link>
	<description>&lt;p&gt;The old Hippo website was created a while ago and it badly needed a redesign. Now it's finally there! If you've not been to the &lt;a href=&quot;http://www.hippo.nl/en/home&quot; target=&quot;_blank&quot;&gt;Hippo website&lt;/a&gt; over the past week, you will probably not have noticed that the entire website has been redesigne</description>
	<pubDate>Wed, 13 Jun 2007 09:01:26 +0000</pubDate>
</item>
<item>
	<title>Arje Cahn (Hippo): Information patterns: Keeping tunes apart</title>
	<guid>http://blogs.hippo.nl/arje/2007/06/information_patterns_keeping_t.html</guid>
	<link>http://blogs.hippo.nl/arje/2007/06/information_patterns_keeping_t.html</link>
	<description>&lt;p&gt;At 9:30 in the evening, I go out to stand still for a moment and listen. Just listen. &lt;img alt=&quot;cows.JPG&quot; src=&quot;http://blogs.hippo.nl/arje/2007/06/05/cows.JPG&quot; width=&quot;277&quot; height=&quot;185&quot; align=&quot;right&quot; /&gt;&lt;br /&gt;
It's right before sundown and the birds are singing their final songs for the day. They sti</description>
	<pubDate>Tue, 05 Jun 2007 13:01:32 +0000</pubDate>
</item>
<item>
	<title>Niels van Kampenhout (Hippo): Hippo Repository Java Adapter Webapp</title>
	<guid>http://blogs.hippo.nl/niels/2007/05/hippo_repository_java_adapter_1.html</guid>
	<link>http://blogs.hippo.nl/niels/2007/05/hippo_repository_java_adapter_1.html</link>
	<description>&lt;p&gt;Wander just &lt;a href=&quot;http://lists.hippo.nl/pipermail/hippocms-dev/2007-May/003063.html&quot;&gt;released&lt;/a&gt; a new version of his &lt;a href=&quot;http://wiki.hippo.nl/display/OS/Hippo+Repository+Java+Adapter&quot;&gt;Hippo Repository Java Adapter&lt;/a&gt;, now including an incredibly handy webapp component. The webapp provi</description>
	<pubDate>Tue, 15 May 2007 15:01:50 +0000</pubDate>
</item>
<item>
	<title>Arje Cahn (Hippo): Open Source in the Netherlands (ApacheCon EU 2007)</title>
	<guid>http://blogs.hippo.nl/arje/2007/05/open_source_in_the_netherlands.html</guid>
	<link>http://blogs.hippo.nl/arje/2007/05/open_source_in_the_netherlands.html</link>
	<description>&lt;p&gt;Damn, it feels good. The Apache conference has been a great success, thanks to all visitors and of a bunch of really great people behind the scenes. Hippo has been pushing hard to help out as Gold sponsor, organizing infrastructure, people and communities. I'm so happy.&lt;/p&gt;

&lt;p&gt;But hey, somewhere, I feel a little bit disappointed. I had expected &lt;b&gt;*much*&lt;/b&gt; more from the Dutch open source community. Where'd you all go?! Looking at the stats, the biggest portion of attendees were from the US, followed by the UK, Germany and after all that, finally, The Netherlands.&lt;/p&gt;

&lt;p&gt;For some reason, and this is a feeling I've had for much longer, Dutch open source people seem way too much concerned with their own little Dutchy communities. &lt;/p&gt;

&lt;p&gt;Hi there! Playing open source means playing out in the open, out in the world! We have such a small country, why don't we talk to the world instead of to ourselves? We've always played a big role internationally. We've sailed the seven seas, we've inhabited countries, we've been traders for ages... And then there's the internet, opening up literally &lt;b&gt;*all*&lt;/b&gt; borders (not just the Schengen ones), and what do we do?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Dutch government invests heavily in open source by developing a pure-Dutch rip off of Sourceforge (what the ??)&lt;/li&gt;
&lt;li&gt;Dutch public broadcasters invest in a Dutch only open source content management system that is virtually dead now and no longer supported because only selected (Dutch) members are allowed to contribute to it (and they're all doing something else now - go on, let the newcomers in!)&lt;/li&gt;
&lt;li&gt;Dutch initiatives for open source conferences get lots of recognition from the media, but as soon as the guys show up that practically invented the web as we know it (the HTTP protocol, the Apache webserver) - all important factors in making open source into a worldwide success.. We run away scared to our little teeny Dutch open source initiatives...?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Where's the innovation in all this? Where is our government's money going? Only investing in local initiatives that will stay local forever, does &lt;b&gt;*not*&lt;/b&gt; work with open source!&lt;/p&gt;

&lt;p&gt;Babies born in The Netherlands practically learn to speak English before they get to speak Dutch. Why the Dutchy thingy? We could be running this show!&lt;/p&gt;

&lt;p&gt;Next year, ApacheCon will be back in Amsterdam again and I'll put all my energy into making it a &lt;b&gt;*much*&lt;/b&gt; &lt;b&gt;*much*&lt;/b&gt; bigger success. We need to get this little country back on the global map!&lt;/p&gt;

&lt;p&gt;Suggestions are welcome.&lt;/p&gt;

&lt;p&gt;&lt;i&gt;Update 09-05-2007: Due to some mailserver problems, posting comments resulted in an infinite loop on the server... Sorry about that.. I fixed the comment script, please feel free to send one in!&lt;/i&gt;&lt;/p&gt;</description>
	<pubDate>Tue, 08 May 2007 17:01:46 +0000</pubDate>
</item>
<item>
	<title>Niels van Kampenhout (Hippo): Hippo CMS 6.04.01 released!</title>
	<guid>http://blogs.hippo.nl/niels/2007/05/hippo_cms_60401_released.html</guid>
	<link>http://blogs.hippo.nl/niels/2007/05/hippo_cms_60401_released.html</link>
	<description>&lt;p&gt;Hippo is proud to announce the new release of Hippo CMS.&lt;/p&gt;

&lt;p&gt;The latest version is available as a binary package at:&lt;br /&gt;
&lt;a href=&quot;http://repository.hippocms.org/hippo-cms/v6.x/hippo-cms-v6.04.01.zip&quot;&gt;http://repository.hippocms.org/hippo-cms/v6.x/hippo-cms-v6.04.01.zip&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The source code is available from the Subversion repository:&lt;br /&gt;
&lt;a href=&quot;https://svn.hippocms.org/repos/hippo/hippo-cms/tags/Release-CMS-v6_04_01/&quot;&gt;https://svn.hippocms.org/repos/hippo/hippo-cms/tags/Release-CMS-v6_04_01/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This release contains many bugfixes and improvements. A detailed list of changes can be found at:&lt;br /&gt;
&lt;a href=&quot;http://www.hippocms.org/display/CMS/Hippo+CMS+v6.04.01+Release+notes&quot;&gt;http://www.hippocms.org/display/CMS/Hippo+CMS+v6.04.01+Release+notes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Many thanks to those who contributed to this release!&lt;/p&gt;

&lt;p&gt;The Hippo CMS development team &lt;/p&gt;</description>
	<pubDate>Tue, 08 May 2007 14:01:13 +0000</pubDate>
</item>
<item>
	<title>Jeroen Reijn (Hippo): Looking back at the ApacheCon EU 2007</title>
	<guid>http://blogs.hippo.nl/reijn/2007/05/looking_back_at_the_apachecon.html</guid>
	<link>http://blogs.hippo.nl/reijn/2007/05/looking_back_at_the_apachecon.html</link>
	<description>&lt;p&gt;
  &lt;img alt=&quot;ApacheCon EU Logo&quot; src=&quot;http://www.eu.apachecon.com/logos/apachecon_125_125.gif&quot; align=&quot;right&quot; border=&quot;0&quot; hspace=&quot;5&quot; vspace=&quot;5&quot; /&gt; Last week I had to finish up some work just before being able to leave for the &lt;a title=&quot;ApacheCon&quot; target=&quot;_blank&quot; href=&quot;http://www.eu.apachecon.com/&quot;&gt;ApacheCon&lt;/a&gt; EU 2007. I wanted to go there on Wednesday, to see Stefano's &lt;a href=&quot;http://www.eu.apachecon.com/program/talk/13&quot;&gt;No-Nonsense Introduction to &quot;semantic web&quot; Technologies&lt;/a&gt; and some Lucene talks, but I got held up until late in the afternoon.
&lt;/p&gt;
&lt;p&gt;After my arrival at the Moevenpick Hotel I teamed up with Jasha to do some preparations for our presentation on Friday. We moved some slides and made some additions to the demo. I was pleased with the ApacheCon being held at the Moevenpick. The hotel was nice and food was good and plenty of drinks during the day time!
&lt;/p&gt;
&lt;p&gt;On Thursday there were a couple of interesting session which I wanted to attend. I started out with Apache Performance Tuning Part 1, which seemed interesting in the beginning, but in the end I noticed that my knowledge of Apache isn't as outdated as expected. Later that afternoon I visited &lt;a href=&quot;http://www.eu.apachecon.com/program/talk/45&quot; target=&quot;_blank&quot;&gt;&quot;Up to Speed with Java Content Repository API and Jackrabbit&quot;&lt;/a&gt; by Alexandru Popescu. I found it to be very interesting, since we're looking into Jackrabbit at the moment at Hippo.
&lt;/p&gt;
&lt;p&gt;
  &lt;img alt=&quot;Jasha and me&quot; src=&quot;http://farm1.static.flickr.com/179/482452727_b4333b374e_m.jpg&quot; align=&quot;left&quot; border=&quot;0&quot; hspace=&quot;5&quot; vspace=&quot;0&quot; /&gt;At the end of Thursday the lightning lottery talks took place and as usual this was a &lt;strong&gt;big&lt;/strong&gt; laugh! I always find them very amusing and the speakers have a good sense of humor. Of course the &lt;a title=&quot;Google&quot; target=&quot;_blank&quot; href=&quot;http://www.google.com&quot;&gt;Google&lt;/a&gt; sponsored beers helped a lot.
&lt;/p&gt;
&lt;p&gt;There were two more serious though of which one of them came by Stefano Mazzocchi. It was something he had to tell the 'Cocoon community' as a whole. Stefano invented &lt;a href=&quot;http://simile.mit.edu/wiki/Butterfly&quot; target=&quot;_blank&quot;&gt;Butterfly&lt;/a&gt; after leaving the message that Cocoon had become too bloated. I agree that Cocoon 2.1 is bloated, but there is a very simple explanation for that: it's lack of dependency management. That's where Cocoon 2.2 does a much better job in combination with Maven 2. I guess I will have to take an even deeper look at Stefano's latest invention, to see what he actually came up with, but it sounds interesting.
&lt;/p&gt;
&lt;p&gt;</description>
	<pubDate>Mon, 07 May 2007 14:00:45 +0000</pubDate>
</item>
<item>
	<title>Niels van Kampenhout (Hippo): Hippo Portal demo and source code available!</title>
	<guid>http://blogs.hippo.nl/niels/2007/05/hippo_portal_demo_and_source_c.html</guid>
	<link>http://blogs.hippo.nl/niels/2007/05/hippo_portal_demo_and_source_c.html</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.hippo.nl&quot;&gt;Hippo&lt;/a&gt; is proud to announce the availability of the Hippo Portal source code under the &lt;a href=&quot;http://repository.hippoforge.org/maven/nl.hippo.portal/docs/hippo-portal-1.06.00/license.html&quot;&gt;Apache license&lt;/a&gt;. Hippo Portal is a set of Java components enabling easy integration of &lt;a href=&quot;http://www.hippocms.org&quot;&gt;Hippo CMS&lt;/a&gt; and Hippo Repository with an &lt;a href=&quot;http://portals.apache.org/jetspeed-2/&quot;&gt;Apache Jetspeed&lt;/a&gt; based portal. The source code is available from the public SVN repository:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://svn.hippoforge.org/repos/hippo/hippo-portal/&quot;&gt;http://svn.hippoforge.org/repos/hippo/hippo-portal/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A prebuilt demo portal application is also available for download:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://repository.hippoforge.org/maven/nl.hippo.portal/docs/hippo-portal-1.06.00/install-demo.html&quot;&gt;http://repository.hippoforge.org/maven/nl.hippo.portal/docs/hippo-portal-1.06.00/install-demo.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Features of Hippo Portal include:&lt;/p&gt;

&lt;p&gt;    * Communication between Hippo Portal and Hippo Repository&lt;br /&gt;
    * Basic data model of a portal user&lt;br /&gt;
    * Concepts used for building portal sites&lt;/p&gt;

&lt;p&gt;More information about Hippo Portal can be found at the &lt;a href=&quot;http://repository.hippoforge.org/maven/nl.hippo.portal/docs/hippo-portal-1.06.00/index.html&quot;&gt;technical documentation site&lt;/a&gt; and &lt;a href=&quot;http://www.hippoportal.org&quot;&gt;project wiki&lt;/a&gt;.&lt;br /&gt;
&lt;/p&gt;</description>
	<pubDate>Tue, 01 May 2007 17:01:37 +0000</pubDate>
</item>
<item>
	<title>Niels van Kampenhout (Hippo): Hippo CMS 6.04.00 Released</title>
	<guid>http://blogs.hippo.nl/niels/2007/04/hippo_cms_60400_released.html</guid>
	<link>http://blogs.hippo.nl/niels/2007/04/hippo_cms_60400_released.html</link>
	<description>&lt;p&gt;Hippo is proud to announce the new release of Hippo CMS.&lt;/p&gt;

&lt;p&gt;The latest version is available as a binary package at:&lt;br /&gt;
&lt;a href=&quot;http://repository.hippocms.org/hippo-cms/v6.x/hippo-cms-v6.04.00.zip&quot;&gt;http://repository.hippocms.org/hippo-cms/v6.x/hippo-cms-v6.04.00.zip&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The source</description>
	<pubDate>Tue, 03 Apr 2007 10:01:18 +0000</pubDate>
</item>
<item>
	<title>Jeroen Reijn (Hippo): On my way to Brussels</title>
	<guid>http://blogs.hippo.nl/reijn/2007/04/on_my_way_to_brussels.html</guid>
	<link>http://blogs.hippo.nl/reijn/2007/04/on_my_way_to_brussels.html</link>
	<description>&lt;p&gt;I'm currently on my way from Amsterdam to Brussels together with Berry. Getting up early is not one of my favorite things, but getting there by train is so much more relaxing then by car, which I did last time. I'll be visiting &lt;a href=&quot;http://www.smals-mvm.be/site_nl/home.html&quot; target=&quot;_blank&quot;&gt;Smals&lt;/a&gt; for the next two days. &lt;/p&gt;

&lt;p&gt;We'll be helping them out and keeping the big &lt;a href=&quot;http://www.hippocms.org&quot; target=&quot;_blank&quot;&gt;Hippo&lt;/a&gt; under control.&lt;/p&gt;</description>
	<pubDate>Mon, 02 Apr 2007 06:01:10 +0000</pubDate>
</item>

</channel>
</rss>
