URI: 
       renamed default_master.tpl into master.tpl - swerc - anselm's simpler werc fork
  HTML git clone git://git.suckless.org/swerc
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 696a3ca1ad569f39ff24f006f75e216b94582059
   DIR parent 626facbaec515abfaf1eddf7a21907cd71a5b1d4
  HTML Author: anselm@garbe.us <unknown>
       Date:   Sun, 12 Feb 2012 18:29:16 +0100
       
       renamed default_master.tpl into master.tpl
       Diffstat:
         M bin/werc.rc                         |       2 +-
         R tpl/default_master.tpl -> tpl/mast… |       0 
       
       2 files changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/bin/werc.rc b/bin/werc.rc
       @@ -31,7 +31,7 @@ fn werc_exec_request {
            site=$SERVER_NAME
            base_url=http://$site
            sitedir=$sitesdir/$site
       -    master_template=`{get_tpl_file default_master.tpl}
       +    master_template=`{get_tpl_file master.tpl}
            current_date_time=`{date}
        
            # Note: $REQUEST_URI is not officially in CGI 1.1, but seems to be de-facto
   DIR diff --git a/tpl/default_master.tpl b/tpl/master.tpl