diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/config.t2t | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/configs/config.t2t b/configs/config.t2t new file mode 100644 index 0000000..7fa9eba --- /dev/null +++ b/configs/config.t2t @@ -0,0 +1,21 @@ + +%!postproc: SITEROOT . + +%%!postproc(html): '(?i)<h1>DrEugeniyMikhailov</h1>' '<h1><a class="headerAuthor" href="HmPgURL">Dr. Eugeniy E. Mikhailov</a></h1>' +%% -- extra settings to make it handheld device compatible +%!postproc: '(?i)(<head.*$)' '\1\n<meta name="viewport" content="width=device-width, initial-scale=1.0">' +%% ------------------------------------------------------------------------------------- +%!postproc(html): '(?i)DrEugeniyMikhailov' 'Dr. Eugeniy E. Mikhailov' +%!postproc(html): EugeniyMikhailov <a class="headerAuthor" href="HmPgURL">Eugeniy E. Mikhailov</a> +%!postproc(html): HmPgURL http://physics.wm.edu/~evmik/ +%!postproc(txt): EugeniyMikhailov Eugeniy Mikhailov +%!postproc(html): 'WM' 'W&M' + +%!postproc(html): {{(.*?)}} <\1> +%!preproc(html): ^%%errata """ {{div CLASS="errata"}} +%!preproc(html): ^%%/errata """ {{/div}} +%!preproc(html): ^%%announce """ {{div CLASS="announce"}} +%!preproc(html): ^%%/announce """ {{/div}} +%!preproc(html): ^%%zero_p_space """ {{div CLASS="zero_p_space"}} +%!preproc(html): ^%%/zero_p_space """ {{/div}} + |