> Maybe there is a way to have such custom tags containing content from > the existing app when I try to set up solution 2) ?
Anything's possible in Rails: http://www.paultastic.com/showpage/Grabbing-Data-From-Foreign-Database-Using-Rails http://railsforum.com/viewtopic.php?id=24338 (just the first two posts) Create an extension for your models and custom tags: https://github.com/radiant/radiant/wiki/Creating-a-Link-Roll-Extension/c7d81e370a77b9e09dc11d22726603ef123410b4 https://github.com/radiant/radiant/wiki/adding-custom-radius-tags That should get you started. Pete
