threads.html (html::threads)
Query parameters:
- summary (true/false)
Template attributes:
- $group.thread_summary$ (empty string) is defined if the query parameter "summary" is "true"
- $group.path$ (string) gives the URI to this page
- $group.name$ (string) gives the Netnews name of the group
- $group.description$ (string) gives the Netnews description of the group
- $group.count$ (string) gives the number of posts in the group
- $group.posting.uri$ (string) gives an URI that can be used to post to this group; undefined if posting authorization is missing for this group
- $group.restricted$ (string) contains the string "Reading is restricted.", if the group is restricted, and otherwise is undefined.
- $group.threads$ (sequence of structs) is undefined if the group is restricted, and otherwise contains a list of messages, with the following structure:
- $article.id$ (string) is the Message-ID of the message
- $article.subject$ (string) is the Subject of the message
- $article.date$ (string) is the Date of the message
- $article.path$ (string) is an URI to the message's page
- $article.followups$ (sequence of structs) is undefined if "summary" is "true"; otherwise contains the same kind of a sequence as $group.threads$
- $article.thread$ (string) contains an URI to a view of the (sub)thread based on this message
- $article.thread.count$ (string) is the number of messages in the (sub)thread based on this message
