<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Matt Gibson &#187; install</title>
	<atom:link href="http://www.mattgibson.ca/tags/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattgibson.ca</link>
	<description>I'm one of those people radio shows call for obscure shit.</description>
	<lastBuildDate>Thu, 25 Mar 2010 00:04:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Missing out on free Jabber/Google Talk Notifications from your Kayako Installation?</title>
		<link>http://www.mattgibson.ca/2008/07/03/missing-out-on-free-jabbergoogle-talk-notifications-from-your-kayako-installation/</link>
		<comments>http://www.mattgibson.ca/2008/07/03/missing-out-on-free-jabbergoogle-talk-notifications-from-your-kayako-installation/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 00:42:43 +0000</pubDate>
		<dc:creator>Matt G</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[jabber]]></category>
		<category><![CDATA[kayako]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[patches]]></category>
		<category><![CDATA[xmpp]]></category>

		<guid isPermaLink="false">http://www.mattgibson.ca/2008/07/03/missing-out-on-free-jabbergoogle-talk-notifications-from-your-kayako-installation/</guid>
		<description><![CDATA[Not anymore you&#8217;re not. Today we released a little set of patches for Kayako SupportSuite that will allow you to send ticket alerts, and any other alert that Kayako supports through Google Talk, XMPP, Jabber whatever you want to call it. The modification is free, and easy to install with our handy documentation. What are [...]]]></description>
			<content:encoded><![CDATA[<p>Not anymore you&#8217;re not.</p>
<p>Today we released a little set of patches for <a href="http://www.kayako.com/">Kayako SupportSuite</a> that will allow you to send ticket alerts, and any other alert that <a href="http://www.kayako.com/">Kayako</a> supports through <a href="http://www.google.com/talk/">Google Talk</a>, <a href="http://www.jabber.org/">XMPP</a>, <a href="http://www.jabber.org/">Jabber</a> whatever you want to call it.</p>
<p>The modification is free, and easy to install with our handy documentation.</p>
<p>What are you waiting for? Download it from <a href="http://www.flewid.ca/software/">Flewid&#8217;s software page</a> and send us your feedback!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattgibson.ca/2008/07/03/missing-out-on-free-jabbergoogle-talk-notifications-from-your-kayako-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Sharepoint WSP templates on SBS 2003</title>
		<link>http://www.mattgibson.ca/2008/05/14/adding-sharepoint-wsp-templates-on-sbs-2003/</link>
		<comments>http://www.mattgibson.ca/2008/05/14/adding-sharepoint-wsp-templates-on-sbs-2003/#comments</comments>
		<pubDate>Wed, 14 May 2008 08:16:49 +0000</pubDate>
		<dc:creator>Matt G</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[application templates]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[sbs2003]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[sharepoint server]]></category>

		<guid isPermaLink="false">http://www.mattgibson.ca/archives/106</guid>
		<description><![CDATA[Here&#8217;s a quick list so you don&#8217;t have to type in all those CLI lines.. This will add the 20 application templates to Sharepoint 3 on your SBS or other Sharepoint server.. stsadm –o addsolution –filename AbsenceVacationSchedule.wsp stsadm -o deploysolution -name AbsenceVacationSchedule.wsp -allowgacdeployment -immediate stsadm –o addsolution –filename BudgetingTrackingMultipleProjects.wsp stsadm –o deploysolution –name BudgetingTrackingMultipleProjects.wsp -allowgacdeployment [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick list so you don&#8217;t have to type in all those CLI lines.. This will add the 20 application templates to Sharepoint 3 on your SBS or other Sharepoint server..</p>
<blockquote><p>stsadm –o addsolution –filename AbsenceVacationSchedule.wsp<br />
stsadm -o deploysolution -name AbsenceVacationSchedule.wsp -allowgacdeployment -immediate</p>
<p>stsadm –o addsolution –filename BudgetingTrackingMultipleProjects.wsp<br />
stsadm –o deploysolution –name BudgetingTrackingMultipleProjects.wsp -allowgacdeployment -immediate</p>
<p>stsadm –o addsolution –filename BugDatabase.wsp<br />
stsadm –o deploysolution –name BugDatabase.wsp -allowgacdeployment -immediate</p>
<p>stsadm –o addsolution –filename CallCenter.wsp<br />
stsadm –o deploysolution –name CallCenter.wsp -allowgacdeployment -immediate</p>
<p>stsadm –o addsolution –filename ChangeRequest.wsp<br />
stsadm –o deploysolution –name ChangeRequest.wsp -allowgacdeployment -immediate</p>
<p>stsadm –o addsolution –filename ComplianceProcessSupport.wsp<br />
stsadm –o deploysolution –name ComplianceProcessSupport.wsp -allowgacdeployment -immediate</p>
<p>stsadm –o addsolution –filename ContactsManagement.wsp<br />
stsadm –o deploysolution –name ContactsManagement.wsp -allowgacdeployment -immediate</p>
<p>stsadm –o addsolution –filename DocumentLibraryReview.wsp<br />
stsadm –o deploysolution –name DocumentLibraryReview.wsp -allowgacdeployment -immediate</p>
<p>stsadm –o addsolution –filename EventPlanning.wsp<br />
stsadm –o deploysolution –name EventPlanning.wsp -allowgacdeployment -immediate</p>
<p>stsadm –o addsolution –filename ExpenseReimbursementApproval.wsp<br />
stsadm –o deploysolution –name ExpenseReimbursementApproval.wsp -allowgacdeployment -immediate</p>
<p>stsadm –o addsolution –filename HelpDesk.wsp<br />
stsadm –o deploysolution –name HelpDesk.wsp -allowgacdeployment -immediate</p>
<p>stsadm –o addsolution –filename InventoryTracking.wsp<br />
stsadm –o deploysolution –name InventoryTracking.wsp -allowgacdeployment -immediate</p>
<p>stsadm –o addsolution –filename ITTeamWorkspace.wsp<br />
stsadm –o deploysolution –name ITTeamWorkspace.wsp -allowgacdeployment -immediate</p>
<p>stsadm –o addsolution –filename JobRequisition.wsp<br />
stsadm –o deploysolution –name JobRequisition.wsp -allowgacdeployment -immediate</p>
<p>stsadm –o addsolution –filename KnowledgeBase.wsp<br />
stsadm –o deploysolution –name KnowledgeBase.wsp -allowgacdeployment -immediate</p>
<p>stsadm –o addsolution –filename LendingLibrary.wsp<br />
stsadm –o deploysolution –name LendingLibrary.wsp -allowgacdeployment -immediate</p>
<p>stsadm –o addsolution –filename PhysicalAssetTracking.wsp<br />
stsadm –o deploysolution –name PhysicalAssetTracking.wsp -allowgacdeployment -immediate</p>
<p>stsadm –o addsolution –filename ProjectTrackingWorkspace.wsp<br />
stsadm –o deploysolution –name ProjectTrackingWorkspace.wsp -allowgacdeployment -immediate</p>
<p>stsadm –o addsolution –filename RoomEquipmentReservations.wsp<br />
stsadm –o deploysolution –name RoomEquipmentReservations.wsp -allowgacdeployment -immediate</p>
<p>stsadm –o addsolution –filename SalesLeadPipeline.wsp<br />
stsadm –o deploysolution –name SalesLeadPipeline.wsp -allowgacdeployment -immediate</p>
<p>stsadm -o execadmsvcjobs</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.mattgibson.ca/2008/05/14/adding-sharepoint-wsp-templates-on-sbs-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding TinyMCE to your ProjectPier or ActiveCollab Installation</title>
		<link>http://www.mattgibson.ca/2008/04/19/adding-tinymce-to-your-projectpier-or-activecollab-installation/</link>
		<comments>http://www.mattgibson.ca/2008/04/19/adding-tinymce-to-your-projectpier-or-activecollab-installation/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 20:59:14 +0000</pubDate>
		<dc:creator>Matt G</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ProjectPier]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[activecollab]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[project managers]]></category>
		<category><![CDATA[tiny mce]]></category>
		<category><![CDATA[tinymce]]></category>

		<guid isPermaLink="false">http://www.mattgibson.ca/archives/105</guid>
		<description><![CDATA[Many of you are project managers, and may be using Activecollab or ProjectPier. We were tired of their lame editor, so we decided to add TinyMCE into our installed version, both for ease of client use, and internal use. The instructions are very simple. 1. Go to ProjectPier, grab the latest version (or svn) 2. [...]]]></description>
			<content:encoded><![CDATA[<p>Many of you are project managers, and may be using <a title="ActiveCollab" href="http://www.activecollab.com">Activecollab</a> or <a title="ProjectPier" href="http://www.mattgibson.ca/wp-admin/www.projectpier.org">ProjectPier</a>.</p>
<p>We were tired of their lame editor, so we decided to add <a title="TinyMCE" href="http://tinymce.moxiecode.com/">TinyMCE</a> into our installed version, both for ease of client use, and internal use.</p>
<p>The instructions are very simple.</p>
<p>1. Go to <a title="ProjectPier" href="http://www.mattgibson.ca/wp-admin/www.projectpier.org">ProjectPier</a>, grab the latest version (or svn)</p>
<p>2. Install <a title="ProjectPier" href="http://www.mattgibson.ca/wp-admin/www.projectpier.org">ProjectPier</a> as you would normally</p>
<p>3. Install any <a title="Projectpier Development" href="http://www.projectpier.org/development">custom patches</a> or <a title="Project Pier Addons" href="http://www.projectpier.org/forum">addons</a> to project pier.</p>
<p>4. Download <a title="TinyMCE" href="http://tinymce.moxiecode.com/">TinyMCE</a></p>
<p>5. Uncompress <a title="TinyMCE" href="http://tinymce.moxiecode.com/">TinyMCE</a>, and enter the newly extracted directory. You will see a javascript directory. Rename this to tiny_mce.</p>
<p>6. Copy your newly renamed &#8220;tiny_mce&#8221; directory to the root of your ProjectPier installation.</p>
<blockquote><p># cp -R tiny_mce /var/www/yoursite/htdocs/projectpier/</p></blockquote>
<p>7. Now, this is the only &#8220;complicated&#8221; part. Go into your ProjectPier installation directory, and then enter the applications directory. Like this.</p>
<blockquote><p># cd /var/www/yoursite/htdocs/projectpier/<br />
# cd application<br />
# cd layouts</p></blockquote>
<p>8. Now you&#8217;re going to want to edit three files</p>
<blockquote><p># nano administration.php dashboard.php project_website.php</p></blockquote>
<p>9. Now in these files, you&#8217;re going to want to add the include for tiny_mce. Add the following code after the last &#8220;add_javascript_to_page&#8221; line at the top of each file and then you are done.</p>
<blockquote><p>&lt;?php echo add_javascript_to_page(&#8216;dropdown.js&#8217;) ?&gt;<br />
&lt;script language=&#8221;javascript&#8221;  type=&#8221;text/javascript&#8221; src=&#8221;<a href="&quot;http://www.yoursite.com/projectpier/tiny_mce/tiny_mce.js&quot;">http://www.yoursite.com/projectpier/tiny_mce/tiny_mce.js&#8221;&gt;&lt;/script</a>&gt;<br />
&lt;script language=&#8221;javascript&#8221; type=&#8221;text/javascript&#8221;&gt;<br />
tinyMCE.init({<br />
force_p_newlines: &#8220;false&#8221;,<br />
forced_root_block : &#8221;,<br />
theme : &#8220;advanced&#8221;,<br />
mode : &#8220;textareas&#8221;<br />
});<br />
&lt;/script&gt;</p></blockquote>
<p>10. That&#8217;s It! You are finished adding TinyMCE to your Project Management Installation! It should look something like this.</p>
<p align="center"><img src="http://www.mattgibson.ca/wp-content/uploads/2008/04/capture.jpg" alt="Capture" width="400" height="291" /></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattgibson.ca/2008/04/19/adding-tinymce-to-your-projectpier-or-activecollab-installation/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
