Skip to content

Commit f778b0f

Browse files
committed
Various documentation cleanups
1 parent dd39e2d commit f778b0f

File tree

8 files changed

+9
-761
lines changed

8 files changed

+9
-761
lines changed

ChangeLog.old

Lines changed: 0 additions & 665 deletions
This file was deleted.

INSTALL

Lines changed: 0 additions & 3 deletions
This file was deleted.

INSTALL

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README.md

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
For news, please see http://www.powerdns.com and http://wiki.powerdns.com
1+
For news, please see http://www.powerdns.com and http://docs.powerdns.com

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exact license and exception used).
55
All documentation can be found on http://doc.powerdns.com/
66

77
This file may lag behind at times. For most recent updates, always check
8-
https://doc.powerdns.com/md/changelog/ and http://wiki.powerdns.com
8+
https://doc.powerdns.com/md/changelog/.
99

1010
Another good place to look for information is:
1111
https://doc.powerdns.com/md/appendix/compiling-powerdns/
@@ -64,9 +64,6 @@ build the recursor is first running `dist-recursor` and compiling from the `pdns
6464

6565
When building from git `pandoc` and `zip` are build dependencies.
6666

67-
To build deb and rpm packages after running `dist-recursor`, run `build-recursor`. This depends on
68-
Lua 5.1 (liblua5.1-dev), dh-make and rpm.
69-
7067
SOLARIS NOTES
7168
-------------
7269
Use a recent gcc. OpenCSW is a good source, as is Solaris 11 IPS.
@@ -79,7 +76,6 @@ You need to compile using gmake - regular make only appears to work, but doesn't
7976

8077
MAC OS X NOTES
8178
--------------
82-
8379
PowerDNS Authoritative Server is available through Homebrew:
8480

8581
$ brew install pdns
@@ -100,5 +96,3 @@ For MySQL support:
10096
LINUX NOTES
10197
-----------
10298
None really.
103-
104-

docs/extract.cc

Lines changed: 0 additions & 74 deletions
This file was deleted.

docs/make-thanks

Lines changed: 0 additions & 10 deletions
This file was deleted.
File renamed without changes.

docs/process-md.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pre() {
1717
-e 's/\\([\$\^><])/\1/g;' \
1818
$file
1919
done
20-
sed 's|\([0-9a-f]\{9\}\)\([0-9a-f]*\)|[\1](https://github.com/PowerDNS/pdns/commit/\1\2)|g' < markdown/changelog.md.raw > doc-build/changelog.md
20+
sed 's|\([0-9a-f]\{9\}\)\([0-9a-f]*\)|[\1](https://github.com/PowerDNS/pdns/commit/\1\2)|g' < markdown/changelog.raw.md > doc-build/changelog.md
2121
}
2222

2323
post() {
@@ -27,6 +27,11 @@ post() {
2727
-e 's/\<table>/<table class="table-bordered">/;' \
2828
-e 's/\<title>None\<\/title>/<title>PowerDNS<\/title>/' \
2929
{} +
30+
31+
# Remove files we don't need on the site
32+
rm -rf html/process-* \
33+
html/changelog.raw.md \
34+
html/theme
3035
}
3136

3237
$1

0 commit comments

Comments
 (0)