Re: [Radiant] RSS Reader Extension and Wordpress Blogs

2008-11-24 Thread Manuel Meurer
Hi Patrick,

Looks like a bug in the extension.
In lib/rss_reader.rb, it tries to read from the url
(http://example.com/?feed=rss2 in your case), but just looks at the
host and port  (http://example.com:80 in your case) and dismisses the
url parameters.
The Github user bryanl has forked the extension from lorenjohnson and
fixed the bug (see
http://github.com/bryanl/radiant-rss-reader/commit/be405349966cbf520c44303f184453284843acdc).
I recommend that you get a fresh copy from his latest version at
http://github.com/bryanl/radiant-rss-reader/tree/master
and try your luck with that one.

Manuel

On Mon, Nov 24, 2008 at 2:49 PM, Patrick Scheips [EMAIL PROTECTED] wrote:
 Hi all,

 I'm using Radiant CMS with the RSS Reader Extension 
 (http://github.com/lorenjohnson/radiant-rss-reader) and would like to read 
 use the extension for reading in the RSS feed of a Wordpress Blog.
 Unfortunately that doesn't work very well.

 Instead of the RSS articles Radiant just shows the following comment (only 
 visible when viewing the source comment, because it's a comment):

 !-- RssReader error: You have a nil object when you didn't expect it!
 The error occurred while evaluating nil.items --

 I don't think that the extension is configured wrong, because the RSS reader 
 works well with various RSS feeds from various web pages.
 Maybe the feed parser doesn't like the URL format of the feed, which is: 
 http://example.com/?feed=rss2, because there aren't any problems with some 
 (but not all) Wordpress RSS feeds using the URL format 
 http://example.com/feed/.

 Any ideas?

 Thanks,
 Patrick
 ___
 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] [ANN] Styles 'n Scripts v0.7

2008-11-24 Thread Anton J Aylward
Chris Parrish said the following on 11/24/2008 12:47 AM:
 Time for a new release.  This is mostly bugfixes and a minor addition or 
 two to work with other extension:

Hint, please, as to the ways we might update depending on the way we
installed.


-- 
The Air Force is reacting to the EPA ban on CFC's by replacing them in
the cooling systems of the ICBMs.  If they are ever fired, it will be an
environmentally friendly nuclear holocaust, not threatening the Ozone
layer.  -- _Access to Energy_, July 1993
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] [ANN] SnS v0.7.1

2008-11-24 Thread Chris Parrish

Very minor changes:

   * Forgot to check-in a change to the rake task: rebuild_dependencies
 (used to be named update_dependencies).
   * Added link to GitHub repo
   * Made the history marginally clearer.

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


Re: [Radiant] [ANN] Styles 'n Scripts v0.7

2008-11-24 Thread Anton J Aylward
Chris Parrish said the following on 11/24/2008 12:29 PM:
 Updating
 
 updating SnS is the same as every other extension, run:
 
 rake [your_env] radiant:extensions:sns:install


OH WOW!  All the git/svn stuff encoded in a rake file!
Why has no-one ever done that before?
Please can we have this done recursively from the root!
Please!

-- 
A lot of managers talk about 'thinking out of the box,' but they don't
understand the communication process by which that happens.  You do not
think out of the box by commanding the box! You think out of the box
precisely by bringing ideas together that don't allow dominant ideas to
continue to dominate.
   - Stan Deetz
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] [ANN] Styles 'n Scripts v0.7

2008-11-24 Thread Chris Parrish
Um, no. (Though it would be very cool).  In order to make use of the 
'install' task, you have to have the latest version of SnS (or any 
extension) copied into the extension's directory (from github, svn, or 
wherever).


Install in this sense, means:
   migrate the db, copy any needed files into your project's /public 
folder, do anything else the extension writer deems necessary to get 
things working


and not:
   go get the latest version and then install that

I think the Ray extension may do what you're looking for.


-Chris


Anton J Aylward wrote:

Chris Parrish said the following on 11/24/2008 12:29 PM:
  

Updating

updating SnS is the same as every other extension, run:

rake [your_env] radiant:extensions:sns:install




OH WOW!  All the git/svn stuff encoded in a rake file!
Why has no-one ever done that before?
Please can we have this done recursively from the root!
Please!

  


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


[Radiant] help

2008-11-24 Thread Chris Hoad


Chris Hoad

Email: [EMAIL PROTECTED]
Tel: +44 1763 852361
Mob: +44 7905 475916

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


Re: [Radiant] help

2008-11-24 Thread Sean Cribbs

Anything specific we can help with?

Sean

Chris Hoad wrote:


Chris Hoad

Email: [EMAIL PROTECTED]
Tel: +44 1763 852361
Mob: +44 7905 475916

___
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] help

2008-11-24 Thread Adam van den Hoven

Some how this conjures up a scene from a John Wayne movie for me.

Adam
On 24-Nov-08, at 2:24 PM, Sean Cribbs wrote:


Anything specific we can help with?

Sean

Chris Hoad wrote:


Chris Hoad

Email: [EMAIL PROTECTED]
Tel: +44 1763 852361
Mob: +44 7905 475916

___
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


[Radiant] [ANN] Summarize Extension

2008-11-24 Thread Arik Jones
This is my first (albeit simple) extension for RadiantCMS. The summarize
extension provides functionality that allows you to excerpt/summarize a
part of your page's content. It basically allows you to create a teaser.
The link tells the story a little better.

http://github.com/imakethings/radiant-summarize-extension

Check it out.
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Re: [ANN] Summarize Extension

2008-11-24 Thread Arik Jones
Nate Turnage wrote:
 On Mon, Nov 24, 2008 at 7:09 PM, Arik Jones [EMAIL PROTECTED] wrote:
 
 This is my first (albeit simple) extension for RadiantCMS. The summarize
 extension provides functionality that allows you to excerpt/summarize a
 part of your page's content. It basically allows you to create a teaser.
 The link tells the story a little better.

 http://github.com/imakethings/radiant-summarize-extension

 
 
 I just finished a project that could have used this. Give me a couple of
 days and I'll try and add it into the mix before my site goes live.
 
 
 ~Nate

Feel free to let me know if works out. You can see a live example of 
this extension at my site.

http://atinypixel.com
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] easier way to do links?

2008-11-24 Thread Joe Van Dyk
Any ideas?

On Sat, Nov 22, 2008 at 12:20 PM, Joe Van Dyk [EMAIL PROTECTED] wrote:
 By file, they meant page.

 On Sat, Nov 22, 2008 at 3:01 AM, Simon Rönnqvist [EMAIL PROTECTED] wrote:
  Hi!

 textile_editor + page_attachments allows you to easily link to files that
 you've uploaded. In the mail you forwarded below that's the only thing that
 they asked for, but of course they might want to link to other pages too.

  cheers, Simon


 On Nov 21, 2008, at 21:11 , Joe Van Dyk wrote:

 I got the following message from a client who's using Radiant.
 Anything like that out there?

 
 Hi. We're finding that linking is more difficult in the CMS than under
 our old system.

 We have to type in the link by hand, which is more time consuming and
 more error prone.

 Is there a way to:

   * select text that we want to be a link
   * Then be offered a new window that would allow us to select the
 correct file we're linking to
   * then have that path/file name be inserted

 That's how it works in our current editing program.
 
 ___
 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