<?xml version="1.0" encoding="utf-8"?><!-- generator="b2evolution/1.9.3" -->
<rss version="0.92">
	<channel>
		<title>Work on this blogging tool</title>
					  <link>http://hcmc.uvic.ca/blogs/index.php?blog=7</link>
			  <description>HCMC BlogBlog</description>
			  <language>en-CA</language>
			  <docs>http://backend.userland.com/rss092</docs>
			  			  <item>
			    <title>Hispanic and Italian website</title>
			    <description> (Mins: 8400) &lt;p&gt;After extensive period of time working on this site, importing content from&lt;br /&gt;
old format to Cascade and from moving site/content to another new Cascade format&lt;br /&gt;
this site has been submitted to Communications for review/approval.&lt;br /&gt;
Awaiting feedback&lt;/p&gt;</description>
			    <link>http://hcmc.uvic.ca/blogs/index.php?blog=7&amp;title=hispanic_and_italian_website_1&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			  </item>
			  			  <item>
			    <title>Religious Studies</title>
			    <description> (Mins: 30) &lt;p&gt;Received request from SA (RelSt) to post on their site a job listing.&lt;br /&gt;
Completed request and sent confirmation email to SA (cc'd SA/HCMC also)&lt;/p&gt;
</description>
			    <link>http://hcmc.uvic.ca/blogs/index.php?blog=7&amp;title=religious_studies_10&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			  </item>
			  			  <item>
			    <title>Medieval Studies website</title>
			    <description> (Mins: 30) &lt;p&gt;Received request from SA (MedSt) to removed sessional posting on their site.&lt;br /&gt;
Completed request and sent confirmation email to SA (cc'd SA/HCMC)&lt;/p&gt;</description>
			    <link>http://hcmc.uvic.ca/blogs/index.php?blog=7&amp;title=medieval_studies_website_8&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			  </item>
			  			  <item>
			    <title>HCMC website - Cascade</title>
			    <description> (Mins: 120) &lt;p&gt;HCMC website - Cascade&lt;/p&gt;

&lt;p&gt;Spent time today reviewing HCMC site again with thoughts of what to include/exclude&lt;br /&gt;
etc. in the new site.&lt;/p&gt;

&lt;p&gt;Primaries and secondaries have been created with some content included. Significant editing of previous content required for new website. Creation of new blocks and request for content in progress.&lt;/p&gt;</description>
			    <link>http://hcmc.uvic.ca/blogs/index.php?blog=7&amp;title=hcmc_website_cascade_3&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			  </item>
			  			  <item>
			    <title>HCMC website - Cascade</title>
			    <description> (Mins: 120) &lt;p&gt;Spent time today reviewing HCMC site again with thoughts of what to include/exclude &lt;br /&gt;
etc. in the new site.  &lt;/p&gt;

&lt;p&gt;Primaries and secondaries have been created with some content included. Significant editing of previous content required for new website. Creation of new blocks and request for content in progress.&lt;br /&gt;
 &lt;/p&gt;</description>
			    <link>http://hcmc.uvic.ca/blogs/index.php?blog=7&amp;title=hcmc_website_cascade_2&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			  </item>
			  			  <item>
			    <title>Refined the CSS for the blogs for showing XML code</title>
			    <description> (Mins: 20) &lt;p&gt;As part of some other work, I've enhanced my Transformer sequence for escaping and tagging XML code so that it works for comments as well, and added bolding to the code. I've updated the CSS file for the blogs to support this too, so this should look nicely syntax-highlighted:&lt;/p&gt;

&lt;span class=&quot;tag&quot;&gt;&amp;lt;list&lt;span class=&quot;attName&quot;&gt; type=&lt;/span&gt;&lt;span class=&quot;attVal&quot;&gt;&amp;quot;numbered&amp;quot;&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;comment&quot;&gt;&amp;lt;!-- This is a list of pets. --&amp;gt;&lt;/span&gt;&lt;br /&gt;
  &lt;span class=&quot;tag&quot;&gt;&amp;lt;item&amp;gt;&lt;/span&gt;cat&lt;span class=&quot;tag&quot;&gt;&amp;lt;/item&amp;gt;&lt;/span&gt;&lt;br /&gt;
  &lt;span class=&quot;tag&quot;&gt;&amp;lt;item&amp;gt;&lt;/span&gt;dog&lt;span class=&quot;tag&quot;&gt;&amp;lt;/item&amp;gt;&lt;/span&gt;&lt;br /&gt;
  &lt;span class=&quot;tag&quot;&gt;&amp;lt;item&amp;gt;&lt;/span&gt;fish&lt;span class=&quot;tag&quot;&gt;&amp;lt;/item&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;tag&quot;&gt;&amp;lt;/list&amp;gt;&lt;/span&gt;</description>
			    <link>http://hcmc.uvic.ca/blogs/index.php?blog=7&amp;title=refined_the_css_for_the_blogs_for_showin&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			  </item>
			  			  <item>
			    <title>Updated CSS to make printing of posts practical</title>
			    <description> (Mins: 20) &lt;p&gt;Added an @media:print section to skins/hcmc/custom.css to hide all the site menus etc which get in the way when printing a post, and to reposition the post so that it fills the page properly. It's been frustrating how difficult it is to print a post without losing content, and this should solve the problem.&lt;/p&gt;</description>
			    <link>http://hcmc.uvic.ca/blogs/index.php?blog=7&amp;title=updated_css_to_make_printing_of_posts_pr&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			  </item>
			  			  <item>
			    <title>Added CSS to support syntax highlighting in XML/HTML tags</title>
			    <description> (Mins: 30) &lt;p&gt;I've created a Transformer sequence which takes XML code, escapes it, and adds formatting tags that highlight tags, attribute names, and attribute values. To enable the use of this, I've added CSS classes to hcmc/custom.css. Here's a test of the results:&lt;/p&gt;

&lt;code&gt;
&amp;#160;&amp;#160;&lt;span class=&quot;tag&quot;&gt;&amp;lt;appInfo&amp;gt;&lt;/span&gt;&lt;br /&gt;
      &amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;tag&quot;&gt;&amp;lt;application&lt;span class=&quot;attName&quot;&gt; ident=&lt;/span&gt;&lt;span class=&quot;attVal&quot;&gt;&amp;quot;ImageMarkupTool02&amp;quot;&lt;/span&gt;&lt;span class=&quot;attName&quot;&gt; version=&lt;/span&gt;&lt;span class=&quot;attVal&quot;&gt;&amp;quot;2.0.0.0&amp;quot;&lt;/span&gt;&lt;span class=&quot;attName&quot;&gt; notAfter=&lt;/span&gt;&lt;span class=&quot;attVal&quot;&gt;&amp;quot;2011-09-29T14:06:14&amp;quot;&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;
      &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;tag&quot;&gt;&amp;lt;label&amp;gt;&lt;/span&gt;Image Markup Tool&lt;span class=&quot;tag&quot;&gt;&amp;lt;/label&amp;gt;&lt;/span&gt;&lt;br /&gt;
      &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;tag&quot;&gt;&amp;lt;desc&amp;gt;&lt;/span&gt; &lt;span class=&quot;tag&quot;&gt;&amp;lt;/desc&amp;gt;&lt;/span&gt;&lt;br /&gt;
      &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;tag&quot;&gt;&amp;lt;ref&lt;span class=&quot;attName&quot;&gt; type=&lt;/span&gt;&lt;span class=&quot;attVal&quot;&gt;&amp;quot;appURI&amp;quot;&lt;/span&gt;&lt;span class=&quot;attName&quot;&gt; target=&lt;/span&gt;&lt;span class=&quot;attVal&quot;&gt;&amp;quot;http://www.tapor.uvic.ca/~mholmes/image_markup/&amp;quot;&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;tag&quot;&gt;&amp;lt;/ref&amp;gt;&lt;/span&gt;&lt;br /&gt;
      &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;tag&quot;&gt;&amp;lt;ptr&lt;span class=&quot;attName&quot;&gt; target=&lt;/span&gt;&lt;span class=&quot;attVal&quot;&gt;&amp;quot;#imtLinkTypes&amp;quot;&lt;/span&gt;/&amp;gt;&lt;/span&gt;&lt;br /&gt;
      &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;tag&quot;&gt;&amp;lt;ptr&lt;span class=&quot;attName&quot;&gt; target=&lt;/span&gt;&lt;span class=&quot;attVal&quot;&gt;&amp;quot;#imtFacsimile&amp;quot;&lt;/span&gt;/&amp;gt;&lt;/span&gt;&lt;br /&gt;
      &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;tag&quot;&gt;&amp;lt;ptr&lt;span class=&quot;attName&quot;&gt; target=&lt;/span&gt;&lt;span class=&quot;attVal&quot;&gt;&amp;quot;#imtLinks&amp;quot;&lt;/span&gt;/&amp;gt;&lt;/span&gt;&lt;br /&gt;
      &amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;tag&quot;&gt;&amp;lt;/application&amp;gt;&lt;/span&gt;&lt;br /&gt;
      &amp;#160;&amp;#160;&lt;span class=&quot;tag&quot;&gt;&amp;lt;/appInfo&amp;gt;&lt;/span&gt;&lt;br /&gt;
      [...]&lt;br /&gt;
      &lt;span class=&quot;tag&quot;&gt;&amp;lt;/encodingDesc&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;/code&gt;

&lt;p&gt;Here's the sequence: &lt;a href=&quot;http://hcmc.uvic.ca/blogs/media/blogs/blogblog/escape_and_tag_xml_code.xml.zip&quot; title=&quot;Transformer 3 sequence for escaping and tagging XML code for syntax highlighting on the blog.&quot;&gt;Transformer 3 sequence for escaping and tagging XML code for syntax highlighting on the blog&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;and here's the app you need for it: &lt;a href=&quot;http://www.tapor.uvic.ca/~mholmes/transformer/transformer3.zip&quot;&gt;http://www.tapor.uvic.ca/~mholmes/transformer/transformer3.zip&lt;/a&gt;.&lt;/p&gt;</description>
			    <link>http://hcmc.uvic.ca/blogs/index.php?blog=7&amp;title=added_css_to_support_syntax_highlighting&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			  </item>
			  			  <item>
			    <title>Medieval Studies website</title>
			    <description> (Mins: 180) &lt;p&gt;Updated Medieval Studies Website:&lt;br /&gt;
Received a request from SA (MSt) to update their website with the FALL 2011 and SPRING 2012 courses.&lt;/p&gt;

&lt;p&gt;Entered today FALL 2011 and SPRING 2012 Medieval Studies Courses and poster information.&lt;/p&gt;

&lt;p&gt;Sent email confirmation to SA (MSt). &lt;/p&gt;</description>
			    <link>http://hcmc.uvic.ca/blogs/index.php?blog=7&amp;title=medieval_studies_website_1&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			  </item>
			  			  <item>
			    <title>Early Modern Research Collective website</title>
			    <description> (Mins: 15) &lt;p&gt;Received email from SB.&lt;br /&gt;
Decision: SB, GN, JN will meet in April re website development/completion.&lt;/p&gt;</description>
			    <link>http://hcmc.uvic.ca/blogs/index.php?blog=7&amp;title=early_modern_research_collective_website_3&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			  </item>
			  	</channel>
</rss>
