]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: remove unintentional blockquotes in HTML
authorGert van Dijk <gertvdijk@gmail.com>
Sun, 31 Mar 2019 17:25:21 +0000 (19:25 +0200)
committerGert van Dijk <gertvdijk@gmail.com>
Mon, 8 Apr 2019 10:14:16 +0000 (12:14 +0200)
Having leading spaces in either:
* Lists
* RST directives, such as
  .. toctree::

will lead to the listing being wrapped in an HTML <blockquote> element with
also the styling as such. This is probably unintentional and at least
inconsistent with other occurrences.

12 files changed:
docs/backends/lua.rst
docs/backends/remote.rst
docs/changelog/4.1.rst
docs/common/security-policy.rst
docs/index.rst
docs/lua-records/functions.rst
docs/lua-records/index.rst
docs/lua-records/reference/comboaddress.rst
docs/lua-records/reference/index.rst
docs/lua-records/reference/misc.rst
docs/modes-of-operation.rst
docs/running.rst

index aef67350c5ed4f5b90cef568cfa97b71374905b6..610f3f5c64bb8c430224495b175624ad07a90238 100644 (file)
@@ -47,16 +47,16 @@ There is a couple of new functions for you to use in Lua:
 
 All these ``log_facilities`` is available: 
 
- * ``log_all`` 
- * ``log_ntlog`` 
- * ``log_alert`` 
- * ``log_critical`` 
- * ``log_error`` 
- * ``log_warning`` 
- * ``log_notice,`` 
- * ``log_info`` 
- * ``log_debug`` 
- * ``log_none``
+* ``log_all``
+* ``log_ntlog``
+* ``log_alert``
+* ``log_critical``
+* ``log_error``
+* ``log_warning``
+* ``log_notice,``
+* ``log_info``
+* ``log_debug``
+* ``log_none``
 
 ``dnspacket()``
 ~~~~~~~~~~~~~~~
index 61d794ca3403ddd27212682b00290c64348c0ec1..6a54b933d01df7fb5aaae868bf77bd6a970562a5 100644 (file)
@@ -326,9 +326,9 @@ Returns the value(s) for variable kind for zone name. You **must**
 always return something, if there are no values, you shall return empty
 set or false.
 
- *  Mandatory: No
- *  Parameters: name
- *  Reply: hash of key to array of strings
+*  Mandatory: No
+*  Parameters: name
+*  Reply: hash of key to array of strings
 
 Example JSON/RPC
 ''''''''''''''''
index 0b37c2614c98c5384efa2e7d28fca77e756f1ea4..94cfe8f649bb429f1abff6d26014b7a489aa5f42 100644 (file)
@@ -922,7 +922,7 @@ Changelogs for 4.1.x
     :tags: Tools, Improvements
     :pullreq: 4584
 
-     Allow setting the account of a zone via pdnsutil (Tuxis Internet Engineering).
+    Allow setting the account of a zone via pdnsutil (Tuxis Internet Engineering).
 
   .. change::
     :tags: Internals, New Features
index 4c2b36460940a83e256a83b15d1c872e0f8fafb3..6114a365608079ceb910d3520e80ef7638b3d5b4 100644 (file)
@@ -19,7 +19,6 @@ Do note that only the PowerDNS software is in scope for the HackerOne program, n
 
 Disclosure Policy
 ^^^^^^^^^^^^^^^^^
- - Let us know as soon as possible upon discovery of a potential security issue, and we'll make every effort to quickly resolve the issue.
- - Provide us a reasonable amount of time to resolve the issue before any disclosure to the public or a third-party.
- - We will always credit researchers in our :doc:`../security-advisories/index`.
-
+- Let us know as soon as possible upon discovery of a potential security issue, and we'll make every effort to quickly resolve the issue.
+- Provide us a reasonable amount of time to resolve the issue before any disclosure to the public or a third-party.
+- We will always credit researchers in our :doc:`../security-advisories/index`.
index ca5a8e7dd87204e3b22f2d5dc6a57747519d6889..7ad7ee8dac53035703886430ac7d97cbc811b39d 100644 (file)
@@ -20,9 +20,9 @@ This documentation is also available as a `PDF document <PowerDNS-Authoritative.
 Getting Started
 ---------------
 
- * :doc:`Install the Authoritative Server <installation>`
- * :doc:`Configure the Server <settings>`
- * :doc:`Configure the backend(s) <backends/index>`
+* :doc:`Install the Authoritative Server <installation>`
+* :doc:`Configure the Server <settings>`
+* :doc:`Configure the backend(s) <backends/index>`
 
 Getting Support
 ---------------
@@ -31,9 +31,9 @@ You may also help others (please do).
 
 Public support is available via several different channels:
 
-  * This documentation
-  * `The mailing list <https://www.powerdns.com/mailing-lists.html>`_
-  * ``#powerdns`` on `irc.oftc.net <irc://irc.oftc.net/#powerdns>`_
+* This documentation
+* `The mailing list <https://www.powerdns.com/mailing-lists.html>`_
+* ``#powerdns`` on `irc.oftc.net <irc://irc.oftc.net/#powerdns>`_
 
 The PowerDNS company can provide help or support you in private as well.
 For first class and rapid support, please contact powerdns.support@powerdns.com, or see the `.com website <https://www.powerdns.com/support-services-consulting.html>`__.
index d180c76b5230121c603884c8c24baad117ede1e6..3b30327dab42ed0a7d821cbd03c99cdfe3af5158 100644 (file)
@@ -188,17 +188,17 @@ Reverse DNS functions
   
   **Formatting options:**
 
-    - ``%1%`` to ``%4%`` are individual octets
-        - Example record query: ``1.0.0.127.in-addr.arpa`` 
-        - ``%1%`` = 127
-        - ``%2%`` = 0
-        - ``%3%`` = 0
-        - ``%4%`` = 1
-    - ``%5%`` joins the four decimal octets together with dashes
-        - Example: ``%5%.static.example.com`` is equivalent to ``%1%-%2%-%3%-%4%.static.example.com``
-    - ``%6%`` converts each octet from decimal to hexadecimal and joins them together
-        - Example: A query for ``15.0.0.127.in-addr.arpa`` 
-        - ``%6`` would be ``7f00000f`` (127 is 7f, and 15 is 0f in hexadecimal)
+  - ``%1%`` to ``%4%`` are individual octets
+      - Example record query: ``1.0.0.127.in-addr.arpa``
+      - ``%1%`` = 127
+      - ``%2%`` = 0
+      - ``%3%`` = 0
+      - ``%4%`` = 1
+  - ``%5%`` joins the four decimal octets together with dashes
+      - Example: ``%5%.static.example.com`` is equivalent to ``%1%-%2%-%3%-%4%.static.example.com``
+  - ``%6%`` converts each octet from decimal to hexadecimal and joins them together
+      - Example: A query for ``15.0.0.127.in-addr.arpa``
+      - ``%6`` would be ``7f00000f`` (127 is 7f, and 15 is 0f in hexadecimal)
 
   **NOTE:** At the current time, only forward dotted format works with :func:`createForward` (i.e. ``127.0.0.1.static.example.com``)
   
@@ -255,18 +255,18 @@ Reverse DNS functions
   
   Formatting options:
    
-    - ``%1%`` to ``%32%`` are individual characters (nibbles)
-        - **Example PTR record query:** ``a.0.0.0.1.0.0.2.ip6.arpa``
-        - ``%1%`` = 2
-        - ``%2%`` = 0
-        - ``%3%`` = 0
-        - ``%4%`` = 1
-    - ``%33%`` converts the compressed address format into a dashed format, e.g. ``2001:a::1`` to ``2001-a--1``
-    - ``%34%`` to ``%41%`` represent the 8 uncompressed 2-byte chunks
-        - **Example:** PTR query for ``2001:a:b::123``
-        - ``%34%`` - returns ``2001`` (chunk 1)
-        - ``%35%`` - returns ``000a`` (chunk 2)
-        - ``%41%`` - returns ``0123`` (chunk 8)
+  - ``%1%`` to ``%32%`` are individual characters (nibbles)
+      - **Example PTR record query:** ``a.0.0.0.1.0.0.2.ip6.arpa``
+      - ``%1%`` = 2
+      - ``%2%`` = 0
+      - ``%3%`` = 0
+      - ``%4%`` = 1
+  - ``%33%`` converts the compressed address format into a dashed format, e.g. ``2001:a::1`` to ``2001-a--1``
+  - ``%34%`` to ``%41%`` represent the 8 uncompressed 2-byte chunks
+      - **Example:** PTR query for ``2001:a:b::123``
+      - ``%34%`` - returns ``2001`` (chunk 1)
+      - ``%35%`` - returns ``000a`` (chunk 2)
+      - ``%41%`` - returns ``0123`` (chunk 8)
   
   **NOTE:** At the current time, only dashed compressed format works for this function (i.e. ``2001-a-b--1.static6.example.com``)
   
index 3c2a9b0864ac0bcfea0ac550d4086cd461910c3f..d44dbe1a0b03bd8043b921acd45b4db39d114be2 100644 (file)
@@ -200,7 +200,7 @@ explicitly, either globally (``enable-lua-records``) or per zone
 Reference
 ---------
 
- .. toctree::
+.. toctree::
   :maxdepth: 2
 
   functions
index 56156e269769e87f8802d1399c9646498ab54c26..7d79eeec03a2896ce3bc06b7a029c8633386a0f6 100644 (file)
@@ -73,14 +73,14 @@ ComboAddressSet objects
 We provide a convenient object class that can store unique ComboAddresses in no particular
 order and allows fast retrieval of individual elements based on their values
 
-  .. code-block:: lua
-
-    addr = newCA("1.2.3.4")
-    myset = newCAS()
-    myset:add(addr)
-    if myset:check(addr) then -- prints "found!"
-      print('found!')
-    end
+.. code-block:: lua
+
+  addr = newCA("1.2.3.4")
+  myset = newCAS()
+  myset:add(addr)
+  if myset:check(addr) then -- prints "found!"
+    print('found!')
+  end
 
 Functions and methods of a ``ComboAddressSet``
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
index dbf23422a453b2e3fa55c21a8206b70c71a7d6fb..2ab827e1d879835415d261803a91bb6e82c3edda 100644 (file)
@@ -1,7 +1,7 @@
 LUA Reference
 -------------
 
- .. toctree::
+.. toctree::
   :maxdepth: 2
 
   comboaddress
index 89e1f0f6ec52c76278f0a1f6957728eabc24b8d3..c9f28d7f5b369d96bcbf13a091facecb7c2715f0 100644 (file)
@@ -10,16 +10,16 @@ Other functions
   :param string message: The message to log
   :param int loglevel: The urgency level of the message. Defaults to `pdns.loglevels.Warning`
 
- You can use the following constants as log levels :
-
-   - `pdns.loglevels.Alert`
-   - `pdns.loglevels.Critical`
-   - `pdns.loglevels.Debug`
-   - `pdns.loglevels.Emergency`
-   - `pdns.loglevels.Info`
-   - `pdns.loglevels.Notice`
-   - `pdns.loglevels.Warning`
-   - `pdns.loglevels.Error`
 You can use the following constants as log levels :
+
+  - `pdns.loglevels.Alert`
+  - `pdns.loglevels.Critical`
+  - `pdns.loglevels.Debug`
+  - `pdns.loglevels.Emergency`
+  - `pdns.loglevels.Info`
+  - `pdns.loglevels.Notice`
+  - `pdns.loglevels.Warning`
+  - `pdns.loglevels.Error`
 
 .. function:: pdnsrandom([maximum])
 
index bf76cf28e970bf44bc9448f7210daf0247cbf6e2..15af055bedccc5034039c63a4ca2aee0182f6cea 100644 (file)
@@ -201,12 +201,12 @@ itself as a slave for that zone.
 Before a supermaster notification succeeds, the following conditions
 must be met:
 
- - :ref:`setting-supermaster` support must be enabled
- - The supermaster must carry a SOA record for the notified domain
- - The supermaster IP must be present in the 'supermaster' table
- - The set of NS records for the domain, as retrieved by the slave from the supermaster, must include the name that goes with the IP address in the supermaster table
- - If your master sends signed NOTIFY it will mark that TSIG key as the TSIG key used for retrieval as well
- - If you turn off :ref:`setting-allow-unsigned-supermaster`, then your supermaster(s) are required to sign their notifications.
+- :ref:`setting-supermaster` support must be enabled
+- The supermaster must carry a SOA record for the notified domain
+- The supermaster IP must be present in the 'supermaster' table
+- The set of NS records for the domain, as retrieved by the slave from the supermaster, must include the name that goes with the IP address in the supermaster table
+- If your master sends signed NOTIFY it will mark that TSIG key as the TSIG key used for retrieval as well
+- If you turn off :ref:`setting-allow-unsigned-supermaster`, then your supermaster(s) are required to sign their notifications.
 
 .. warning::
   If you use another PowerDNS server as master and have
index 42b1ed8322a54bde5e676e69709d4ef7c1556f0a..9900b9673662794e5ad7a93c2a86f0d863c5f172 100644 (file)
@@ -138,7 +138,7 @@ commands:
 -  ``mrtg``: Dump statistics in mrtg format. See the performance
    :ref:`counters` documentation.
 
- .. note::
+.. note::
   Packages provided by Operating System vendors might support
   different or less commands.