rsyslog-doc icon indicating copy to clipboard operation
rsyslog-doc copied to clipboard

define standard for parameter descriptions

Open rgerhards opened this issue 11 years ago • 3 comments
trafficstars

We need to define a standard way of describing a parameter. This is already inconsistent in the the original html doc and was on the "this needs to be fixed" list there as well.

IMHO, each parameter needs to have

  • parameter name
  • type (string, number, boolean, ...)
  • mandatory yes/no
  • available in which versions
  • longer description

All of this should of course come in a consistent formatting (which was not the case in the html doc).

rgerhards avatar Feb 04 '14 13:02 rgerhards

Is this referring to things like the structure of the module documentations? (ie omrelp, omprog, etc)

Ralnoc avatar Feb 12 '14 12:02 Ralnoc

Yup, sorry was obvious for me. But also for things like global() or main_queue() -- essentially wherever we have config parameters.

rgerhards avatar Feb 12 '14 13:02 rgerhards

The last couple of commits have been changing the formatting of a log of the module pages. Could you take a look and give comments? I don't have access to my system for uploading to the site at the moment.

Modules updated in all branches are: source\configuration\modules\im3195.rst source\configuration\modules\imfile.rst source\configuration\modules\imgssapi.rst source\configuration\modules\imklog.rst

Modules updated in just v5-stable so far: source\configuration\modules\impstats.rst source\configuration\modules\imptcp.rst

Ralnoc avatar Mar 10 '14 01:03 Ralnoc