summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-08-14 22:54:20 +0000
committerPeter Palfrader <peter@palfrader.org>2002-08-14 22:54:20 +0000
commit4c4780f4772acb5abcc57b03d114c5e1364af63a (patch)
tree701c35d162ff59ba1d1d18d6307ec3bbd81b19ec /doc
parent498f8447729375dad80bd2c05bc5c167bc25b3cc (diff)
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/pingd.conf.pod25
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