[7:19]<jkridner> I have a Helma app running on http://beagleboard.org (source at http://www.beagleboard.org/gitweb/?p=beagleboard.org.git;a=summary). [7:19]<jkridner> I'm looking to understand how children/collections actually work so as to design them properly. [7:20]<jkridner> I want to keep my database very simple.... [7:20]<jkridner> it should be a bit like a wiki, but gobi/gobble/whatever looked to complex to really understand what is going on. [7:21]<jkridner> one of the things I did was to create an openid login and that is critical to me. [7:22]<jkridner> I want to have 'page' records that are simply a page name, the contents, and the language. [7:23]<jkridner> 'page' edits should save off the existing page to keep a history... [7:23]<jkridner> the objects should be named using their pagename. [7:23]<jkridner> Some of the code I have does somehow work and it amazes me, because I don't really think that it should work. [8:00]<zumbrunn> jkridner: at first glance, your code looks like a perfectly healthy helma app to me [8:00]<zumbrunn> so, it doesn't amaze *me* that it is working