Skip to content

Commit 69cf821

Browse files
author
Paul Cobbaut
committed
Merge pull request #41 from paulcobbaut/master
cleanup of modules directory
2 parents d5174b2 + 07ed0a9 commit 69cf821

39 files changed

+92
-800
lines changed

books/minibook_users/config

-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ add_mod chapter users
1414
add_mod chapter user_management
1515
add_mod chapter user_passwords
1616
add_mod chapter user_profiles
17-
#add_mod chapter intro_groups
1817
add_mod chapter groups
1918
# separate su - sudo chapter ??

books/networking/authors

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# first name, last name, email, url
2+
# several authors are possible, but only the first one is used by the docbook <author> tag.
3+
Paul,Cobbaut,[email protected],http://www.linkedin.com/in/cobbaut

books/networking/config

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/bin/sh
2+
#
3+
4+
BOOKTITLE="Linux Networking"
5+
6+
add_mod minibook minibook_networking
7+
add_mod minibook minibook_webserver # seperate squid?
8+
add_mod minibook minibook_dns
9+
add_mod minibook minibook_dhcp
10+
add_mod minibook minibook_firewall
11+
add_mod minibook minibook_samba
12+
add_mod minibook minibook_ipv6
13+
14+
# license
15+
add_mod appendix license

books/networking/contributors

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# first name, last name, email, topic
2+
Serge,van Ginderachter,[email protected],build scripts; infrastructure setup; minor stuff
3+
Hendrik,De Vloed,[email protected],buildheader.pl script

books/networking/copyrights

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# first name, last name
2+
Paul,Cobbaut

books/networking/reviewers

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# first name, last name, email, url
2+
Wouter,Verhelst,[email protected],http://grep.be
3+
Geert,Goossens,[email protected],http://www.linkedin.com/in/geertgoossens
4+
Elie,De Brauwer,[email protected],http://www.de-brauwer.be
5+
Christophe,Vandeplas,[email protected],http://christophe.vandeplas.com
6+
Bert,Desmet,[email protected],http://bdesmet.be
7+
Rich,Yonts,[email protected],

books/networking/version

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
MAJOR=2
2+
MINOR=0

books/security/authors

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# first name, last name, email, url
2+
# several authors are possible, but only the first one is used by the docbook <author> tag.
3+
Paul,Cobbaut,[email protected],http://www.linkedin.com/in/cobbaut

books/security/config

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/sh
2+
#
3+
4+
BOOKTITLE="Linux Security"
5+
6+
add_mod minibook minibook_users
7+
add_mod minibook minibook_files
8+
add_mod minibook minibook_firewall
9+
add_mod minibook minibook_selinux
10+
11+
# license
12+
add_mod appendix license

books/security/contributors

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# first name, last name, email, topic
2+
Serge,van Ginderachter,[email protected],build scripts; infrastructure setup; minor stuff
3+
Hendrik,De Vloed,[email protected],buildheader.pl script

books/security/copyrights

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# first name, last name
2+
Paul,Cobbaut

books/security/reviewers

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# first name, last name, email, url
2+
Wouter,Verhelst,[email protected],http://grep.be
3+
Geert,Goossens,[email protected],http://www.linkedin.com/in/geertgoossens
4+
Elie,De Brauwer,[email protected],http://www.de-brauwer.be
5+
Christophe,Vandeplas,[email protected],http://christophe.vandeplas.com
6+
Bert,Desmet,[email protected],http://bdesmet.be
7+
Rich,Yonts,[email protected],

books/security/version

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
MAJOR=2
2+
MINOR=0

books/storage/authors

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# first name, last name, email, url
2+
# several authors are possible, but only the first one is used by the docbook <author> tag.
3+
Paul,Cobbaut,[email protected],http://www.linkedin.com/in/cobbaut

books/storage/config

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/sh
2+
#
3+
4+
BOOKTITLE="Linux Storage"
5+
6+
add_mod minibook minibook_files
7+
add_mod minibook minibook_local_disk_management
8+
add_mod minibook minibook_backup
9+
add_mod minibook minibook_database
10+
add_mod minibook minibook_samba
11+
12+
# license
13+
add_mod appendix license

books/storage/contributors

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# first name, last name, email, topic
2+
Serge,van Ginderachter,[email protected],build scripts; infrastructure setup; minor stuff
3+
Hendrik,De Vloed,[email protected],buildheader.pl script

books/storage/copyrights

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# first name, last name
2+
Paul,Cobbaut

books/storage/reviewers

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# first name, last name, email, url
2+
Wouter,Verhelst,[email protected],http://grep.be
3+
Geert,Goossens,[email protected],http://www.linkedin.com/in/geertgoossens
4+
Elie,De Brauwer,[email protected],http://www.de-brauwer.be
5+
Christophe,Vandeplas,[email protected],http://christophe.vandeplas.com
6+
Bert,Desmet,[email protected],http://bdesmet.be
7+
Rich,Yonts,[email protected],

books/storage/version

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
MAJOR=2
2+
MINOR=0

make.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ CHAPTERS=""
3636
APPENDICES=""
3737

3838
DATECODE=$(date +%y%m%d | sed s/^0//)
39-
PUBDATE=$(date +%c)
39+
PUBDATE=$(date +'%Y-%m-%d')
4040
YEAR=$(date +%Y)
4141

4242
### functions ###
@@ -165,7 +165,6 @@ build_header() {
165165
"$BOOKSDIR/$book/reviewers" \
166166
"$PUBDATE" \
167167
"$YEAR" \
168-
"$VERSIONSTRING" \
169168
"$TEACHER" >> $headerfile
170169
echo "</bookinfo>" >> $headerfile
171170
}

modules/bind/010_bind_title.xml

-1
This file was deleted.

modules/bind/030_bind_theory.xml

-155
This file was deleted.

modules/bind/040_bind_practice.xml

-4
This file was deleted.

modules/distributions/010_distros_title.xml

-1
This file was deleted.

modules/distributions/020_distributions_about.xml

-1
This file was deleted.

0 commit comments

Comments
 (0)