Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
a7dc84cd
Commit
a7dc84cd
authored
Apr 27, 2017
by
Evan Hunt
Browse files
[master] change markdown comment style for pandoc
parent
d1554926
Changes
10
Hide whitespace changes
Inline
Side-by-side
HISTORY
View file @
a7dc84cd
<!--- - Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") - -
This Source Code Form is subject to the terms of the Mozilla Public -
License, v. 2.0. If a copy of the MPL was not distributed with this -
file, You can obtain one at http://mozilla.org/MPL/2.0/. ---> ###
Functional enhancements from prior major releases of BIND 9
BIND 9.11
...
...
HISTORY.md
View file @
a7dc84cd
<!--
-
<!--
-
Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
-
-
This Source Code Form is subject to the terms of the Mozilla Public
-
License, v. 2.0. If a copy of the MPL was not distributed with this
-
file, You can obtain one at http://mozilla.org/MPL/2.0/.
--
-
>
-->
### Functional enhancements from prior major releases of BIND 9
#### BIND 9.11
...
...
OPTIONS
View file @
a7dc84cd
<!--- - Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") - -
This Source Code Form is subject to the terms of the Mozilla Public -
License, v. 2.0. If a copy of the MPL was not distributed with this -
file, You can obtain one at http://mozilla.org/MPL/2.0/. ---> Setting the
STD_CDEFINES environment variable before running configure can be used to
enable certain compile-time options that are not explicitly defined in
configure.
Setting the STD_CDEFINES environment variable before running configure can
be used to enable certain compile-time options that are not explicitly
defined in configure.
Some of these settings are:
...
...
OPTIONS.md
View file @
a7dc84cd
<!--
-
<!--
-
Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
-
-
This Source Code Form is subject to the terms of the Mozilla Public
-
License, v. 2.0. If a copy of the MPL was not distributed with this
-
file, You can obtain one at http://mozilla.org/MPL/2.0/.
--
-
>
-->
Setting the
`STD_CDEFINES`
environment variable before running
`configure`
can be used to enable certain compile-time options that are not explicitly
defined in
`configure`
.
...
...
README
View file @
a7dc84cd
<!--- - Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") - -
This Source Code Form is subject to the terms of the Mozilla Public -
License, v. 2.0. If a copy of the MPL was not distributed with this -
file, You can obtain one at http://mozilla.org/MPL/2.0/. ---> # BIND 9
BIND 9
Contents
...
...
README.md
View file @
a7dc84cd
<!--
-
<!--
-
Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
-
-
This Source Code Form is subject to the terms of the Mozilla Public
-
License, v. 2.0. If a copy of the MPL was not distributed with this
-
file, You can obtain one at http://mozilla.org/MPL/2.0/.
--
-
>
-->
# BIND 9
### Contents
...
...
doc/dev/contrib.md
View file @
a7dc84cd
<!--
-
<!--
-
Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
-
-
This Source Code Form is subject to the terms of the Mozilla Public
-
License, v. 2.0. If a copy of the MPL was not distributed with this
-
file, You can obtain one at http://mozilla.org/MPL/2.0/.
--
-
>
-->
## BIND Source Access and Contributor Guidelines
*Apr 14, 2017*
...
...
doc/dev/dev.md
View file @
a7dc84cd
<!--
-
<!--
-
Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
-
-
This Source Code Form is subject to the terms of the Mozilla Public
-
License, v. 2.0. If a copy of the MPL was not distributed with this
-
file, You can obtain one at http://mozilla.org/MPL/2.0/.
--
-
>
-->
## BIND Developer Information
### Contents
...
...
doc/dev/style.md
View file @
a7dc84cd
<!--
-
<!--
-
Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
-
-
This Source Code Form is subject to the terms of the Mozilla Public
-
License, v. 2.0. If a copy of the MPL was not distributed with this
-
file, You can obtain one at http://mozilla.org/MPL/2.0/.
--
-
>
-->
## BIND 9 Coding Style
BIND 9 is principally written in
[
C
](
#cstyle
)
, with some additional code
...
...
util/update_copyrights
View file @
a7dc84cd
...
...
@@ -208,9 +208,9 @@ foreach $file (keys %file_types) {
$end_comment
=
"
-->
\n
";
}
elsif
(
$type
eq
"
MKD
")
{
$mkd_comment
=
1
;
$start_comment
=
"
<!--
-
\n
";
$start_comment
=
"
<!--
\n
";
$prefix
=
"
-
";
$end_comment
=
"
--
-
>
";
$end_comment
=
"
-->
";
}
elsif
(
$type
eq
"
TXT
")
{
$prefix
=
"";
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment