Skip to content

Commit

Permalink
Re-generate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rseichter committed Apr 18, 2024
1 parent e3cfcc6 commit 253a324
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/combined.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[DEFAULT]
cleanup = automatic
enabled = false
enabled = no
integrity_check = sha256
log_level = WARNING
log_method = console
Expand Down
2 changes: 1 addition & 1 deletion docs/fangfrisch.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fangfrisch
Ralph Seichter <fangfrisch@seichter.de>
v1.9.1.dev1, {docdate}
v1.9.1.dev2, {docdate}
:copyright: © 2020-2024 Ralph Seichter
:encoding: UTF-8
:hyphens: en
Expand Down
Binary file modified docs/fangfrisch.pdf
Binary file not shown.
21 changes: 13 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@ <h1>Fangfrisch</h1>
<div class="details">
<span id="author" class="author">Ralph Seichter</span><br>
<span id="email" class="email"><a href="mailto:[email protected]">[email protected]</a></span><br>
<span id="revnumber">version 1.9.0,</span>
<span id="revdate">2024-03-08</span>
<span id="revnumber">version 1.9.1.dev2,</span>
<span id="revdate">2024-04-18</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -1073,7 +1073,7 @@ <h2 id="internalconf"><a class="anchor" href="#internalconf"></a>Appendix A: Def
<div class="content">
<pre>[DEFAULT]
cleanup = automatic
enabled = false
enabled = no
integrity_check = sha256
log_level = WARNING
log_method = console
Expand Down Expand Up @@ -1197,7 +1197,7 @@ <h2 id="sampleeff"><a class="anchor" href="#sampleeff"></a>Appendix B: Effective
<div class="content">
<pre>[DEFAULT]
cleanup = automatic
enabled = false
enabled = no
integrity_check = sha256
log_level = WARNING
log_method = console
Expand Down Expand Up @@ -1357,6 +1357,10 @@ <h2 id="ffnews"><a class="anchor" href="#ffnews"></a>Appendix C: Fangfrisch News
declare -r MAILTO="[email protected]"
declare -r SUBJECT="Fangfrisch News are available"

# Choose one of the options below and uncomment the 'declare'
# statements. Until this is done, the script will fail with
# an error message.

# Option 1: Mutt
#declare -r MAILAPP="mutt"
#declare -r MAILAPP_OPT=( "-s" "$SUBJECT" "$MAILTO" )
Expand All @@ -1367,8 +1371,8 @@ <h2 id="ffnews"><a class="anchor" href="#ffnews"></a>Appendix C: Fangfrisch News
#export PATH="$PATH:/usr/sbin"

# Option 3: swaks
declare -r MAILAPP="swaks"
declare -r MAILAPP_OPT=( "-d" "-" "-f" "$MAILFROM" "-t" "$MAILTO" )
#declare -r MAILAPP="swaks"
#declare -r MAILAPP_OPT=( "-d" "-" "-f" "$MAILFROM" "-t" "$MAILTO" )

### No changes required below this line ###

Expand Down Expand Up @@ -1411,6 +1415,7 @@ <h2 id="ffnews"><a class="anchor" href="#ffnews"></a>Appendix C: Fangfrisch News

main() {
local t
[ -n "$MAILAPP" ] || die "MAILAPP is undefined, exiting."
if tty -s; then
# Running in a terminal session
t=$(mktemp)
Expand Down Expand Up @@ -1467,8 +1472,8 @@ <h3 id="_accessing_mappings"><a class="anchor" href="#_accessing_mappings"></a>D
</div>
<div id="footer">
<div id="footer-text">
Version 1.9.0<br>
Last updated 2024-03-08 12:14:07 +0100
Version 1.9.1.dev2<br>
Last updated 2024-04-18 14:16:08 +0200
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/internal.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[DEFAULT]
cleanup = automatic
enabled = false
enabled = no
integrity_check = sha256
log_level = WARNING
log_method = console
Expand Down

0 comments on commit 253a324

Please sign in to comment.