--- a/genorg.pl Wed Dec 18 00:46:08 2024 +1000
+++ b/genorg.pl Wed Dec 18 00:55:20 2024 +1000
@@ -158,6 +158,12 @@
out_dir : the output directory.
no_name_dir: The directory for generate files. This means in_dir/no_name_dir
cannot exist.
+ etc_files : Space sperated list of files to be navved up
+ cache : xml cache file
+ home : home file
+ about : about file
+ domain : domain (for rss)
+ title : title of the blog
END
@@ -177,7 +183,12 @@
indir => \$dir,
outdir => \$outdir,
no_name_dir => \$no_name_dir,
- etc_files => \$etc_files
+ etc_files => \$etc_files,
+ cache => \$cache_file,
+ home => \$home,
+ about => \$about,
+ domain => \$domain,
+ title => \&blog_title
);