<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=288323112-08062006>Yes, I think that's a good set. Go with
it!</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=288323112-08062006></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=288323112-08062006>Just to clarify: template_path and template_full_path
are the dir/file-base-name path components, but don't include extension,
right? Then it's consistent, and if needed ref to template's own extension
is hardcoded or used {extension}.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=288323112-08062006></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=288323112-08062006>So test understanding - mv:generate target mapping
examples in template "foo/bar/testpage.html":</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=288323112-08062006></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=288323112-08062006> mv:generate="{template_path}"
</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=288323112-08062006> -> output
file "foo/bar/testpage.rhtml"</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=288323112-08062006><SPAN
class=288323112-08062006> mv:generate="{template_path}.xxx
</SPAN></SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=288323112-08062006><SPAN
class=288323112-08062006> -> output
file "foo/bar/testpage.xxx"</SPAN></SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=288323112-08062006><SPAN
class=288323112-08062006></SPAN></SPAN></FONT><FONT face=Arial color=#0000ff
size=2><SPAN class=288323112-08062006><SPAN class=288323112-08062006><SPAN
class=288323112-08062006><SPAN class=288323112-08062006>
mv:generate="somewhere/different/{template_basename}"
</SPAN></SPAN></SPAN></SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=288323112-08062006><SPAN class=288323112-08062006><SPAN
class=288323112-08062006><SPAN
class=288323112-08062006> -> output file
"somewhere/different/testpage.rhtml"</SPAN></SPAN></SPAN></SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=288323112-08062006>
mv:generate="{template_dir_path}/{template_basename}-subsectionX.{extension}"
</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=288323112-08062006> -> output
file "foo/bar/testpage-subsection.html"</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=288323112-08062006></SPAN></FONT></SPAN></FONT><FONT face=Arial
color=#0000ff size=2><SPAN class=288323112-08062006></SPAN></FONT><FONT
face=Arial color=#0000ff size=2><SPAN
class=288323112-08062006></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=288323112-08062006>~ Deb</SPAN></FONT></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Jeff Barczewski
[mailto:jeff.barczewski@gmail.com] <BR><B>Sent:</B> Thursday, June 08, 2006 3:07
AM<BR><B>To:</B> djlewis@acm.org;
masterview-devel@rubyforge.org<BR><B>Subject:</B> Re: [Masterview-devel] On
default config values for dirlocations(templates,
directives)<BR></FONT><BR></DIV>
<DIV></DIV>Alright, I think we are getting some where :-)<BR><BR>Taking into
account your email, how about
this?<BR><BR>{template_full_path}<BR>{template_path} (picks up default
extension)<BR>{extension}<BR>{template_dir_path}<BR>{template_basename} (I need
this one) <BR><BR>Jeff<BR><BR></BODY></HTML>