doc-export finished

This commit is contained in:
lars 2005-08-31 10:15:59 +00:00
parent c9230db41b
commit 66c5d1955e
8 changed files with 16 additions and 243 deletions

View file

@ -1,4 +1,3 @@
</div><!-- end of 'words' -->
<div id="footer">
<a href="https://systemausfall.org/prj/cryptobox" title="Projekt-Seite">CryptoBox-Home</a>&nbsp;&nbsp;Die CryptoBox ist ein Projekt von <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>

View file

@ -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">

View file

@ -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"