Re: [Radiant] Radiant on Heroku - RDiscount or BlueCloth?

2009-11-17 Thread Charles Roper
On 13/11/2009 08:10, Charles Roper wrote:

> Well, I've found BlueCloth 2 is also not working on Windows, despite the
> fact it seemingly has a mingw binary. I think I must have been using an
> old version when I thought it was fine.

Turns out you can install BlueCloth 2 on Windows. You need to be using 
the new mingw-based Ruby and have the DevKit installed; you can then 
force the platform to 'ruby' and it'll compile the binary:

C:\>gem install bluecloth --platform=ruby
Building native extensions.  This could take a while...
Successfully installed bluecloth-2.0.5
1 gem installed

C:\>irb -rubygems
irb(main):001:0> require 'bluecloth'
=> true

Charles


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Radiant on Heroku - RDiscount or BlueCloth?

2009-11-13 Thread Charles Roper
Sean,

Well, I've found BlueCloth 2 is also not working on Windows, despite the 
fact it seemingly has a mingw binary. I think I must have been using an 
old version when I thought it was fine.

I think the problem for BlueCloth at present is that Michael Granger, 
the maintainer, uses Trac and Mercurial instead of Git/Github. Using 
something other than Git is kind of a handicap these days for a Ruby 
library.

Cheers,
Charles

On 12/11/2009 13:44, Sean Cribbs wrote:
> Charles,
>
> Please leave that in the wiki, or at least correct the error about it
> being "faster and less error prone".  Radiant's MarkdownExtension will
> currently look for rdiscount, and if that is missing, use bluecloth (the
> packaged version).  I'd appreciate a patch that searches for BlueCloth 2
> first.
>
> Sean
>
> Charles Roper wrote:
>> The "Installing on Heroku" wiki page suggests using RDiscount instead of
>> BlueCloth, stating that "RDiscount is considerably faster and less error
>> prone."
>>
>> http://wiki.github.com/radiant/radiant/installing-on-heroku
>>
>> This is surely out of date since BlueCloth 2 was released?
>>
>> http://deveiate.org/projects/BlueCloth
>>
>> Would anyone object if I removed the information about RDiscount? Main
>> reason being, it doesn't have a Windows binary and doesn't compile using
>> the new mingw Ruby + DevKit whereas BlueCloth does have a mingw binary
>> and so works with Windows just great.
>>
>> Cheers,
>> Charles
>> ___
>> Radiant mailing list
>> Post:   Radiant@radiantcms.org
>> Search: http://radiantcms.org/mailing-list/search/
>> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>>
>>
>
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Radiant on Heroku - RDiscount or BlueCloth?

2009-11-12 Thread Sean Cribbs
Charles,

Please leave that in the wiki, or at least correct the error about it 
being "faster and less error prone".  Radiant's MarkdownExtension will 
currently look for rdiscount, and if that is missing, use bluecloth (the 
packaged version).  I'd appreciate a patch that searches for BlueCloth 2 
first.

Sean

Charles Roper wrote:
> The "Installing on Heroku" wiki page suggests using RDiscount instead of 
> BlueCloth, stating that "RDiscount is considerably faster and less error 
> prone."
>
> http://wiki.github.com/radiant/radiant/installing-on-heroku
>
> This is surely out of date since BlueCloth 2 was released?
>
> http://deveiate.org/projects/BlueCloth
>
> Would anyone object if I removed the information about RDiscount? Main 
> reason being, it doesn't have a Windows binary and doesn't compile using 
> the new mingw Ruby + DevKit whereas BlueCloth does have a mingw binary 
> and so works with Windows just great.
>
> Cheers,
> Charles
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
>   

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Radiant on Heroku - RDiscount or BlueCloth?

2009-11-12 Thread Charles Roper
The "Installing on Heroku" wiki page suggests using RDiscount instead of 
BlueCloth, stating that "RDiscount is considerably faster and less error 
prone."

http://wiki.github.com/radiant/radiant/installing-on-heroku

This is surely out of date since BlueCloth 2 was released?

http://deveiate.org/projects/BlueCloth

Would anyone object if I removed the information about RDiscount? Main 
reason being, it doesn't have a Windows binary and doesn't compile using 
the new mingw Ruby + DevKit whereas BlueCloth does have a mingw binary 
and so works with Windows just great.

Cheers,
Charles
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant