Firedrop entry attributes

The following attributes are possible for entries:

General

insert_date: Automatically added by Firedrop the moment an entry is created.

modified_date: Ditto, but is updated every time an entry is saved.

publish: If this evaluates to false, then the entry is not published, i.e. it doesn't show up on web pages, archives, RSS, etc. publish is true by default, so normally it only needs to be added if you don't want to publish an entry.

ArticleCollection

pagename: (Currently only for ArticleCollection; possibly useful elsewhere) For entries that occupy one page, this sets the name of that page (e.g. "index.html", "foobar.html", etc.).

Weblog

categories: A list of categories. Each item in this list must be a string that appears in the categories attribute of the 'site' itself. Example:

categories=['Python', 'programming']

author: (Currently only in Weblog) The author of the entry. Inherited from Kaa; currently ignored by Firedrop. :-)