<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Glyn Jackson&apos;s Web Design and ColdFusion Blog - Mura (Sava)</title>
			<link>http://www.cfcoffee.co.uk/index.cfm</link>
			<description>Glyn Jackson&apos;s ColdFusion, Web Design and Web Development Blog. Award Winning Web Design in Staffordshire and Manchester, UK.</description>
			<language>en-gb</language>
			<pubDate>Sat, 04 Sep 2010 20:30:11 +0100</pubDate>
			<lastBuildDate>Sun, 15 Feb 2009 14:36:00 +0100</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>cfsparky@gmail.com</managingEditor>
			<webMaster>cfsparky@gmail.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>cfsparky@gmail.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>Mura: Creating Nice Friendly URL&apos;s and remove Site ID</title>
				<link>http://www.cfcoffee.co.uk/index.cfm/2009/2/15/Sava-Creating-Nice-Friendly-URLs</link>
				<description>
				
				&lt;p&gt;&lt;b&gt;UPDATE: Starting in Mura 5.2 you can now simply set your /config/settings.ini.cfm siteIDInURLs attribute to 0.&lt;/b&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;The good people who created Mura have already provided a number of ways to rewrite URL&apos;s but if you have never done this within Sava finding the correct information on their website can be tedious. Below is a step by step guide taken from various posts and the readme file within the Sava download.&lt;/p&gt;

&lt;p&gt;These instructions work on Coldfusion 8 server, I have not tested it on anything else so I don&apos;t want to comment on the other methods. For more information &lt;a href=&quot;http://www.gosava.com/go/sava/download/sava-downloads/index.cfm&quot;title=&quot;Sava CMS Download&quot;rel=&quot;nofollow&quot;&gt;download Sava&lt;/a&gt; or visit the &lt;a href=&quot;http://www.gosava.com/go/sava/&quot; title=&quot;Visit Sava Website&quot;&gt;Sava website&lt;/a&gt;&lt;/p&gt;
				 [More]
				</description>
				
				
				<category>Mura (Sava)</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Sun, 15 Feb 2009 14:36:00 +0100</pubDate>
				<guid>http://www.cfcoffee.co.uk/index.cfm/2009/2/15/Sava-Creating-Nice-Friendly-URLs</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Sava: no ALT Attributes in Gallery</title>
				<link>http://www.cfcoffee.co.uk/index.cfm/2008/11/1/Sava-no-ALT-Attributes-in-Gallery</link>
				<description>
				
				&lt;p&gt;The galleries created in Sava do not produce any alt text on the images. I dont see anywhere in Sava where you can insert alt text for the images so you will need to edit the /default/includes/display_objects/gallery/index.cfm file and add them.&lt;/p&gt;

&lt;p&gt;You can add an empty alt attributes to the IMG elements there however that would mean the page will still not validate so the best option is to add the image summery and strip out the HTML. This works ok if you dont have a long summery for the image.&lt;/p&gt;

&lt;code&gt;
alt=&quot;#REReplaceNoCase(rsSection.summary,&apos;&lt;[^&gt;]*&gt;&apos;,&apos;,&apos;ALL&apos;)#&quot; 
&lt;/code&gt;

&lt;p&gt;Is this something that will be address in Sava?&lt;/p&gt;
				
				</description>
				
				
				<category>Mura (Sava)</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Sat, 01 Nov 2008 23:22:00 +0100</pubDate>
				<guid>http://www.cfcoffee.co.uk/index.cfm/2008/11/1/Sava-no-ALT-Attributes-in-Gallery</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Sava CMS Content Ratings Portal Inheritance</title>
				<link>http://www.cfcoffee.co.uk/index.cfm/2008/11/1/Sava-CMS-Content-Ratings-Portal-Inheritance-Issue</link>
				<description>
				
				&lt;p&gt;Before I begin....&lt;/p&gt;
&lt;p&gt;I am really starting to enjoy &lt;a href=&quot;http://www.gosava.com/go/sava/&quot; target=&quot;_blank&quot;&gt;Sava CMS&lt;/a&gt; the guys/girls are a credit to the CF community. The helpfulness on their forum is also very commendable, there were cases where I asked a question or made simple feature requests and they updated the version of Sava with fixes or the features within hours of the request.&lt;/p&gt; 

&lt;p&gt;I have decided to start making some little write ups and contribute in anyway I can. I don&apos;t fully know the system yet or make claims to be any CF guru as i am just starting out, however I like to learn so don&apos;t shoot me down straight away.&lt;/p&gt;

&lt;p&gt;There also maybe other ways in Sava that I have not yet investigated do so some of the things I suggest here or in anyother post I make. The main problems I have found are with SEO in Sava, however I will post bits on that as I play.&lt;/p&gt;

&lt;h2&gt;Content Ratings Portal Inheritance&lt;/h2&gt;

&lt;p&gt;The first thing I wanted to write about was a simple fix on an issue I had setting up a portal and adding the content rating to it.&lt;/p&gt;

&lt;p&gt;In Sava to stop the repetitive task of manually adding objects like the &apos;content rating&apos; to every new page created under a portal you can you setup a portal with Inheritance Rules such as &apos;Start New Cascade&apos;, this means that anything added under that particular portal will inherit the display object(s) by default of the Portal its under.&lt;/p&gt;

&lt;p&gt;However the portal page itself also has the display object on it when you do this. Its only the content I wanted to be rated not the actual portal page so this needed removing.&lt;/p&gt;
				 [More]
				</description>
				
				
				<category>Mura (Sava)</category>
				
				<category>ColdFusion 8</category>
				
				<pubDate>Sat, 01 Nov 2008 15:24:00 +0100</pubDate>
				<guid>http://www.cfcoffee.co.uk/index.cfm/2008/11/1/Sava-CMS-Content-Ratings-Portal-Inheritance-Issue</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Just a Static Link Please! A Sava Website</title>
				<link>http://www.cfcoffee.co.uk/index.cfm/2008/10/16/Just-a-Static-Link-Please-A-Sava-Website</link>
				<description>
				
				&lt;p&gt;Having now had some time to play around with &lt;a href=&quot;http://www.gosava.com/go/sava/&quot; title=&quot;Sava CMS Link&quot; target=&quot;_blank rel=&quot;nofollow&quot;&gt;Sava CMS&lt;/a&gt;, and even used it in the development of a couple of recent websites, I want to say a big thank you to the Sava Team.... finally a FREE Open Source CMS written in CF that I found very simple to use yet flexible enough to add complex functions (&lt;a href=&quot;http://www.farcrycore.org/&quot; target=&quot;_blank&quot; title=&quot;Vist Farcry&quot; rel=&quot;nofollow&quot;&gt;Farcry CMS&lt;/a&gt; not for me, sorry.)&lt;/p&gt;

&lt;p&gt;First, very happy with the level of freedom to make complex changes without technical knowledge, and as a developer I found it straightforward to implement my own functionality as I needed.&lt;/p&gt; 

&lt;p&gt;The frontend design was simple, all the hard work had already been done. Our designer just picked the layout, edited the CSS, and the end result was one great looking site in half the normal time.&lt;/p&gt;

&lt;p&gt;I want to start off my Sava section by writing about problems as I come across them (I have to start somewhere), so for this first post lets talk about adding static links...&lt;/p&gt;

&lt;p&gt;There were a few times in Sava I needed to manually add a static link in the template to a page that had been created in Sava. Now I know there are a number of way I could have achieved this, but sometimes you just want to add a link, right?&lt;/p&gt;&lt;/more&gt;

&lt;code&gt;
&lt;a href=&quot;#application.configBean.getContext()#/#request.siteid#/account&quot; rel=&quot;nofollow&quot; title=&quot;User Account&quot;&gt;Account&lt;/a&gt;
&lt;/code&gt;

&lt;p&gt;However the above code assumes my other Sava users will not change the name of the page in the Administrator for the account page. So what I needed was a link to the page using something that cannot not change, how about the page ID (linkServId)?&lt;/p&gt;

&lt;code&gt;
&lt;a href=&quot;#application.configBean.getContext()#/#request.siteid#/?linkServId=xxxxxx&quot; rel=&quot;nofollow&quot; title=&quot;User Account&quot;&gt;Account&lt;/a&gt;
&lt;/code&gt;

&lt;p&gt;This fixed the problem of the user changing the page name, but the user could still delete the page! The only way I found to stop them doing that was to restrict the other users from deleting the page in Sava using permissions. Simple&lt;/p&gt;

&lt;p&gt;Drawbacks: It&apos;s not very search engine or user friendly to have something that looks like a session ID in the URL. So I only used this method to link pages that I did not want to be indexed.&lt;/p&gt;

&lt;p&gt;I have not found a better way other than writing a query to output the links directly, but in this case I just wanted to manually add a link.&lt;/p&gt;
				
				</description>
				
				
				<category>Mura (Sava)</category>
				
				<pubDate>Thu, 16 Oct 2008 20:44:00 +0100</pubDate>
				<guid>http://www.cfcoffee.co.uk/index.cfm/2008/10/16/Just-a-Static-Link-Please-A-Sava-Website</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Sava ColdFusion Open Source CMS</title>
				<link>http://www.cfcoffee.co.uk/index.cfm/2008/9/7/Sava-ColdFusion-Open-Source-CMS</link>
				<description>
				
				&lt;p&gt;Blue River Interactive Group has released a ColdFusion Open Source Content Management System (CMS) called  &lt;a href=&quot;http://www.gosava.com/go/sava/&quot;title=&quot;Sava CMS&quot;rel=&quot;nofollow&quot;&gt;Sava&lt;/a&gt;. This CMS could be a good free alternative to expensive proprietary systems like Paper-Thin and Hot Banana.&lt;/p&gt; 

&lt;p&gt;So far I have only downloaded their &lt;a href=&quot;http://www.gosava.com/go/sava/download/sava-downloads/index.cfm&quot;title=&quot;Sava CMS Download&quot;rel=&quot;nofollow&quot;&gt;quick express demo&lt;/a&gt; which seems impressive featuring a great backend interface. It seems to allow multiple websites management, and generation of friendly URLS.&lt;/p&gt; 

&lt;p&gt;It looks very extensible from a ColdFusion perspective, but I will let you know more on the installation and setup as I play. In the mean time its worth taking a look yourself.&lt;/p&gt;
				
				</description>
				
				
				<category>Mura (Sava)</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Sun, 07 Sep 2008 22:00:00 +0100</pubDate>
				<guid>http://www.cfcoffee.co.uk/index.cfm/2008/9/7/Sava-ColdFusion-Open-Source-CMS</guid>
				
				
			</item>
			
		 	
			</channel></rss>