[simplified xml file
tom@goto10.org**20070418022429] {
hunk ./servlets/wowri 26
- `(,item ,id index))))
+ `(,item content))))
hunk ./servlets/wowri 36
- (xhtml
- (or (db `(xhtml ,@path profiles content))
- (db `(xhtml ,@path sections content)))))
+ (xhtml (db `(xhtml ,@path content))))
hunk ./servlets/wowri 42
- (define (db->top db)
- (let* ((dir '(profiles content))
- (profiles (db dir))
- (sub (db->sub db dir)))
+ (define (db->profiles db)
+ (let* ((profiles (db '(profiles index)))
+ (sub (db->sub db '(content))))
hunk ./servlets/wowri 54
-;; wrap header around content
+ ;; wrap header around content
+ ;; FIXME: use div instead of tables
hunk ./servlets/wowri 83
- ,@(db->top db))
+ ,@(db->profiles db))
hunk ./servlets/wowri 89
- ,@(db->pane db 'basics))
+ ,@(db->pane db 'left))
hunk ./servlets/wowri 97
- ,@(db->pane db 'specifics)))))))
+ ,@(db->pane db 'right)))))))
hunk ./website.xml 3
+
hunk ./website.xml 9
+
hunk ./website.xml 11
+
hunk ./website.xml 13
-
-
-
-
-
-
-
+
+
+
+
+
+
+
hunk ./website.xml 21
-
-
-
-
-
-
+
+
+
+
+
+
hunk ./website.xml 28
-
-
hunk ./website.xml 29
+
+
+
+
hunk ./website.xml 34
-
-
- Broem broem broem.
-
-
+
hunk ./website.xml 36
-
-
- Woah! Pour me a full cup will ya!
-
-
-
-
-
- It's snowing!
- Actually, now it's raining..
- It's snowing again. Stormy weather. Please wrap around.
- Broem broem broem, grote boot. Verzinnelingisatie.
-
-
hunk ./website.xml 37
-
+
+
+
+
+
+ Hello, I am Maricela.
+
+
+
+
+
+ Hello, I am Deena.
+
+
+
+
+
+ Hello, I am Melissa.
+
+ It's snowing!
+ Actually, now it's raining..
+ It's snowing again. Stormy weather. Please wrap around.
+ Broem broem broem, grote boot. Verzinnelingisatie.
+ And i want to just include a random
+ link right here.
+
+
+
+
hunk ./website.xml 70
-
+
+
+
hunk ./website.xml 78
-
-
- About us.
-
-
+
+
+
hunk ./website.xml 86
-
-
- Publications.
-
-
hunk ./website.xml 87
-
-
- Contact us.
-
-
+
+
+ About us.
+
+
hunk ./website.xml 93
-
-
- Open mic.
-
-
+
+
+ Publications.
+
+
+
+
+
+ Contact us.
+
+
+
+
+
+ Open mic.
+
+
hunk ./website.xml 111
-
-
- Featured.
-
-
+
+
+ Featured.
+
+
hunk ./website.xml 117
-
}