[Radiant] Radiant question | Break Pages by keyword/topic/tag?

2010-03-26 Thread Chris Malek
Hello,

I hope someone can provide some advice on this. I have read all the
radiant tag documentation and looked for an extension but can't find
anything similar.  I think I may need a tagging extension but I am not
sure if ones that are out there will do the job.

I am basically trying to build a knowledge base on my new radiant
site.   A KB article can belong to many different topics.   I define
topics loosely here because I am not sure how I should put this data
into radiant to get my desired outcome.

I basically need some way of marking KB articles with one to many
topics then I want to generate a master page of KB articles broken
out by topics (see below) and also allow those topics in the URL and
return all pages belong to that topic.

Here is what I am trying to do.


_Sample Radiant Page Structure_
Home
   About Us
   Contact US
   Knowledge Base
KB Article 1  - (topics/keywords:  alpha)
KB Article 2  - (topics/keywords:  alpha, beta)
KB Article 3  - (topics/keywords:  delta, gamma)
KB Article 4  - (topics/keywords:  gamma)
KB Article 5  - (topics/keywords:  foxtrot)
KB Article 6  - (topics/keywords:  lima)


When the user views the Knowledge Base page, it should break by
topic and show all pages marked with that topic.

Knowledge Base
   alpha
      KB Article 1
      KB Article 2
   beta
      KB Article 2
   delta
      KB Article 3
   foxtrot
      KB Article 5
   gamma
      KB Article 3
      KB Article 4
   lima
     KB Article 6

I also want to be able to hit a URL like: http://site/KBArticles/alpha

This page should return all pages marked with the alpha topic.

I am sure there is an fairly easy way to do this. Anyone?

Thanks in advance.

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


Re: [Radiant] Newbie Issues with Radiant on Snow Leopard

2010-03-26 Thread john muhl
gem uninstall rack
gem install rack -v 1.0.1

On Fri, Mar 26, 2010 at 8:17 AM, Ilan Volow list...@clarux.com wrote:
 I'm trying out Radiant on my machine, OS X 10.6 Snow Leopard, using the
 version of Ruby that came with the OS, rails 2.3.5 and Radiant 0.8.1
 (which was the version of Radiant installed when I did gem install radiant).

 I create a test site, I try running the

 rake production db:bootstrap

 command and I get the follow error

 rake aborted!
 can't activate rack (~ 1.0.0, runtime) for [], already activated
 rack-1.1.0 for [radiant-0.8.1]

 Can anyone shed some light on what's happening?


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

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


Re: [Radiant] Newbie Issues with Radiant on Snow Leopard

2010-03-26 Thread Gabe Koss
I have fixed the problem without uninstalling rack. In
/lib/action_controller.rb there is a line which specifies the raelck gem
version. I was able to change this line to the correct rack version. which
fixed my issue.

That was actually on Ubuntu 9.04 but maybe it'll work on osx. ..

Gabe

On Mar 26, 2010 2:33 PM, john muhl johnm...@gmail.com wrote:

gem uninstall rack
gem install rack -v 1.0.1


On Fri, Mar 26, 2010 at 8:17 AM, Ilan Volow list...@clarux.com wrote:

 I'm trying out Radiant on my machine, OS X 10.6 Snow Leopard, using the
 version of Ruby that cam...
___
Radiant mailing list
Post: Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org


Re: [Radiant] Newbie Issues with Radiant on Snow Leopard

2010-03-26 Thread john muhl
On Fri, Mar 26, 2010 at 2:31 PM, Gabe Koss gabe.k...@gmail.com wrote:
 I have fixed the problem without uninstalling rack. In
 /lib/action_controller.rb there is a line which specifies the raelck gem
 version. I was able to change this line to the correct rack version. which
 fixed my issue.

sure you can always hack on the radiant source but that makes upgrades
slightly more difficult as you have to keep reapplying your changes.
unless you actually need a different version or rack for some other
app i think the simplest solution is just to install the older
version.

 That was actually on Ubuntu 9.04 but maybe it'll work on osx. ..

 Gabe

 On Mar 26, 2010 2:33 PM, john muhl johnm...@gmail.com wrote:

 gem uninstall rack
 gem install rack -v 1.0.1


 On Fri, Mar 26, 2010 at 8:17 AM, Ilan Volow list...@clarux.com wrote:

 I'm trying out Radiant on my machine, OS X 10.6 Snow Leopard, using the
 version of Ruby that cam...
 ___
 Radiant mailing list
 Post: Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
 Radiant: http://radiantcms.org
 Extensions: http://ext.radiantcms.org

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