]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix tables
authorPieter Lexis <pieter@plexis.eu>
Tue, 26 Aug 2014 10:27:57 +0000 (12:27 +0200)
committerPieter Lexis <pieter@plexis.eu>
Tue, 25 Nov 2014 19:11:11 +0000 (20:11 +0100)
14 files changed:
pdns/docs/Makefile
pdns/docs/markdown/authoritative/backend-bind.md
pdns/docs/markdown/authoritative/backend-db2.md
pdns/docs/markdown/authoritative/backend-deprecated.md
pdns/docs/markdown/authoritative/backend-generic-mypgsql.md
pdns/docs/markdown/authoritative/backend-geo.md
pdns/docs/markdown/authoritative/backend-gsqlite.md
pdns/docs/markdown/authoritative/backend-ldap.md
pdns/docs/markdown/authoritative/backend-lmdb.md
pdns/docs/markdown/authoritative/backend-oracle.md
pdns/docs/markdown/authoritative/backend-pipe.md
pdns/docs/markdown/authoritative/backend-remote.md
pdns/docs/markdown/authoritative/settings.md
pdns/docs/process-md.sh

index fcfb8657c16064ba303bd37fbef360b796dbde6b..193c03e3a591bbd054588c6bc1be8805256be9b3 100644 (file)
@@ -3,22 +3,20 @@
 all: pdns.txt pdns.pdf html/index.html html.tar.bz2 pdns-expanded.html manpages
 
 clean:
-       rm -rf *.dvi *.pdf *.tex *.toc *.aux *.ps *.bak *.tmp *~ *.log pdns.txt html.tar.bz2 html pdns pdns-expanded.html pdns-expanded.xml pdns_recursor.1 rec_control.1
+       rm -rf *.dvi *.pdf *.tex *.toc *.aux *.ps *.bak *.tmp *~ *.log pdns.txt html.tar.bz2 html pdns pdns-expanded.html pdns-expanded.xml pdns_recursor.1 rec_control.1 html-new doc-build
 
 manpages: dnsdist.1 pdns_recursor.1 rec_control.1 dnstcpbench.1
 
-html-new: html-new/index.html
+html-new/index.html: process-md mkdocs.yml
+       mkdocs build
 
-html-new/process: markdown/** markdown/*/** mkdocs.yml
-       rm -rf html-new
-       mkdir html-new
-       rm -rf doc-build
-       mkdir doc-build
+process-md: markdown/** process-md.sh dirs
        rsync -a --delete markdown/. doc-build/.
        ./process-md.sh
 
-html-new/index.html: html-new/process
-       mkdocs build
+dirs: html-new doc-build
+       mkdir -p html-new
+       mkdir -p doc-build
 
 pdns-expanded.html: pdns-expanded.xml
        xmlto xhtml-nochunks -m config.xsl $<
index 4b9b6ad10a6d931368d792d20e8e5ba65d976bda..fae4e0e6e03057f11a963b8f37dbfd5ad52aebbb 100644 (file)
@@ -1,6 +1,6 @@
 # Bind zone file backend
 
-| | |
+|&nbsp;|&nbsp;|
 |:--|:--|
 |Native|Yes|
 |Master|Yes|
index ddd7400fac451f8490502fa8c28d319a7a992fae..355decabfc174940e59aaf02ebcb9b2d4b1c346a 100644 (file)
@@ -1,7 +1,7 @@
 # DB2 Backend
 **Note**: This backend is unsupported.
 
-| | |
+|&nbsp;|&nbsp;|
 |:--|:--|
 |Native|Yes|
 |Master|No|
index 458526e5738fc491643760002686b2ad2cb2a348..945fa9e2bbc8448d0c56ddf7eb7ce958a6bb1c15 100644 (file)
@@ -3,7 +3,7 @@ This page contains some information about deprecated backends.
 # ODBC backend
 **Note**: This backend was removed in version 3.1.
 
-| | |
+|&nbsp;|&nbsp;|
 |:--|:--|
 |Native|Yes|
 |Master|Yes (experimental)|
index ec4f230ea3a3c0dbea94365da7437e981a764fd1..c48870ed74b5d505c951d1e5c8d99551039d15c9 100644 (file)
@@ -1,5 +1,5 @@
 # Generic MySQL and PgSQL backends
-| | |
+|&nbsp;|&nbsp;|
 |:--|:--|
 |Native|Yes|
 |Master|Yes|
index b8e7920d9dcd90591946349fb1b2ff91ade3ec02..eb095e69eb0961816d9b420ecfa1fd49f511b456 100644 (file)
@@ -3,7 +3,7 @@
 
 The main author for this module is Mark Bergsma.
 
-| | |
+|&nbsp;|&nbsp;|
 |:--|:--|
 |Native|Partial|
 |Master|No|
index a7e249c6d5da233390ae3aedd5445b679cae4569..36ce31bd3e668d2b49081917e98efd4c7c3cbe60 100644 (file)
@@ -1,5 +1,5 @@
 # Generic SQLite backend (2 and 3)
-| | |
+|&nbsp;|&nbsp;|
 |:--|:--|
 |Native|Yes|
 |Master|Yes|
index 28c9d39c1aa2b6349e851942ca2403e8c200c238..89bed30b696898a06a168eef89d93f838ce77b1b 100644 (file)
@@ -11,7 +11,7 @@ He also maintains the [LDAP backends documentation](http://wiki.linuxnetworks.de
 
 **Warning**: Host names and the MNAME of a SOA records are NEVER terminated with a '.' in PowerDNS storage! If a trailing '.' is present it will inevitably cause problems, problems that may be hard to debug.
 
-| | |
+|&nbsp;|&nbsp;|
 |:--|:--|
 |Native|Yes|
 |Master|No|
index 9d4fcf1eab3dd3f4bf130c147aa97dc0fb425fca..b67dcfeeeec9635d9b58cb3d9bd46a0e054d3c31 100644 (file)
@@ -1,5 +1,5 @@
 # LMDB (high performance) backend
-| | |
+|&nbsp;|&nbsp;|
 |:--|:--|
 |Native|Yes|
 |Master|No|
index ed9d1c269d33018aa60e882c92eefa81a54d59fd..7294cc4ed6bf3a5599e1dd958bb16099b7a77067 100644 (file)
@@ -1,5 +1,5 @@
 # Oracle backend
-| | |
+|&nbsp;|&nbsp;|
 |:--|:--|
 |Native|Yes|
 |Master|Yes|
index 0e7fa1245964b68b6bccd7d862605fd80df16ec0..cb010d1f51798a1b65972ba41e45fd719f4c37d7 100644 (file)
@@ -1,5 +1,5 @@
 # Pipe Backend
-| | |
+|&nbsp;|&nbsp;|
 |:--|:--|
 |Native|Yes|
 |Master|No|
@@ -19,7 +19,7 @@ The PipeBackend is primarily meant for allowing rapid development of new backend
 
 ## Configuration Parameters
 ### `pipe-command`
-| | |
+|&nbsp;|&nbsp;|
 |:-|:-|
 |Type|String|
 |Mandatory|Yes|
@@ -27,7 +27,7 @@ The PipeBackend is primarily meant for allowing rapid development of new backend
 Command to launch as backend or the path to a unix domain socket file. The socket should already be open and listening before pdns starts. Using the socket is supported since PowerDNS 3.3.
 
 ### `pipe-timeout`
-| | |
+|&nbsp;|&nbsp;|
 |:-|:-|
 |Type|Integer|
 |Default|2000|
@@ -35,7 +35,7 @@ Command to launch as backend or the path to a unix domain socket file. The socke
 Number of milliseconds to wait for an answer from the backend. If this time is ever exceeded, the backend is declared dead and a new process is spawned.
 
 ### `pipe-regex`
-| | |
+|&nbsp;|&nbsp;|
 |:-|:-|
 |Type|String (a regex)|
 
index 2a93251155b0aaebcfa43cee594d7c8d97ed6779..2f6c2d672dee6c8a2408f758af3fe0bc7790518a 100644 (file)
@@ -1,7 +1,7 @@
 # Remote Backend
 **Warning**: The Remote Backend is available since PowerDNS Authoritative Server 3.2. This backend is stable on version 3.3, not before.
 
-| | |
+|&nbsp;|&nbsp;|
 |:--|:--|
 |Native|Yes|
 |Master|Yes\*|
index 25d9ba310536d948bfdc2555681db09ff56dedc8..0fb538146a2e751abe9f182df12f3c7f792cd2b0 100644 (file)
@@ -190,7 +190,7 @@ Allow this many incoming TCP DNS connections simultaneously.
 Default directory for modules. See ["Modules and Backends"](#XXX).
 
 ## `negquery-cache-ttl`
-| | |
+|&nbsp;|&nbsp;|
 |:-|:-|
 |Type|Integer|
 |Default|60|
@@ -225,7 +225,7 @@ ABI version to use for the pipe backend. See ["PipeBackend protocol"](backend-pi
 Boolean, available as of 3.3. PowerDNS Authoritative Server attempts to not send out notifications to itself in master mode. In very complicated situations we could guess wrong and not notify a server that should be notified. In that case, set prevent-self-notification to "no".
 
 ## `query-cache-ttl`
-| | |
+|&nbsp;|&nbsp;|
 |:-|:-|
 |Type|Integer|
 |Default|20|
index 73d036c49621bc3683921d1edb8c52b8452e8216..5494d8c41c7dc2ec613a3f42884336afb89c567e 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
 for file in `find doc-build -name '*.md' -type f -print`; do
-  pandoc -f markdown_github -t markdown_mmd -F markdown/process-includes.py $file -o $file
+  pandoc -f markdown_github+pipe_tables -t markdown_github+pipe_tables -F markdown/process-includes.py $file -o $file
 done