diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pingd.conf.pod | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/doc/pingd.conf.pod b/doc/pingd.conf.pod index cd5a499..1735ae7 100644 --- a/doc/pingd.conf.pod +++ b/doc/pingd.conf.pod @@ -381,6 +381,13 @@ show set to false are shown here too). =item B<gnupghome> +The file to write the index.html to (relative to the result directory). + + Default: 'indexfilebasename' => 'echolot.html', + Example: 'indexfilebasename' => 'index.html', + +=item B<gnupghome> + The directory which is used as temporal GnuPG home for all keyring and encryption/decryption actions. @@ -441,6 +448,7 @@ File listing broken type I remailer chains. If it does not exist, the part is skipped in generated stats. Otherwise its content is copied in verbatim. Default: 'broken1' => 'broken1.txt', + Example content: (havenco cmeclax) (frog3 nycrem) @@ -450,7 +458,7 @@ File listing broken type II remailer chains. If it does not exist, the part is skipped in generated stats. Otherwise its content is copied in verbatim. Default: 'broken2' => 'broken2.txt', - Example conent: + Example content: (freedom lcs) (* xganon) @@ -467,6 +475,21 @@ generated stats. Otherwise its content is copied in verbatim. =back +=head2 MISCELLANEOUS + +=item B<write_meta_files> [bool] + +Whether to write meta files for each created file. These files include +meta information for http servers and http clients like the date when +a specific page expires. + + Default: 'write_meta_files' => 1, + +=item B<meta_extension> + +The extension that such metafiles (see above) should have. + + Default: 'meta_extension' => '.meta', =head2 PINGING TYPES |