Skip to content

Commit 84696cb

Browse files
committed
Review requests implemented
Signed-off-by: mrgarris0n <gergely.karacsonyi@gmail.com>
1 parent 8d8af58 commit 84696cb

File tree

34 files changed

+49
-56
lines changed

34 files changed

+49
-56
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- DO NOT ADD frontmatter, this belongs to the GitHub repository only -->
22

3-
# Welcome to the {{ site.product.short_name }} documentation center source repository
3+
# Welcome to the syslog-ng OSE documentation center source repository
44

55
[gh:gh-doc-pages]: https://syslog-ng.github.io/doc/
66
[gh:gh-syslog-ng-doc-issue-tracker]: https://github.com/syslog-ng/doc/issues
@@ -9,15 +9,15 @@
99
[ref:admin-guide]: doc/_admin-guide
1010
[ref:dev-guide]: doc/_dev-guide
1111

12-
Here you can browse, search and contribute to most of the {{ site.product.short_name }} documentation.
12+
Here you can browse, search and contribute to most of the syslog-ng OSE documentation.
1313

1414
## [Documentation guide][ref:doc-guide]
1515

1616
If you would like to help us to make our documentation better, this is [how to contribute][ref:doc-guide-contrib].
1717

18-
## [Administrator guide][ref:admin-guide]
18+
## [Administration guide][ref:admin-guide]
1919

20-
This repository part contains the source code of `The {{ site.product.name }} Administration Guide`.
20+
This repository part contains the source code of `The syslog-ng OSE Administration Guide`.
2121

2222
## [Developer guide][ref:dev-guide]
2323

_data/external_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ slack-web-api:
10591059
slack-webhook-doc:
10601060
id: slack-webhook-doc
10611061
url: https://api.slack.com/incoming-webhooks
1062-
title: [ "Slack documentation" ]
1062+
title: [ "Slack webhook documentation" ]
10631063

10641064
sn-graphite:
10651065
id: sn-graphite

_includes/doc/admin-guide/facility-severity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The possible Facility values (between 0 and 23) and Severity values
22
(between 0 and 7) each correspond to a message type (see **Table 1: syslog Message Facilities**), or a message importance level (see **Table 2:** syslog Message Severities).
33

44
**NOTE:** Facility codes may slightly vary between different platforms. The
5-
{{ site.product.name }} ({{ site.product.short_name }}) application accepts
5+
{{ site.product.short_name }} application accepts
66
Facility codes as numerical values as well.
77
{: .notice--info}
88

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**NOTE:** If the specified parameter value is not a valid value, the
2-
function ignores it and sends a debug message. However, the ({{ site.product.name }}({{ site.product.short_name }}) application will still send the
2+
function ignores it and sends a debug message. However, the ({{ site.product.short_name }} application will still send the
33
message.
44
{: .notice--info}

doc/_admin-guide/010_Introduction_to_syslog-ng/000_What_syslog-ng_is.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What {{ site.product.short_name }} is
33
id: adm-intro-what
44
description: >-
5-
The {{ site.product.name }} ({{ site.product.short_name }}) application is a
5+
The {{ site.product.short_name }} application is a
66
flexible and highly scalable system logging application that is ideal
77
for creating centralized and trusted logging solutions.
88
---

doc/_admin-guide/010_Introduction_to_syslog-ng/003_Who_uses_syslog-ng.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Who uses syslog-ng?
2+
title: Who uses {{ site.product.short_name }}?
33
id: adm-intro-who
44
---
55

doc/_admin-guide/010_Introduction_to_syslog-ng/004_Supported_platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Supported platforms
33
id: adm-intro-supp
44
---
55

6-
The {{ site.product.name }} ({{ site.product.short_name }}) application is highly
6+
The {{ site.product.short_name }} application is highly
77
portable and is known to run on a wide range of hardware architectures
88
(x86, x86_64, SUN Sparc, PowerPC 32 and 64, Alpha, ARM64) and operating
99
systems, including Linux, BSD, Solaris, IBM AIX, HP-UX, macOS,

doc/_admin-guide/020_The_concepts_of_syslog-ng/004_Timezones_and_daylight_saving.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88
---
99

1010
The {{ site.product.short_name }} application supports messages originating from different
11-
timezones. The original syslog protocol (RFC3-164) does not include
11+
timezones. The original syslog protocol (RFC3-3164) does not include
1212
timezone information, but {{ site.product.short_name }} provides a solution by extending the
1313
syslog protocol to include the timezone in the log messages. The
1414
{{ site.product.short_name }} application also enables administrators to supply timezone

doc/_admin-guide/020_The_concepts_of_syslog-ng/006_High_availability.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
title: High availability support
33
id: adm-conc-ha
44
description: >-
5-
Multiple {{ site.product.short_name }} servers can be run in fail-over mode. The syslog-ng
6-
application does not include any internal support for this, as
5+
Multiple {{ site.product.short_name }} servers can be run in fail-over mode. The {{ site.product.short_name }} application does not include any internal support for this, as
76
clustering support must be implemented on the operating system level.
87
---
98

109
A tool that can be used to create UNIX clusters is Heartbeat (for details,
11-
see the archived page of Linux-HA.
10+
see the archived page of Linux-HA).

doc/_admin-guide/020_The_concepts_of_syslog-ng/007_The_structure_of_a_log_message/000_BSD_syslog_messages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The message corresponds to the following format:
2525
The different parts of the message are explained in the following
2626
sections.
2727

28-
**NOTE:** The {{ site.product.name }} ({{ site.product.short_name }}) application
28+
**NOTE:** The {{ site.product.short_name }} application
2929
supports longer messages as well. For details, see the log-msg-size()
3030
option in Global options.
3131
However, it is not recommended to enable messages larger than the packet
@@ -89,7 +89,7 @@ the local time in the *Mmm dd hh:mm:ss* format, where:
8989
24-hour format. Valid entries are between 00 and 23, inclusive. The
9090
minute (mm) and second (ss) entries are between 00 and 59 inclusive.
9191

92-
**NOTE:** The {{ site.product.name }} ({{ site.product.short_name }}) application
92+
**NOTE:** The {{ site.product.short_name }} application
9393
supports other timestamp formats as well, like ISO, or the PIX extended
9494
format. For details, see the ts-format() option in Global options.
9595
{: .notice--info}

0 commit comments

Comments
 (0)