tMake default values more generic - scribo - Email-based phlog generator
 (HTM) git clone git://git.z3bra.org/scribo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ae63de9aff699eb118c7a85efe365c030cceea9e
 (DIR) parent 36223940e8b6524ea73bbbfd801265e8def6dc4e
 (HTM) Author: Willy Goiffon <dev@z3bra.org>
       Date:   Wed,  9 Sep 2020 17:27:03 +0200
       
       Make default values more generic
       
       Diffstat:
         M config.def.h                        |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/config.def.h b/config.def.h
       t@@ -2,14 +2,14 @@ char *basedir = ".";
        char *datefmt = "%c";
        
        char *author = NULL;
       -char *host = "z3bra.org";
       +char *host = "server";
        int port = 70;
        
        /* must include "%s" */
       -char *titlefmt = "%69s\n──────────────────────────────────────────────────────────────────────\n";
       +char *titlefmt = "# %s\n\n";
        
        char *head =
       -        "[i|                                              Civis pacem para bloggum|Err||]\n"
       +        "[i|                                           Proudly powered by smtpd(1)|Err||]\n"
                "[i|──────────────────────────────────────────────────────────────────────|Err||]\n"
                "[i||Err||]\n"
       -        "[i|latest entries:|Err||]\n";
       +        "[i|Entries in readdir(3) order:|Err||]\n";