equal
deleted
inserted
replaced
16 |
16 |
17 # Fix up CLI interface |
17 # Fix up CLI interface |
18 # Add option ro set cache to 0 through command line |
18 # Add option ro set cache to 0 through command line |
19 # Print required elisp code it is in $req_config |
19 # Print required elisp code it is in $req_config |
20 # Add config option for $max_rss and $max_cat |
20 # Add config option for $max_rss and $max_cat |
21 # Sort cataogirs by entires |
|
22 # Document link to file x from file x no work |
21 # Document link to file x from file x no work |
23 # Variable for map_css |
22 # Variable for map_css |
24 # Remove the desc |
23 # Remove the desc |
25 # Domain thing as well |
24 # Domain thing as well |
26 # 2 articles 1 day better sorting |
25 # 2 articles 1 day better sorting |
27 # cataogry linking |
26 # cataogry linking |
28 # reinforce slash ending for $oudir |
|
29 my $cache = 1; |
27 my $cache = 1; |
30 |
28 |
31 my $config_file = "genorg-conf"; |
29 my $config_file = "genorg-conf"; |
32 my $dir = "blog"; |
30 my $dir = "blog"; |
33 my $outdir = "out/"; |
31 my $outdir = "out/"; |