Feature #154
3rd-party app integration a la FeinCMS
0%
Description
http://www.feinheit.ch/media/labs/feincms/integration.html#integrating-3rd-party-apps
FeinCMS has an interesting concept of "ApplicationContent" which essentially places an arbitrary urlconf/view structure, such as a 3rd party app might have, within the managed structure of the CMS.
Granted, this could be done by just placing the url pattern for the urlconf prior to philo/feincms - but if we let it go through philo, we could include a more accurate node - i.e. /admin instead of /.
FeinCMS claims not to be able to reverse views within the urlconf. I'm fairly certain we would not have that restriction.
I don't think this is something we need, but it might be a fun thing to make work as a contrib app or just a separate app altogether.