Simple blogroll demo

An example bzero blogroll

SunMonTueWedThuFriSat
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

title 1
title 2
also available in XML
Copyright (c) 2002
powered by bzero

2003-1-7

Here's an example blogroll

See the Editing a bzero blogroll wiki page for an explanation of what this is here for.

The source for the blogroll on the left is:

_blogroll = [
(
'title 1', [
( 'link 1', 'http://link1.com' ),
( 'link 2', 'http://link2.com' ),
]
),
(
'title 2', [
( 'link 3', 'http://link3.com' ),
( 'link 4', 'http://link4.com' ),
]
),
]

Comment on this post [ so far]