__section__
default
__description__
Repository for random data elements.

* value = the name of the data element to retrieve

Each data element may have any number of other variables.
__title__

__page__
index
__lang__
en_US
__name__
friendsview
__template__
<ul>
[% FOR article = articles %]
	<li><a href="[% constants.real_rootdir %]/~[% article.nickname | strip_paramattr %]/journal/[% article.id %]">[% article.description %]</a> - <a href="[% constants.real_rootdir %]/~[% article.nickname | strip_paramattr %]">[% article.nickname | strip_literal %]</a>
[% END %]
</ul>
__seclev__
10000
__version__
$Id$
