NTP users are strongly urged to take immediate action to ensure that their NTP daemons are not susceptible to being used in distributed denial-of-service (DDoS) attacks. Please also take this opportunity to defeat denial-of-service attacks by implementing Ingress and Egress filtering through BCP38.If you see tags such as %SECTION0% on the next line, read TocPlugin
ntp-4.2.8p15
was released on 23 June 2020. It addresses 1 medium-severity security issue in ntpd, and provides 13 non-security bugfixes over 4.2.8p13.
Please see the NTP Security Notice for vulnerability and mitigation details.Are you using Autokey in production? If so, please contact Harlan - he's got some questions for you.
WebOrder
special topic
* PageOne * [[Page two]]Both
WikiWords
and [[Odd Wiki Words]]
may be used to refer to topics.
NOTES name
= value
pairs enclosed in curly braces {}
after the tag
name. For example:
%REF{type=Figure,topic="SpidersOfTheWorld",name="The Funnel Web"}%NOTES
SECTION
tag
name
Subsections may be inserted in any topic using the
SECTIONn
tag,
where n
is the required subsection level. The heading of the section
is taken as all text after the tag up to the end of line. For example,
the heading at the top of this section is marked with
%SECTION1{name=SECTION}% Creating sections using the =SECTION= tagNOTES
name
attribute cannot be used to refer to a %SECTION0% tag.
%TOC%
tag
depth topic
You can build a table of contents by inserting
%CONTENTS%in a topic. The first level of the table of contents is normally the topics in the order of the list in WebOrder, though see 1.5. Getting clever for information about modifying section numbering from the WebOrder topic. Subsections listed in the table are automatically linked to the target
SECTION
.
topic
attribute may be used to generate a table of contents for just one topic.
depth
attribute may be used to set the maximum number of levels to generate.
ANCHOR
, REF
and REFTABLE
tagsTOCCHECK
tag
%TOCCHECK%tag. This causes the entries in the WebOrder topic to be cross-referenced against the files actually stored in the web (see WebIndex ). Any topics which exist as files in the web but are missing from the WebOrder will be listed. NOTES
%TOCCHECK%
tag
ANCHOR
, REF
and REFTABLE
tags ANCHOR
tag
type name display
The ANCHOR tag creates a jump target suitable for jumping to from
somewhere else. The type
adds the anchor to a "group"; this group is
required when generating a reference to the anchor, and may be used to
generate tables of same-type anchors (see
1.4.3. The REFTABLE
tag below). The type
can be any name,
though convention suggests the use of types such as Figure
and
Table
. The special group Section
is used internally to refer to
sections and subsections. Avoid using it for an ANCHOR
or you may
see strange results.
The ANCHOR
tag is normally visible in the output, though it may be
made invisible by setting the display
attribute to no
. For
example:
%ANCHOR{type=Figure,name=A,display=no}% Here be sea monsterswill generate an invisible anchor on the text (there's one one the line above, honest!) and
<A name="#Figure_A"> </A>
%ANCHOR{type=Table,name=A}% A wooden tablewill generate: 1.4.1.A A wooden table All the text between the anchor and the next end-of-line will be used to create the anchor. If the anchor is invisible, this text will be invisible too.
REF
tag
type topic name
The REF
tag may be used to refer to an anchor. Anchors are
automatically inserted by SECTION
tags or may be added using the
ANCHOR
tag. For a REF
tag to work, the type of the target must be
known. For example:
See %REF{type=Example,name=WebOrder}% for more information about WebOrderwill generate: See 1.1.1.A The Weborder topic for more information about WebOrder To refer to anchors in a different topic, use the
topic
attribute.
You can refer to sections by name by using the special type Section
e.g. %REF{type=Section,name=TOCCHECK}%.
If you refer to a non-existant anchor you are warned: for example,
%REF{type=Reference,name=NonExistantAnchor}%generates
Reference TocPluginHelp:Reference:NonExistantAnchor not satisfied
REFTABLE
tag
type
The REFTABLE
tag can be used to build tables of references based on
the type assigned to anchors. For example, if you have a lot of
anchors of type Example
you can build a table of all these anchors
thus:
%REFTABLE{type=Example}%This will insert a table like this:
%REFTABLE{type=Figure}%will insert a table like this:
Figure |
---|
1.4.1.A Here be sea monsters |
REFTABLE
with the type Section
the table will contain a list of all named sections. For example
* [[Top level topic]] * AnotherTopLevelTopicTopLevelTopic will be numbered 1., and the first
SECTION1
within TopLevelTopic will be 1.1. AnotherTopLevelTopic will be numbered 2. If, instead, WebOrder contains
* [[Top level topic]] * [[Second level topic]] * AnotherTopLevelTopicTopLevelTopic will still be numbered 1., but now SecondLevelTopic will be numbered 1.1., and the first
SECTION1
within SecondLevelTopic will be 1.1.1. The first SECTION1
within
TopLevelTopic will now be numbered 1.2. AnotherTopLevelTopic will still be numbered 2.