diff options
-rw-r--r-- | configs/config.t2t | 1 | ||||
-rw-r--r-- | configs/this_class_cfg.t2t | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/configs/config.t2t b/configs/config.t2t index b18a7d9..9bc732b 100644 --- a/configs/config.t2t +++ b/configs/config.t2t @@ -1,4 +1,5 @@ +%!includeconf: ./this_class_cfg.t2t %!postproc: SITEROOT . %%!postproc(html): '(?i)<h1>DrEugeniyMikhailov</h1>' '<h1><a class="headerAuthor" href="HmPgURL">Dr. Eugeniy E. Mikhailov</a></h1>' diff --git a/configs/this_class_cfg.t2t b/configs/this_class_cfg.t2t new file mode 100644 index 0000000..4d50088 --- /dev/null +++ b/configs/this_class_cfg.t2t @@ -0,0 +1,9 @@ + + +%!postproc(html): ThisClassURL 'http://physics.wm.edu/~evmik/classes/2013_fall_Experimental_Atomic_Physics_251/' +%!postproc(html): '(?i)<H1>ThisClassID' '<H1><a class="headerTitle" href="ThisClassURL">ThisClassID</a>' +%%% ATTENTION +%% %!postproc: ThisClassTitle and ThisClassID need to be the last +%!postproc: ThisClassTitle Experimental Atomic Physics +%!postproc: ThisClassID 'Physics 251' + |