Re: [Radiant] Anyone have Reader extension working correctly?

2010-03-20 Thread Johan Bakker
Hi Anna, the first one, but I have it working now by installing the forum extension as well, as this extension is adding some layout stuff it probably fixed something which I forgot to configure. thanks, Johan On Mon, 2010-03-15 at 13:31 -0700, banane wrote: > Daniel/Johan, which reader are you

[Radiant] Help debugging public/500.html

2010-03-20 Thread Earl Chew
I'm upgrading my small Radiant installation from way back (0.6 or thereabouts). I've got most of it working, but when running as a mongrel_cluster (with user/group mongrel) I get a public/500.html when accessing some pages. I look in production.log and only see: Processing SiteController#show_p

[Radiant] Haml in 0.8.1?

2010-03-20 Thread Charles Roper
Hi, Is it possible to use Haml and Sass in 0.8.1 via extensions? I found the Haml filter extension, but it looks like it only filters content, not layouts and snippets. Charles ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radia

[Radiant] automatic generation of PDF documentation, based on existing Radiant site

2010-03-20 Thread Eliot Mack
Hello all, We've been using Radiant for our web site for a couple of years with great success. It's easily the cleanest CMS solution of several that I tried. We have an existing documentation section for our product that is built with Radiant; http://www.lightcrafttech.com/previzion/users-manu

Re: [Radiant] automatic generation of PDF documentation, based on existing Radiant site

2010-03-20 Thread Jeff Casimir
Elliot, You might try a combination of wkhtmltopdf and a tweaked 'media=print' stylesheet. I use that combo with some scripting to generate hundreds of PDFs per week. Good luck, Jeff --- Jeff Casimir Jumpstart Lab by Casimir Creative, LLC j...@jumpstartlab.com Sent from my iPhone On Mar 20,

Re: [Radiant] Haml in 0.8.1?

2010-03-20 Thread Jim Gay
Yes. Haml and Sass are included in Radiant and have been since 0.6.something I think. On Sat, Mar 20, 2010 at 5:43 PM, Charles Roper wrote: > Hi, > > Is it possible to use Haml and Sass in 0.8.1 via extensions? I found the > Haml filter extension, but it looks like it only filters content, not >

Re: [Radiant] Haml in 0.8.1?

2010-03-20 Thread Charles Roper
On 21/03/2010 00:07, Jim Gay wrote: > Yes. Haml and Sass are included in Radiant and have been since > 0.6.something I think. I've just don't a bit of searching around because I can't find much info on using Haml with Radiant and I've found a few messages that say Haml is problematic due to the

Re: [Radiant] Haml in 0.8.1?

2010-03-20 Thread Jim Gay
On Sat, Mar 20, 2010 at 9:14 PM, Charles Roper wrote: > On 21/03/2010 00:07, Jim Gay wrote: >> Yes. Haml and Sass are included in Radiant and have been since >> 0.6.something I think. > > I've just don't a bit of searching around because I can't find much info > on using Haml with Radiant and I've

Re: [Radiant] Help debugging public/500.html

2010-03-20 Thread Jim Gay
A 500 error is coming from your application server and not the application. Check your mongrel log (for example, if you're using mongrel). On Sat, Mar 20, 2010 at 11:42 AM, Earl Chew wrote: > I'm upgrading my small Radiant installation from way back (0.6 or > thereabouts). > > I've got most of i

Re: [Radiant] Haml in 0.8.1?

2010-03-20 Thread Charles Roper
On 21/03/2010 02:17, Jim Gay wrote: > First, you can use Haml in views that your extension creates. All of > the radiant source code is Haml. For example > http://github.com/radiant/radiant/blob/master/app/views/layouts/application.html.haml Ah, I think I see where confusion is arising. In my orig