doc-export finished
This commit is contained in:
parent
c9230db41b
commit
66c5d1955e
8 changed files with 16 additions and 243 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue