<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="0.91">
    <channel>
        <title>webyep video upload</title>
        <description>The 10 most recently added comments in the topic &quot;webyep video upload&quot;</description>
        <link>http://www.freewaytalk.net/</link>
        <lastBuildDate>Tue, 06 Jan 2009 12:25:46 -500</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Re: webyep video upload</title>
            <link>http://www.freewaytalk.net/thread/view/37169#m_37749</link>
            <description>&lt;p&gt;Hi Richard yes I did have look at the xml and I did start to change them and then thought it was to much effort. most people wont want to get that involved in writing style sheets by hand so I gave up too&lt;/p&gt;

&lt;p&gt;anyway it&amp;#8217;s nice to know some one has been successful to some sort of degree&lt;/p&gt;

&lt;p&gt;max&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;actionsdev mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>max</author>
            <pubDate>Fri, 08 Aug 2008 22:25:25 -500</pubDate>
        </item>
        <item>
            <title>Re: webyep video upload</title>
            <link>http://www.freewaytalk.net/thread/view/37169#m_37733</link>
            <description>&lt;p&gt;Hi Max,
I never bothered trying using the Freeway stylesheet I just altered the &amp;#8220;fckstyles.xml&amp;#8221; . Here is an example I used to limit the client to just 5 styles:&lt;/p&gt;

&lt;p&gt;&amp;lt;Style name=&quot;Panache&quot; element=&quot;span&quot;&amp;gt;
    &lt;Attribute name=&quot;style&quot; value=&quot;color:#f16377; font-family:Arial; font-weight:bold; font-size:12pt&quot;/&gt;
    &amp;lt;/Style&amp;gt;
    &amp;#8212;&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;Style name=&quot;Panache Pink&quot; element=&quot;span&quot;&amp;gt;
&amp;lt;Attribute name=&quot;style&quot; value=&quot;color:#f16377; font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-weight:normal; font-size:14px&quot;/&amp;gt;
&amp;lt;/Style&amp;gt;
&amp;lt;Style name=&quot;Panache Small&quot; element=&quot;span&quot;&amp;gt;
&amp;lt;Attribute name=&quot;style&quot; value=&quot;color:#333333; font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-size:10px&quot;/&amp;gt;
&amp;lt;/Style&amp;gt;
&amp;lt;Style name=&quot;Panache Medium&quot; element=&quot;span&quot;&amp;gt;
&amp;lt;Attribute name=&quot;style&quot; value=&quot;color:#333333; font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-size:12px&quot;/&amp;gt;
&amp;lt;/Style&amp;gt;
&amp;lt;Style name=&quot;Panache Normal&quot; element=&quot;span&quot;&amp;gt;
&amp;lt;Attribute name=&quot;style&quot; value=&quot;color:#333333; font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-size:14px&quot;/&amp;gt;
&amp;lt;/Style&amp;gt;
&amp;lt;Style name=&quot;Panache Large&quot; element=&quot;span&quot;&amp;gt;
&amp;lt;Attribute name=&quot;style&quot; value=&quot;color:#333333; font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-size:18px&quot;/&amp;gt;
&amp;lt;/Style&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Editing the &amp;#8220;fckconfig.js&amp;#8221; file I also altered the text colour palette to a limited range of 8 colours and the text sizes to 9 in total from 10pt to 50pt:&lt;/p&gt;

&lt;p&gt;FCKConfig.EnableMoreFontColors = true ;
//FCKConfig.FontColors = &amp;#8216;000000,993300,333300,003300,003366,000080,333399,333333,800000,FF6600,808000,808080,008080,0000FF,666699,808080,FF0000,FF9900,99CC00,339966,33CCCC,3366FF,800080,999999,FF00FF,FFCC00,FFFF00,00FF00,00FFFF,00CCFF,993366,C0C0C0,FF99CC,FFCC99,FFFF99,CCFFCC,CCFFFF,99CCFF,CC99FF,FFFFFF&amp;#8217; ;
FCKConfig.FontColors = &amp;#8216;F16377,E0A5B5,C7A36F,000066,59493b,00b1b0,990066,3366cc&amp;#8217; ;&lt;/p&gt;

&lt;p&gt;FCKConfig.FontFormats   = &amp;#8216;p;h1;h2;h3;h4;h5;h6;pre;address;div&amp;#8217; ;
FCKConfig.FontNames     = &amp;#8216;Trebuchet MS;Verdana;Arial;Tahoma;Times New Roman;&amp;#8217; ;
FCKConfig.FontSizes     = &amp;#8216;10pt;12pt;14pt;16pt;18pt;20pt;30pt;40pt;50pt&amp;#8217; ;&lt;/p&gt;

&lt;p&gt;I have found this works ok in restricting the client to certain styles, colours and sizes.&lt;/p&gt;

&lt;p&gt;Richard&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;On 8 Aug 2008, 1:29 pm, max wrote:&lt;/p&gt;
  
  &lt;p&gt;Well after much messing about trying to get FCK to recognise see or eevn acknoloige the extar style sheet I have come to the conclusion&amp;#8230; &lt;strong&gt;ITS NOT VERY SIMPLE!!!&lt;/strong&gt;
  first things first&amp;#8230;&lt;/p&gt;
  
  &lt;ol&gt;
  &lt;li&gt;I haven&amp;#8217;t been successful in getting any extra plugins to work&amp;#8230;.so thats a shame&lt;/li&gt;
  &lt;li&gt;I haven&amp;#8217;t been successful in getting the style sheet to work either&amp;#8230; not good&lt;/li&gt;
  &lt;/ol&gt;
  
  &lt;p&gt;If people want to take this on then be my guessed&amp;#8230;. the main area&amp;#8217;s files you have to change are&lt;/p&gt;
  
  &lt;p&gt;fckconfig.js&lt;/p&gt;
  
  &lt;p&gt;fckstyles.xml&lt;/p&gt;
  
  &lt;p&gt;and&lt;/p&gt;
  
  &lt;p&gt;fck_editorarea.css&lt;/p&gt;
  
  &lt;p&gt;I have managed to get rid of the standard styles like big text, but as far as linking my own style sheet then I have given up.&lt;/p&gt;
  
  &lt;p&gt;So for the moment until some one can figure FCKedit out then my advice is.. if you want your own styles then use TinyMCE and if you want Flash and image simple upload management for free use FCKeditor.&lt;/p&gt;
  
  &lt;p&gt;now I am off to do some proper work.. :o)&lt;/p&gt;
  
  &lt;p&gt;max&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;actionsdev mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>pixelart</author>
            <pubDate>Fri, 08 Aug 2008 17:18:41 -500</pubDate>
        </item>
        <item>
            <title>Re: webyep video upload</title>
            <link>http://www.freewaytalk.net/thread/view/37169#m_37714</link>
            <description>&lt;p&gt;Well after much messing about trying to get FCK to recognise see or eevn acknoloige the extar style sheet I have come to the conclusion&amp;#8230; &lt;strong&gt;ITS NOT VERY SIMPLE!!!&lt;/strong&gt;
first things first&amp;#8230;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;I haven&amp;#8217;t been successful in getting any extra plugins to work&amp;#8230;.so thats a shame&lt;/li&gt;
&lt;li&gt;I haven&amp;#8217;t been successful in getting the style sheet to work either&amp;#8230; not good&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If people want to take this on then be my guessed&amp;#8230;. the main area&amp;#8217;s files you have to change are&lt;/p&gt;

&lt;p&gt;fckconfig.js&lt;/p&gt;

&lt;p&gt;fckstyles.xml&lt;/p&gt;

&lt;p&gt;and&lt;/p&gt;

&lt;p&gt;fck_editorarea.css&lt;/p&gt;

&lt;p&gt;I have managed to get rid of the standard styles like big text, but as far as linking my own style sheet then I have given up.&lt;/p&gt;

&lt;p&gt;So for the moment until some one can figure FCKedit out then my advice is.. if you want your own styles then use TinyMCE and if you want Flash and image simple upload management for free use FCKeditor.&lt;/p&gt;

&lt;p&gt;now I am off to do some proper work.. :o)&lt;/p&gt;

&lt;p&gt;max&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;actionsdev mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>max</author>
            <pubDate>Fri, 08 Aug 2008 13:29:50 -500</pubDate>
        </item>
        <item>
            <title>Re: webyep video upload</title>
            <link>http://www.freewaytalk.net/thread/view/37169#m_37703</link>
            <description>&lt;p&gt;Max,&lt;/p&gt;

&lt;p&gt;That&amp;#8217;s the only downside to using FCKeditor.&lt;/p&gt;

&lt;p&gt;I too haven&amp;#8217;t been able to get it to recognise extra style sheets
either, so I would be &lt;em&gt;very&lt;/em&gt; interested to see how you get on.&lt;/p&gt;

&lt;p&gt;David&lt;/p&gt;

&lt;p&gt;On 7 Aug 2008, at 12:16, max wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;The only downside so far is it&amp;#8217;s not recognising the extra style
  sheet. So I will see why that is too&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;David Owen
Freeway Friendly Web hosting and Domains  ::
(Test Drive a web hosting account for Free)
&lt;a href=&quot;http://www.ineedwebhosting.co.uk&quot;&gt;http://www.ineedwebhosting.co.uk&lt;/a&gt;
&lt;a href=&quot;http://www.printlineadvertising.co.uk/freeway&quot;&gt;http://www.printlineadvertising.co.uk/freeway&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Printing:: (leaflets, letterheads, cards etc)
&lt;a href=&quot;http://www.printlineadvertising.co.uk/print&quot;&gt;http://www.printlineadvertising.co.uk/print&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;actionsdev mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>David Owen</author>
            <pubDate>Fri, 08 Aug 2008 10:55:13 -500</pubDate>
        </item>
        <item>
            <title>Re: webyep video upload</title>
            <link>http://www.freewaytalk.net/thread/view/37169#m_37645</link>
            <description>&lt;p&gt;Thought I better have a look at FCKeditor seeing as its supported.&lt;/p&gt;

&lt;p&gt;Well apart from the look/colour of the standard skin (gives the impression that its on 40 fags a day)&amp;#8230;I am really impressed. On first impressions it&amp;#8217;s faster than TinyMCE to load it does support flash and image uploads without the need to buy an extra plugin and activating that part was easy peasey lemon squeezey compared to TinyMCE.&lt;/p&gt;

&lt;p&gt;I haven&amp;#8217;t look at adding the movie plug-in but if I get a chance I shall look today.
The only downside so far is it&amp;#8217;s not recognising the extra style sheet. So I will see why that is too&lt;/p&gt;

&lt;p&gt;max&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;actionsdev mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>max</author>
            <pubDate>Thu, 07 Aug 2008 11:16:36 -500</pubDate>
        </item>
        <item>
            <title>Re: webyep video upload</title>
            <link>http://www.freewaytalk.net/thread/view/37169#m_37633</link>
            <description>&lt;p&gt;Hi Joerg,
As I said previously the free plugin “fckEmbedMovies” would let you upload QT movies, but I can&amp;#8217;t figure how to install it properly, so I am still interested if anyone knows how to do this.&lt;/p&gt;

&lt;p&gt;This is the info that came with the plugin:&lt;/p&gt;

&lt;p&gt;for instal add this in fckconfig.js:&lt;/p&gt;

&lt;p&gt;FCKConfig.Plugins.Add( &amp;#8216;fckEmbedMovies&amp;#8217;) ;&lt;/p&gt;

&lt;p&gt;in the menu: 
[&amp;#8216;EmbedMovies´]&lt;/p&gt;

&lt;p&gt;modify fckplugin.js:
// Register the related commands.
FCKCommands.RegisterCommand(
    &amp;#8216;EmbedMovies&amp;#8217;,
    new FCKDialogCommand(
        &amp;#8216;EmbedMovies&amp;#8217;,
        FCKLang[&amp;#8220;EmbedMoviesDlgTitle&amp;#8221;],
        FCKPlugins.Items[&amp;#8216;fckEmbedMovies&amp;#8217;].Path + &amp;#8216;fck_embedmovies.html&amp;#8217;,
        450,
        370
    )
);
// Create the &amp;#8220;EmbedMovies&amp;#8221; toolbar button.
// FCKToolbarButton( commandName, label, tooltip, style, sourceView,
contextSensitive )
var oEmbedMoviesItem = new FCKToolbarButton( &amp;#8216;EmbedMovies&amp;#8217;,
FCKLang[&amp;#8220;EmbedMoviesBtn&amp;#8221;], FCKLang[&amp;#8220;EmbedMoviesTooltip&amp;#8221;], null, false, true
); 
oEmbedMoviesItem.IconPath = FCKConfig.PluginsPath +
&amp;#8216;fckEmbedMovies/embedmovies.gif&amp;#8217;;&lt;/p&gt;

&lt;p&gt;// &amp;#8216;EmbedMovies&amp;#8217; is the name that is used in the toolbar config.
FCKToolbarItems.RegisterItem( &amp;#8216;EmbedMovies&amp;#8217;, oEmbedMoviesItem );&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;On 7 Aug 2008, 6:41 am, Cyclonist wrote:&lt;/p&gt;
  
  &lt;p&gt;Thanks Richard,&lt;/p&gt;
  
  &lt;p&gt;it works! 
  Can anybody tell me, how to add a Quicktime-Plugin (if available) in FCKeditor 2.6.2?
  Joerg&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;actionsdev mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>pixelart</author>
            <pubDate>Thu, 07 Aug 2008 08:19:29 -500</pubDate>
        </item>
        <item>
            <title>Re: webyep video upload</title>
            <link>http://www.freewaytalk.net/thread/view/37169#m_37631</link>
            <description>&lt;p&gt;Hi Jacob,
I&amp;#8217;m using the standard FCKeditor 2.5 which works fine. Though there is a newer version now 2.6.3 which is probably the better choice due to bug fixes etc.&lt;/p&gt;

&lt;p&gt;Richard&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;actionsdev mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>pixelart</author>
            <pubDate>Thu, 07 Aug 2008 08:14:11 -500</pubDate>
        </item>
        <item>
            <title>Re: webyep video upload</title>
            <link>http://www.freewaytalk.net/thread/view/37169#m_37628</link>
            <description>&lt;p&gt;Thanks Richard,&lt;/p&gt;

&lt;p&gt;it works! 
Can anybody tell me, how to add a Quicktime-Plugin (if available) in FCKeditor 2.6.2?
Joerg&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;actionsdev mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>Cyclonist</author>
            <pubDate>Thu, 07 Aug 2008 06:41:50 -500</pubDate>
        </item>
        <item>
            <title>Re: webyep video upload</title>
            <link>http://www.freewaytalk.net/thread/view/37169#m_37623</link>
            <description>&lt;p&gt;Which version of the editor?
FCKeditor.Net 2.6.3,
FCKeditor.Java 2.4, or
FCKeditor 2.6.2?&lt;/p&gt;

&lt;p&gt;Thanks,
Jacob&lt;/p&gt;

&lt;p&gt;On Aug 2, 2008, at 7:30 AM, pixelart wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Hi Cyclonist,
  You can easily upload swf video using the WebYep richtext element
  if you change your editor to FCKEditor:&lt;/p&gt;
  
  &lt;p&gt;&lt;a href=&quot;http://www.fckeditor.net/&quot;&gt;http://www.fckeditor.net/&lt;/a&gt;&lt;/p&gt;
  
  &lt;p&gt;I don&amp;#8217;t use Tiny MCE anymore as FCKEditor has more features
  including a build in file browser and it&amp;#8217;s free!&lt;/p&gt;
  
  &lt;p&gt;There is also a free plugin for the FCKEditor called
  &amp;#8220;fckEmbedMovies&amp;#8221; for other video types such as QT movies but I
  haven&amp;#8217;t figured how to install it properly yet - anyone know how?&lt;/p&gt;
  
  &lt;p&gt;Here is page I knocked up with a simple swf I uploaded via the
  FCKEditor flash upload:&lt;/p&gt;
  
  &lt;p&gt;&lt;a href=&quot;http://www.pixelarte.co.uk/videotest/index.php&quot;&gt;http://www.pixelarte.co.uk/videotest/index.php&lt;/a&gt;&lt;/p&gt;
  
  &lt;p&gt;Hope this helps,&lt;/p&gt;
  
  &lt;p&gt;Richard&lt;/p&gt;
  
  &lt;hr /&gt;
  
  &lt;p&gt;actionsdev mailing list
  email@hidden
  Update your subscriptions at:
  &lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;actionsdev mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>jcichy</author>
            <pubDate>Thu, 07 Aug 2008 03:17:21 -500</pubDate>
        </item>
        <item>
            <title>Re: webyep video upload</title>
            <link>http://www.freewaytalk.net/thread/view/37169#m_37309</link>
            <description>&lt;p&gt;Hi Jacob,
As I said I haven&amp;#8217;t figured out how to get the “fckEmbedMovies” plugin to work yet. Flash movie upload however is already implemented in FCKEditor so you don&amp;#8217;t have to do anything other than install the editor. To install FCKEditor do the following:
1. Go to the &amp;#8216;webyep-system&amp;#8221; folder that you have installed on your server
2. Then go to the &amp;#8220;program&amp;#8221; folder
3. Inside the &amp;#8220;program&amp;#8221; folder go into the &amp;#8220;opt&amp;#8221; folder
4. Inside the the &amp;#8220;opt&amp;#8221; folder you should see your current editor folder e.g. &amp;#8220;tinymce&amp;#8221; or &amp;#8220;rte&amp;#8221;. either delete or rename the folder. WebYep can only use one editor at a time.
5. Download FCKEditor from www.fckeditor.net unzip the file and copy the entire folder into the &amp;#8220;opt&amp;#8221; folder.
6. The next time you access a WebYep richtext element on your webpage it should automatically open FCKEditor.
7. You should see the import Flash movie icon on the toolbar menu.&lt;/p&gt;

&lt;p&gt;Hope this helps,&lt;/p&gt;

&lt;p&gt;Richard&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;On 2 Aug 2008, 3:04 pm, jcichy wrote:&lt;/p&gt;
  
  &lt;p&gt;Sounds really good. Selecting the proper download and components as
  well as the installation, seem a bit daunting for a novice. It might
  be simple but it doesn&amp;#8217;t look simple. Can you offer some guidelines;
  especially for use with WebYep? They would be greatly appreciated.&lt;/p&gt;
  
  &lt;p&gt;Thanks for the tip,
  Jacob&lt;/p&gt;
  
  &lt;p&gt;On Aug 2, 2008, at 7:30 AM, pixelart wrote:&lt;/p&gt;
  
  &lt;blockquote&gt;
    &lt;p&gt;Hi Cyclonist,
    You can easily upload swf video using the WebYep richtext element
    if you change your editor to FCKEditor:&lt;/p&gt;
    
    &lt;p&gt;&lt;a href=&quot;http://www.fckeditor.net/&quot;&gt;http://www.fckeditor.net/&lt;/a&gt;&lt;/p&gt;
    
    &lt;p&gt;I don&amp;#8217;t use Tiny MCE anymore as FCKEditor has more features
    including a build in file browser and it&amp;#8217;s free!&lt;/p&gt;
    
    &lt;p&gt;There is also a free plugin for the FCKEditor called
    &amp;#8220;fckEmbedMovies&amp;#8221; for other video types such as QT movies but I
    haven&amp;#8217;t figured how to install it properly yet - anyone know how?&lt;/p&gt;
    
    &lt;p&gt;Here is page I knocked up with a simple swf I uploaded via the
    FCKEditor flash upload:&lt;/p&gt;
    
    &lt;p&gt;&lt;a href=&quot;http://www.pixelarte.co.uk/videotest/index.php&quot;&gt;http://www.pixelarte.co.uk/videotest/index.php&lt;/a&gt;&lt;/p&gt;
    
    &lt;p&gt;Hope this helps,&lt;/p&gt;
    
    &lt;p&gt;Richard&lt;/p&gt;
  &lt;/blockquote&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;actionsdev mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>pixelart</author>
            <pubDate>Sat, 02 Aug 2008 15:35:37 -500</pubDate>
        </item>
        <item>
            <title>webyep video upload</title>
            <link>http://www.freewaytalk.net/thread/view/37169</link>
            <description>&lt;p&gt;does webyep allow upload of videos (swf, mov) and playback (maybe with multibox insead of lightbox which plays images only?) ???&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;actionsdev mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>Cyclonist</author>
            <pubDate>Thu, 31 Jul 2008 13:39:33 -500</pubDate>
        </item>
    </channel>
</rss>
