[Radiant] Looking for something similar to summarize extension for truncating content

2009-01-11 Thread Roman Marszalek
And wondering how it can be most easily acheived. I'd like to be able to say something like this (obviously not available) And then it displays the fist 30 characters of the page part. Anyone know if there's an easy way to achieve this effect. Thanks, Roman -- Roman Marszalek Managing Dir

[Radiant] HAML and Radiant CMS

2009-01-11 Thread Mark Muskardin
Hi All, Can I convert all my front-end markup to HAML in Radiant CMS? If so, how would I do that? ERB is getting old! //Mark ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.

Re: [Radiant] Re: Re: Flash In IE

2009-01-11 Thread Ceaser Larry
My first extension I created provides radiant tags to load flash objects using swfobject. If also works with paperclipped or any url string. You can find it on github its called radiant-flash_content-extension. http://github.com/ceaser/radiant-flash_content-extension/tree/master Here is a ex

[Radiant] Installing Extensions From The Extension Registry

2009-01-11 Thread Mark Muskardin
Hi All, I want to install an extension from the Extension Registry? I've downloaded the extension from Git - now what? Thanks! //Mark ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http

Re: [Radiant] Installing Extensions From The Extension Registry

2009-01-11 Thread Sean Cribbs
Mark, Did you do script/extension install extension_name? If so, it should have put it in your project directory for you. Sean Mark Muskardin wrote: Hi All, I want to install an extension from the Extension Registry? I've downloaded the extension from Git - now what? Thanks! //Mark ___

Re: [Radiant] Re: Re: Flash In IE

2009-01-11 Thread Nate Turnage
On Sun, Jan 11, 2009 at 12:50 PM, Ceaser Larry wrote: > My first extension I created provides radiant tags to load flash objects > using swfobject. If also works with paperclipped or any url string. > You can find it on github its called radiant-flash_content-extension. > > http://github.com/cease

Re: [Radiant] HAML and Radiant CMS

2009-01-11 Thread John W. Long
Use the html2haml binary: $ html2haml -h Usage: html2haml [options] [INPUT] [OUTPUT] Description: Transforms an HTML file into corresponding Haml code. Options: -r, --rhtml Parse RHTML tags. --no-rhtml Don't parse RHTML tags. -x, --xhtml