diff --git a/cbox-tree.d/usr/lib/cryptobox/configure-cryptobox.sh b/cbox-tree.d/usr/lib/cryptobox/configure-cryptobox.sh index 328b852..d951144 100755 --- a/cbox-tree.d/usr/lib/cryptobox/configure-cryptobox.sh +++ b/cbox-tree.d/usr/lib/cryptobox/configure-cryptobox.sh @@ -41,6 +41,11 @@ function configure_normal() # change thttpd-user from www-data to root (permissions for mount, cryptsetup, ...) sed -i "s/^user=.*/user=root/" /etc/thttpd/thttpd.conf + # the thttpd documentations says "nosymlinkcheck" instead of + # "nosymlink" - TODO: "nosymlink" breaks "/cryptobox" URL!!! + #sed -i "/symlink/d" /etc/thttpd/thttpd.conf + #echo "nosymlink" >>/etc/thttpd/thttpd.conf + ########## sshd ############ if [ -e "/etc/ssh" ]; then # allow empty passwords for ssh diff --git a/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBox.html b/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBox.html index 17316b4..06816f3 100644 --- a/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBox.html +++ b/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBox.html @@ -20,9 +20,10 @@ Initialisierung Protokoll -Hilfe +Hilfe Herunterfahren +
@@ -361,65 +362,6 @@
- - -
-
-Creative Commons License
-This page is licensed under a Creative Commons Attribution-ShareAlike 2.5 License. -
- - - diff --git a/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBoxDev.html b/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBoxDev.html index 4790b70..c0d0faa 100644 --- a/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBoxDev.html +++ b/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBoxDev.html @@ -20,9 +20,10 @@ Initialisierung Protokoll -Hilfe +Hilfe Herunterfahren +
@@ -377,65 +378,6 @@ CONFIG_TUN=m
- - -
-
-Creative Commons License
-This page is licensed under a Creative Commons Attribution-ShareAlike 2.5 License. -
- - - diff --git a/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBoxEn.html b/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBoxEn.html index 54ef72d..9d83f25 100644 --- a/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBoxEn.html +++ b/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBoxEn.html @@ -20,9 +20,10 @@ Initialisierung Protokoll -Hilfe +Hilfe Herunterfahren +
@@ -104,65 +105,6 @@
- - -
-
-Creative Commons License
-This page is licensed under a Creative Commons Attribution-ShareAlike 2.5 License. -
- - - diff --git a/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBoxKonzept.html b/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBoxKonzept.html index 6030c10..5efa4e7 100644 --- a/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBoxKonzept.html +++ b/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBoxKonzept.html @@ -20,9 +20,10 @@ Initialisierung Protokoll -Hilfe +Hilfe Herunterfahren +
@@ -366,65 +367,6 @@
- - -
-
-Creative Commons License
-This page is licensed under a Creative Commons Attribution-ShareAlike 2.5 License. -
- - - diff --git a/tools/doc_footer.inc b/tools/doc_footer.inc index f9b4b3c..9d5cd52 100644 --- a/tools/doc_footer.inc +++ b/tools/doc_footer.inc @@ -1,4 +1,3 @@ -
diff --git a/tools/userdocexport.sh b/tools/userdocexport.sh index 0660626..f2aceda 100755 --- a/tools/userdocexport.sh +++ b/tools/userdocexport.sh @@ -36,7 +36,7 @@ for PAGE in $PAGES; do echo " removing header and footer ..." # break lines before start of content sed -i 's#
]* id="content" [^>]*>#_END_OF_HEADER_\n#' "$TMP_FILE" - #sed -i 's#