Deoren Moor
Deoren Moor
The current CI builds are a very useful feature, but it would be useful to be able to see what the results will look like on the website once the...
Looking at the doc, I can't tell what the starting point of a message is (character 1 or 0?). http://www.rsyslog.com/doc/v8-stable/rainerscript/functions.html
While reviewing some doc work, I learned (https://github.com/rsyslog/rsyslog-doc/pull/593#issuecomment-369497032) that the parameter types that I thought was only specified by convention are actually handled as very specific (enforced) types. To make...
While reviewing some recent doc changes (#593), I noticed a higher than usual number of external links from the output module doc page to external documentation sources for the product...
## Current state of doc Current description of function arguments: > `re_extract(expr, re, match, submatch, no-found)` Current description: > extracts data from a string (property) via a regular expression match....
From https://github.com/rsyslog/rsyslog-doc/pull/556#pullrequestreview-95752280 and https://github.com/rsyslog/rsyslog-doc/pull/556#issuecomment-364945627: > @PascalWithopf: There is no parameter for templates in the Legacy format, because it is handled in a different way. I wrote "none" as the directive,...
Request: Non-versioned aliases for several URLS Examples: | Current URL|New (additional) URL| | ------------- | ------------- | | http://www.rsyslog.com/doc/v8-stable/|http://www.rsyslog.com/doc/stable/| | http://www.rsyslog.com/downloads/download-v8-stable/ | http://www.rsyslog.com/downloads/stable/| Reasoning: Having a reliable URL that always...
Nor does the page link to the templates page which does specify that information. refs: - https://kb.monitorware.com/post27628.html - http://www.rsyslog.com/doc/v8-stable/configuration/modules/omfwd.html - http://www.rsyslog.com/doc/v8-stable/configuration/templates.html
While reviewing the [build config for the official sphinx-doc project](https://github.com/sphinx-doc/sphinx/blob/master/doc/conf.py) I found this: ``` epub_exclude_files = ['_static/opensearch.xml', '_static/doctools.js', '_static/jquery.js', '_static/searchtools.js', '_static/underscore.js', '_static/basic.css', 'search.html', '_static/websupport.js'] ``` Excluding those files for the...
See rsyslog/rsyslog#326 for details.