rsyslog-doc
rsyslog-doc copied to clipboard
documentation for the rsyslog project
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...
Right now, the docker container by default uses root user. We would like to switch this to current user, if possible. Among others, I have asked this here: https://forums.docker.com/t/automatically-run-container-under-current-user/45289 If...
See rsyslog/rsyslog#326 for details.
## Short version Please setup an experimental branch and a corresponding build script on the main site to allow submitting PRs against that branch which build within a scheduled short...
## Problem The content in the `Statement Types` section is a near duplicate of what is now in the `source/configuration/conf_formats.rst` file. Either it needs to be updated to match the...
The intention is to provide a set of guidelines to be used when creating new documentation or refreshing older content. ## Task list - [ ] module doc formatting (use...
This came up in a recent conversation with @rgerhards. As we go about pruning the older obsolete format content from the documentation it is important that we have a cross-reference...
Since the Adiscon package was updated to match what CentOS 7 has, we should update the `imjournal` doc to remove that statement or mention somewhere that the official Adiscon package...
@rgerhards The discussion on rsyslog/rsyslog#2367 brought up an interesting quandry: 1. The current project philosophy is to touch the legacy codebase as little as possible (presumably to reduce effort spent...