gitweb: Introduce %actions_info, gathering information about actions
commit305a10339b33d56b4a50708d71e8f42453c8cb1f
authorJakub Narebski <jnareb@gmail.com>
Sun, 5 Dec 2010 23:01:09 +0000 (6 00:01 +0100)
committerJakub Narebski <jnareb@gmail.com>
Sun, 5 Dec 2010 23:01:09 +0000 (6 00:01 +0100)
tree2e9b3b5fb98c2d139d9eb54c354c7691ace31635
parent3d88e50189e0e28911eaddec08033f6a133a223e
gitweb: Introduce %actions_info, gathering information about actions

Currently it only contains information about output format, and is not
used anywhere.  It will be used to check whether current action
produces HTML output, and therefore is displaying HTML-based progress
info about (re)generating cache makes sense.

It can contain information about allowed extra options, whether to
display link to feed (Atom or RSS), etc. in easier and faster way than
listing all matching or all non-matching actions at appropriate place.

Currently not used; will be used in next commit, to check if action
produces HTML output and therefore we can use HTML-specific progress
indicator.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
gitweb/gitweb.perl