From 4c4780f4772acb5abcc57b03d114c5e1364af63a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 14 Aug 2002 22:54:20 +0000 Subject: Create .meta files with the expiry date of pages. Also put the expiry date in HTML meta headers. Make indexfilebasename a configure option. Code cleanup: renamed some functions. --- doc/pingd.conf.pod | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'doc/pingd.conf.pod') 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 +The file to write the index.html to (relative to the result directory). + + Default: 'indexfilebasename' => 'echolot.html', + Example: 'indexfilebasename' => 'index.html', + +=item B + 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 [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 + +The extension that such metafiles (see above) should have. + + Default: 'meta_extension' => '.meta', =head2 PINGING TYPES -- cgit v1.2.3