tconfig.def.h - scribo - Email-based phlog generator
 (HTM) git clone git://git.z3bra.org/scribo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       tconfig.def.h (180B)
       ---
            1 char *author = NULL;
            2 char *basedir = "/var/gopher";
            3 char *ext = ".txt";
            4 
            5 char *titlefmt = "# %s\n\n"; /* printf(fmt, subject) */
            6 char *datefmt = "%c";        /* see strftime(3) */