diff --git a/cbox-tree.d/usr/share/cryptobox/templates/nav.cs b/cbox-tree.d/usr/share/cryptobox/templates/nav.cs index ede4c9e..5dc6c5d 100644 --- a/cbox-tree.d/usr/share/cryptobox/templates/nav.cs +++ b/cbox-tree.d/usr/share/cryptobox/templates/nav.cs @@ -14,6 +14,7 @@ Initialisierung Protokoll -Hilfe + +Hilfe Herunterfahren 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 157360c..17316b4 100644 --- a/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBox.html +++ b/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBox.html @@ -1,6 +1,33 @@ + + + + + CryptoBox + + + + + + +
+ + +
+ -

last edited 2005-07-19 10:48:31 by

+

last edited 2005-08-31 09:13:52 by lars

+ + +
+
+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 f4562f4..4790b70 100644 --- a/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBoxDev.html +++ b/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBoxDev.html @@ -1,3 +1,30 @@ + + + + + CryptoBox + + + + + + +
+ + +
+ + + + +
+
+ + + 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 654dd29..54ef72d 100644 --- a/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBoxEn.html +++ b/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBoxEn.html @@ -1,11 +1,38 @@ + + + + + CryptoBox + + + + + + +
+ + +
+ + + +
+
+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 7e2d949..6030c10 100644 --- a/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBoxKonzept.html +++ b/cbox-tree.d/usr/share/doc/cryptobox/html/CryptoBoxKonzept.html @@ -1,3 +1,30 @@ + + + + + CryptoBox + + + + + + +
+ + +
+ + + + +
+
+ + + diff --git a/cbox-tree.d/usr/share/doc/cryptobox/html/moin-inter.png b/cbox-tree.d/usr/share/doc/cryptobox/html/moin-inter.png new file mode 100644 index 0000000..9a62324 Binary files /dev/null and b/cbox-tree.d/usr/share/doc/cryptobox/html/moin-inter.png differ diff --git a/cbox-tree.d/usr/share/doc/cryptobox/html/moin-www.png b/cbox-tree.d/usr/share/doc/cryptobox/html/moin-www.png new file mode 100644 index 0000000..2534714 Binary files /dev/null and b/cbox-tree.d/usr/share/doc/cryptobox/html/moin-www.png differ diff --git a/cbox-tree.d/usr/share/doc/cryptobox/html/smile.png b/cbox-tree.d/usr/share/doc/cryptobox/html/smile.png new file mode 100644 index 0000000..b51b3ff Binary files /dev/null and b/cbox-tree.d/usr/share/doc/cryptobox/html/smile.png differ diff --git a/cbox-tree.d/usr/share/doc/cryptobox/html/smile4.png b/cbox-tree.d/usr/share/doc/cryptobox/html/smile4.png new file mode 100644 index 0000000..f8f5b52 Binary files /dev/null and b/cbox-tree.d/usr/share/doc/cryptobox/html/smile4.png differ diff --git a/cbox-tree.d/usr/share/doc/cryptobox/html/somerights20.gif b/cbox-tree.d/usr/share/doc/cryptobox/html/somerights20.gif new file mode 100644 index 0000000..0860fa9 Binary files /dev/null and b/cbox-tree.d/usr/share/doc/cryptobox/html/somerights20.gif differ diff --git a/cbox-tree.d/var/www/cgi-bin/cryptobox.pl b/cbox-tree.d/var/www/cgi-bin/cryptobox.pl index e78d547..df81c7e 100755 --- a/cbox-tree.d/var/www/cgi-bin/cryptobox.pl +++ b/cbox-tree.d/var/www/cgi-bin/cryptobox.pl @@ -429,19 +429,10 @@ if ( ! &check_ssl()) { $pagedata->setValue('Data.Action', 'intro'); } } - #################### show_log ######################## + #################### show_log ####################### } elsif ($action eq 'show_log') { $pagedata->setValue('Data.Action', 'show_log'); - ##################### doc ############################ - } elsif ($action eq 'doc') { - if ($query->param('page')) { - $pagedata->setValue('Data.Doc.Page', $query->param('page')); - $pagedata->setValue('Data.Action', 'doc'); - } else { - $pagedata->setValue('Data.Doc.Page', 'CryptoBox.html'); - $pagedata->setValue('Data.Action', 'doc'); - } - ##################### pweroff ####################### + ##################### poweroff ###################### } elsif ($action eq 'shutdown_ask') { $pagedata->setValue('Data.Action', 'shutdown_form'); ##################### reboot ######################## diff --git a/cbox-tree.d/var/www/doc b/cbox-tree.d/var/www/doc new file mode 120000 index 0000000..a5745df --- /dev/null +++ b/cbox-tree.d/var/www/doc @@ -0,0 +1 @@ +../../usr/share/doc/cryptobox/html \ No newline at end of file diff --git a/hints/dev-requirements b/hints/dev-requirements new file mode 100644 index 0000000..531c050 --- /dev/null +++ b/hints/dev-requirements @@ -0,0 +1,5 @@ +developer requirements: +- dfsbuild +- wget +- curl +- (qemu) diff --git a/tools/doc_footer.inc b/tools/doc_footer.inc new file mode 100644 index 0000000..f9b4b3c --- /dev/null +++ b/tools/doc_footer.inc @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/tools/doc_header.inc b/tools/doc_header.inc new file mode 100644 index 0000000..3076d0c --- /dev/null +++ b/tools/doc_header.inc @@ -0,0 +1,27 @@ + + + + + CryptoBox + + + + + + +
+ + +
+