Varia's website, varia.zone or vvvvvvaria.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mb@mb 04c2824180 adding the 2 submodules again 6 years ago
..
Readme.rst adding the 2 submodules again 6 years ago
__init__.py adding the 2 submodules again 6 years ago
members.py adding the 2 submodules again 6 years ago

Readme.rst

Members
-------

This plugin looks for a ``members`` metadata header containing key/value pairs
and makes them available for use in templates.

The first line of this metadata defines each key, and the following line should
contain corresponding values for each member.

The keys must be in the same first line as the ``members`` metadata header,
and the next line containing the corresponding values must have an identation
before it.

Example for reStructuredText::

:members: name, email, twitter, github, site_nome, site_href
Danilo Shiga, daniloshiga@gmail.com, @daneoshiga, daneoshiga, Danilo Shiga, http://daniloshiga.com

Example for Markdown::

members: name, email, twitter, github, site_nome, site_href
Danilo Shiga, daniloshiga@gmail.com, @daneoshiga, daneoshiga, Danilo Shiga, http://daniloshiga.com