doc-export finished
This commit is contained in:
parent
c9230db41b
commit
66c5d1955e
8 changed files with 16 additions and 243 deletions
|
@ -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
|
||||
|
|
|
@ -20,9 +20,10 @@
|
|||
|
||||
<a href="/cryptobox?action=init_ask" title="Ersteinrichtung">Initialisierung</a>
|
||||
<a href="/cryptobox?action=show_log" title="Ereignis-Protokoll">Protokoll</a>
|
||||
<a href="/cryptobox?action=doc" title="Nutzer-Handbuch">Hilfe</a>
|
||||
<a href="/doc/CryptoBox.html" title="Nutzer-Handbuch">Hilfe</a>
|
||||
<a href="/cryptobox?action=shutdown_ask" title="Herunterfahren">Herunterfahren</a>
|
||||
|
||||
</div>
|
||||
<div id="words">
|
||||
|
||||
|
||||
|
@ -361,65 +362,6 @@
|
|||
</div> <!-- end page -->
|
||||
|
||||
|
||||
<div id="footer">
|
||||
<ul class="editbar">
|
||||
<li><a href="CryptoBox?action=edit.html">Edit</a></li>
|
||||
<li><a href="CryptoBox?action=diff.html">Show Changes</a></li>
|
||||
<li><a href="CryptoBox?action=info.html">Get Info</a></li>
|
||||
<li>
|
||||
<form class="actionsmenu" method="get" action="">
|
||||
<div>
|
||||
<label>More Actions:</label>
|
||||
<select name="action"
|
||||
onchange="if ((this.selectedIndex != 0) &&
|
||||
(this.options[this.selectedIndex].disabled == false)) {
|
||||
this.form.submit();
|
||||
}
|
||||
this.selectedIndex = 0;">
|
||||
<option value="raw">Show Raw Text</option>
|
||||
<option value="print">Show Print View</option>
|
||||
<option value="refresh">Delete Cache</option>
|
||||
<option value="show" disabled class="disabled">--------</option>
|
||||
<option value="AttachFile">Attachments</option>
|
||||
<option value="SpellCheck">Check Spelling</option>
|
||||
<option value="LikePages">Show Like Pages</option>
|
||||
<option value="LocalSiteMap">Show Local Site Map</option>
|
||||
<option value="show" disabled class="disabled">--------</option>
|
||||
<option value="RenamePage" disabled class="disabled">Rename Page</option>
|
||||
<option value="DeletePage" disabled class="disabled">Delete Page</option>
|
||||
<option value="show" disabled class="disabled">--------</option>
|
||||
<option value="VisualSiteMap">Visual Site Map</option>
|
||||
</select>
|
||||
<input type="submit" value="Do">
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
<!--// Init menu
|
||||
actionsMenuInit('More Actions:');
|
||||
//-->
|
||||
</script>
|
||||
</form>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul id="credits">
|
||||
<li>
|
||||
Ein
|
||||
<a href="https://systemausfall.org" title="systemausfall.org">systemausfall.org</a>
|
||||
Wiki - angetrieben durch <a href="http://moinmoin.wikiwikiweb.de" title="MoinMoin Wiki">MoinMoin</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<!-- Creative Commons License -->
|
||||
<br/>
|
||||
<div style="text-align:center; font-size:10px">
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/"><img alt="Creative Commons License" border="0" src="somerights20.gif" /></a><br />
|
||||
<font size="1">This page is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>.</font>
|
||||
</div>
|
||||
<!-- /Creative Commons License -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</div><!-- end of 'words' -->
|
||||
|
||||
|
|
|
@ -20,9 +20,10 @@
|
|||
|
||||
<a href="/cryptobox?action=init_ask" title="Ersteinrichtung">Initialisierung</a>
|
||||
<a href="/cryptobox?action=show_log" title="Ereignis-Protokoll">Protokoll</a>
|
||||
<a href="/cryptobox?action=doc" title="Nutzer-Handbuch">Hilfe</a>
|
||||
<a href="/doc/CryptoBox.html" title="Nutzer-Handbuch">Hilfe</a>
|
||||
<a href="/cryptobox?action=shutdown_ask" title="Herunterfahren">Herunterfahren</a>
|
||||
|
||||
</div>
|
||||
<div id="words">
|
||||
|
||||
|
||||
|
@ -377,65 +378,6 @@ CONFIG_TUN=m</pre>
|
|||
</div> <!-- end page -->
|
||||
|
||||
|
||||
<div id="footer">
|
||||
<ul class="editbar">
|
||||
<li><a href="CryptoBoxDev?action=edit.html">Edit</a></li>
|
||||
<li><a href="CryptoBoxDev?action=diff.html">Show Changes</a></li>
|
||||
<li><a href="CryptoBoxDev?action=info.html">Get Info</a></li>
|
||||
<li>
|
||||
<form class="actionsmenu" method="get" action="">
|
||||
<div>
|
||||
<label>More Actions:</label>
|
||||
<select name="action"
|
||||
onchange="if ((this.selectedIndex != 0) &&
|
||||
(this.options[this.selectedIndex].disabled == false)) {
|
||||
this.form.submit();
|
||||
}
|
||||
this.selectedIndex = 0;">
|
||||
<option value="raw">Show Raw Text</option>
|
||||
<option value="print">Show Print View</option>
|
||||
<option value="refresh">Delete Cache</option>
|
||||
<option value="show" disabled class="disabled">--------</option>
|
||||
<option value="AttachFile">Attachments</option>
|
||||
<option value="SpellCheck">Check Spelling</option>
|
||||
<option value="LikePages">Show Like Pages</option>
|
||||
<option value="LocalSiteMap">Show Local Site Map</option>
|
||||
<option value="show" disabled class="disabled">--------</option>
|
||||
<option value="RenamePage" disabled class="disabled">Rename Page</option>
|
||||
<option value="DeletePage" disabled class="disabled">Delete Page</option>
|
||||
<option value="show" disabled class="disabled">--------</option>
|
||||
<option value="VisualSiteMap">Visual Site Map</option>
|
||||
</select>
|
||||
<input type="submit" value="Do">
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
<!--// Init menu
|
||||
actionsMenuInit('More Actions:');
|
||||
//-->
|
||||
</script>
|
||||
</form>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul id="credits">
|
||||
<li>
|
||||
Ein
|
||||
<a href="https://systemausfall.org" title="systemausfall.org">systemausfall.org</a>
|
||||
Wiki - angetrieben durch <a href="http://moinmoin.wikiwikiweb.de" title="MoinMoin Wiki">MoinMoin</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<!-- Creative Commons License -->
|
||||
<br/>
|
||||
<div style="text-align:center; font-size:10px">
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/"><img alt="Creative Commons License" border="0" src="somerights20.gif" /></a><br />
|
||||
<font size="1">This page is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>.</font>
|
||||
</div>
|
||||
<!-- /Creative Commons License -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</div><!-- end of 'words' -->
|
||||
|
||||
|
|
|
@ -20,9 +20,10 @@
|
|||
|
||||
<a href="/cryptobox?action=init_ask" title="Ersteinrichtung">Initialisierung</a>
|
||||
<a href="/cryptobox?action=show_log" title="Ereignis-Protokoll">Protokoll</a>
|
||||
<a href="/cryptobox?action=doc" title="Nutzer-Handbuch">Hilfe</a>
|
||||
<a href="/doc/CryptoBox.html" title="Nutzer-Handbuch">Hilfe</a>
|
||||
<a href="/cryptobox?action=shutdown_ask" title="Herunterfahren">Herunterfahren</a>
|
||||
|
||||
</div>
|
||||
<div id="words">
|
||||
|
||||
|
||||
|
@ -104,65 +105,6 @@
|
|||
</div> <!-- end page -->
|
||||
|
||||
|
||||
<div id="footer">
|
||||
<ul class="editbar">
|
||||
<li><a href="CryptoBoxEn?action=edit.html">Edit</a></li>
|
||||
<li><a href="CryptoBoxEn?action=diff.html">Show Changes</a></li>
|
||||
<li><a href="CryptoBoxEn?action=info.html">Get Info</a></li>
|
||||
<li>
|
||||
<form class="actionsmenu" method="get" action="">
|
||||
<div>
|
||||
<label>More Actions:</label>
|
||||
<select name="action"
|
||||
onchange="if ((this.selectedIndex != 0) &&
|
||||
(this.options[this.selectedIndex].disabled == false)) {
|
||||
this.form.submit();
|
||||
}
|
||||
this.selectedIndex = 0;">
|
||||
<option value="raw">Show Raw Text</option>
|
||||
<option value="print">Show Print View</option>
|
||||
<option value="refresh">Delete Cache</option>
|
||||
<option value="show" disabled class="disabled">--------</option>
|
||||
<option value="AttachFile">Attachments</option>
|
||||
<option value="SpellCheck">Check Spelling</option>
|
||||
<option value="LikePages">Show Like Pages</option>
|
||||
<option value="LocalSiteMap">Show Local Site Map</option>
|
||||
<option value="show" disabled class="disabled">--------</option>
|
||||
<option value="RenamePage" disabled class="disabled">Rename Page</option>
|
||||
<option value="DeletePage" disabled class="disabled">Delete Page</option>
|
||||
<option value="show" disabled class="disabled">--------</option>
|
||||
<option value="VisualSiteMap">Visual Site Map</option>
|
||||
</select>
|
||||
<input type="submit" value="Do">
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
<!--// Init menu
|
||||
actionsMenuInit('More Actions:');
|
||||
//-->
|
||||
</script>
|
||||
</form>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul id="credits">
|
||||
<li>
|
||||
Ein
|
||||
<a href="https://systemausfall.org" title="systemausfall.org">systemausfall.org</a>
|
||||
Wiki - angetrieben durch <a href="http://moinmoin.wikiwikiweb.de" title="MoinMoin Wiki">MoinMoin</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<!-- Creative Commons License -->
|
||||
<br/>
|
||||
<div style="text-align:center; font-size:10px">
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/"><img alt="Creative Commons License" border="0" src="somerights20.gif" /></a><br />
|
||||
<font size="1">This page is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>.</font>
|
||||
</div>
|
||||
<!-- /Creative Commons License -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</div><!-- end of 'words' -->
|
||||
|
||||
|
|
|
@ -20,9 +20,10 @@
|
|||
|
||||
<a href="/cryptobox?action=init_ask" title="Ersteinrichtung">Initialisierung</a>
|
||||
<a href="/cryptobox?action=show_log" title="Ereignis-Protokoll">Protokoll</a>
|
||||
<a href="/cryptobox?action=doc" title="Nutzer-Handbuch">Hilfe</a>
|
||||
<a href="/doc/CryptoBox.html" title="Nutzer-Handbuch">Hilfe</a>
|
||||
<a href="/cryptobox?action=shutdown_ask" title="Herunterfahren">Herunterfahren</a>
|
||||
|
||||
</div>
|
||||
<div id="words">
|
||||
|
||||
|
||||
|
@ -366,65 +367,6 @@
|
|||
</div> <!-- end page -->
|
||||
|
||||
|
||||
<div id="footer">
|
||||
<ul class="editbar">
|
||||
<li><a href="CryptoBoxKonzept?action=edit.html">Edit</a></li>
|
||||
<li><a href="CryptoBoxKonzept?action=diff.html">Show Changes</a></li>
|
||||
<li><a href="CryptoBoxKonzept?action=info.html">Get Info</a></li>
|
||||
<li>
|
||||
<form class="actionsmenu" method="get" action="">
|
||||
<div>
|
||||
<label>More Actions:</label>
|
||||
<select name="action"
|
||||
onchange="if ((this.selectedIndex != 0) &&
|
||||
(this.options[this.selectedIndex].disabled == false)) {
|
||||
this.form.submit();
|
||||
}
|
||||
this.selectedIndex = 0;">
|
||||
<option value="raw">Show Raw Text</option>
|
||||
<option value="print">Show Print View</option>
|
||||
<option value="refresh">Delete Cache</option>
|
||||
<option value="show" disabled class="disabled">--------</option>
|
||||
<option value="AttachFile">Attachments</option>
|
||||
<option value="SpellCheck">Check Spelling</option>
|
||||
<option value="LikePages">Show Like Pages</option>
|
||||
<option value="LocalSiteMap">Show Local Site Map</option>
|
||||
<option value="show" disabled class="disabled">--------</option>
|
||||
<option value="RenamePage" disabled class="disabled">Rename Page</option>
|
||||
<option value="DeletePage" disabled class="disabled">Delete Page</option>
|
||||
<option value="show" disabled class="disabled">--------</option>
|
||||
<option value="VisualSiteMap">Visual Site Map</option>
|
||||
</select>
|
||||
<input type="submit" value="Do">
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
<!--// Init menu
|
||||
actionsMenuInit('More Actions:');
|
||||
//-->
|
||||
</script>
|
||||
</form>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul id="credits">
|
||||
<li>
|
||||
Ein
|
||||
<a href="https://systemausfall.org" title="systemausfall.org">systemausfall.org</a>
|
||||
Wiki - angetrieben durch <a href="http://moinmoin.wikiwikiweb.de" title="MoinMoin Wiki">MoinMoin</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<!-- Creative Commons License -->
|
||||
<br/>
|
||||
<div style="text-align:center; font-size:10px">
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/"><img alt="Creative Commons License" border="0" src="somerights20.gif" /></a><br />
|
||||
<font size="1">This page is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>.</font>
|
||||
</div>
|
||||
<!-- /Creative Commons License -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</div><!-- end of 'words' -->
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
</div><!-- end of 'words' -->
|
||||
|
||||
<div id="footer">
|
||||
<a href="https://systemausfall.org/prj/cryptobox" title="Projekt-Seite">CryptoBox-Home</a> Die CryptoBox ist ein Projekt von <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>
|
||||
|
|
|
@ -20,8 +20,9 @@
|
|||
|
||||
<a href="/cryptobox?action=init_ask" title="Ersteinrichtung">Initialisierung</a>
|
||||
<a href="/cryptobox?action=show_log" title="Ereignis-Protokoll">Protokoll</a>
|
||||
<a href="/cryptobox?action=doc" title="Nutzer-Handbuch">Hilfe</a>
|
||||
<a href="/doc/CryptoBox.html" title="Nutzer-Handbuch">Hilfe</a>
|
||||
<a href="/cryptobox?action=shutdown_ask" title="Herunterfahren">Herunterfahren</a>
|
||||
|
||||
</div>
|
||||
<div id="words">
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ for PAGE in $PAGES; do
|
|||
echo " removing header and footer ..."
|
||||
# break lines before start of content
|
||||
sed -i 's#<div [^>]* id="content" [^>]*>#_END_OF_HEADER_\n#' "$TMP_FILE"
|
||||
#sed -i 's#<div id="footer">#\n_START_OF_FOOTER_#' "$TMP_FILE"
|
||||
sed -i 's#<div id="footer">#\n_START_OF_FOOTER_#' "$TMP_FILE"
|
||||
# remove all lines before and after "body"
|
||||
sed -i '1,/_END_OF_HEADER_/d; /_START_OF_FOOTER_/,$d' "$TMP_FILE"
|
||||
|
||||
|
|
Loading…
Reference in a new issue