]> git.ipfire.org Git - thirdparty/pdns.git/commit
Add initial markdown documentation and makefile/config
authorPieter Lexis <pieter@plexis.eu>
Mon, 11 Aug 2014 17:56:27 +0000 (19:56 +0200)
committerPieter Lexis <pieter@plexis.eu>
Tue, 25 Nov 2014 19:11:10 +0000 (20:11 +0100)
commit6161487caf4787341840a34f35681fe721389ac5
tree6c8614f6f9576df5f333f8997d7d20044b92cedd
parenteda307fc564e456147e577ff7614dc01d1f2f514
Add initial markdown documentation and makefile/config
46 files changed:
pdns/docs/.gitignore
pdns/docs/Makefile
pdns/docs/markdown/appendix/backend-writers-guide.md [new file with mode: 0644]
pdns/docs/markdown/appendix/compiling-powerdns.md [new file with mode: 0644]
pdns/docs/markdown/appendix/pdns-internals.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/backend-bind.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/backend-db2.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/backend-generic-mypgsql.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/backend-oracle.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/backend-random.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/backend-tinydns.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/configuration.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/dnssec.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/index.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/installation.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/logging.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/migration.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/modes-of-operation.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/performance.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/recursion.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/running.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/security.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/settings.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/tinydns.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/upgrading.md [new file with mode: 0644]
pdns/docs/markdown/authoritative/virtual.md [new file with mode: 0644]
pdns/docs/markdown/changelog.md [new file with mode: 0644]
pdns/docs/markdown/index.md [new file with mode: 0644]
pdns/docs/markdown/recursor/anti-spoofing.md [new file with mode: 0644]
pdns/docs/markdown/recursor/index.md [new file with mode: 0644]
pdns/docs/markdown/recursor/performance.md [new file with mode: 0644]
pdns/docs/markdown/recursor/scripting.md [new file with mode: 0644]
pdns/docs/markdown/recursor/settings.md [new file with mode: 0644]
pdns/docs/markdown/recursor/stats.md [new file with mode: 0644]
pdns/docs/markdown/security/index.md [new file with mode: 0644]
pdns/docs/markdown/security/powerdns-advisory-2006-01.md [new file with mode: 0644]
pdns/docs/markdown/security/powerdns-advisory-2006-02.md [new file with mode: 0644]
pdns/docs/markdown/security/powerdns-advisory-2008-01.md [new file with mode: 0644]
pdns/docs/markdown/security/powerdns-advisory-2008-02.md [new file with mode: 0644]
pdns/docs/markdown/security/powerdns-advisory-2008-03.md [new file with mode: 0644]
pdns/docs/markdown/security/powerdns-advisory-2010-01.md [new file with mode: 0644]
pdns/docs/markdown/security/powerdns-advisory-2010-02.md [new file with mode: 0644]
pdns/docs/markdown/security/powerdns-advisory-2012-01.md [new file with mode: 0644]
pdns/docs/markdown/tools/analysis.md [new file with mode: 0644]
pdns/docs/markdown/types.md [new file with mode: 0644]
pdns/docs/mkdocs.yml [new file with mode: 0644]