[pLog-svn] r5880 - in plugins/branches/lifetype-1.2/plugoo: . class/action class/view

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Aug 29 22:50:11 EDT 2007


Author: jondaley
Date: 2007-08-29 22:50:11 -0400 (Wed, 29 Aug 2007)
New Revision: 5880

Added:
   plugins/branches/lifetype-1.2/plugoo/readme.txt
Removed:
   plugins/branches/lifetype-1.2/plugoo/plugoo-read-me.txt
Modified:
   plugins/branches/lifetype-1.2/plugoo/class/action/adminplugoopluginupdatesettingsaction.class.php
   plugins/branches/lifetype-1.2/plugoo/class/view/adminplugoopluginsettingsview.class.php
Log:
fixed up code in readme.  Removed dos carriage returns outside of <?PHP ?> tags

Modified: plugins/branches/lifetype-1.2/plugoo/class/action/adminplugoopluginupdatesettingsaction.class.php
===================================================================
--- plugins/branches/lifetype-1.2/plugoo/class/action/adminplugoopluginupdatesettingsaction.class.php	2007-08-30 02:07:39 UTC (rev 5879)
+++ plugins/branches/lifetype-1.2/plugoo/class/action/adminplugoopluginupdatesettingsaction.class.php	2007-08-30 02:50:11 UTC (rev 5880)
@@ -1,4 +1,3 @@
-
 <?php
 
 	lt_include( PLOG_CLASS_PATH."class/action/admin/adminaction.class.php" );

Modified: plugins/branches/lifetype-1.2/plugoo/class/view/adminplugoopluginsettingsview.class.php
===================================================================
--- plugins/branches/lifetype-1.2/plugoo/class/view/adminplugoopluginsettingsview.class.php	2007-08-30 02:07:39 UTC (rev 5879)
+++ plugins/branches/lifetype-1.2/plugoo/class/view/adminplugoopluginsettingsview.class.php	2007-08-30 02:50:11 UTC (rev 5880)
@@ -1,4 +1,3 @@
-
 <?php
 	
 	lt_include( PLOG_CLASS_PATH."class/view/admin/adminplugintemplatedview.class.php" );

Deleted: plugins/branches/lifetype-1.2/plugoo/plugoo-read-me.txt
===================================================================
--- plugins/branches/lifetype-1.2/plugoo/plugoo-read-me.txt	2007-08-30 02:07:39 UTC (rev 5879)
+++ plugins/branches/lifetype-1.2/plugoo/plugoo-read-me.txt	2007-08-30 02:50:11 UTC (rev 5880)
@@ -1,32 +0,0 @@
-Plugin: Plugoo Live Chat Plugin
-Author: Andy Collins
-Release Date: 2007/26/08
-LT VErsion: 1.2.4
-Licence: GPL.
-
-Released under GPL Licence. All rights reserved. Original ownership must accompany any plugin dereivatives. PLugin is free for use and distribution.
-Contact webmaster at blogireland.ie with details of where used - be nice to see it in use elsewhere. 
-
-This plugin allows the blog owner to have a live chat messenger in there blog. 
-Connects directly to there favorite messenger client
-
-Install:
-1. Copy the files into your plugin directory like any other plugin.
-
-Use:
-1. Sign up for an account at http://www.plugoo.com
-2. Copy the 'Object code'
-3. Go to Control Center and click on 'Plugoo'
-4. Tick Enable This Plugin
-5. Paste the 'Object' code into the Plugoo URl - object code Field (You can use Object code or ID (e.g 858L9ZIJLPEPQD6)
-6. Update settings
-
-
-To Implement: Copy the folowing to your Template Navigation 
-(Adjust div id to suit your template styling).
-
-{if $plugoo->isEnabled()}
-<div id="style attribute here">
-{$plugoo->getPlugoo()}
-</div>
-{/if} 
\ No newline at end of file

Copied: plugins/branches/lifetype-1.2/plugoo/readme.txt (from rev 5878, plugins/branches/lifetype-1.2/plugoo/plugoo-read-me.txt)
===================================================================
--- plugins/branches/lifetype-1.2/plugoo/readme.txt	                        (rev 0)
+++ plugins/branches/lifetype-1.2/plugoo/readme.txt	2007-08-30 02:50:11 UTC (rev 5880)
@@ -0,0 +1,32 @@
+Plugin: Plugoo Live Chat Plugin
+Author: Andy Collins
+Release Date: 2007/26/08
+LT VErsion: 1.2.4
+Licence: GPL.
+
+Released under GPL Licence. All rights reserved. Original ownership must accompany any plugin dereivatives. PLugin is free for use and distribution.
+Contact webmaster at blogireland.ie with details of where used - be nice to see it in use elsewhere. 
+
+This plugin allows the blog owner to have a live chat messenger in there blog. 
+Connects directly to there favorite messenger client
+
+Install:
+1. Copy the files into your plugin directory like any other plugin.
+
+Use:
+1. Sign up for an account at http://www.plugoo.com
+2. Copy the 'Object code'
+3. Go to Control Center and click on 'Plugoo'
+4. Tick Enable This Plugin
+5. Paste the 'Object' code into the Plugoo URl - object code Field (You can use Object code or ID (e.g 858L9ZIJLPEPQD6)
+6. Update settings
+
+
+To Implement: Copy the folowing to your Template Navigation 
+(Adjust div id to suit your template styling).
+
+{if $plugoo && $plugoo->isEnabled()}
+<div id="style attribute here">
+{$plugoo->getPlugoo()}
+</div>
+{/if} 



More information about the pLog-svn mailing list