On Tuesday 16 August 2005 06:29, Christoph Frick wrote: > b) i want the users of the racerank product to be able to do easy > customization of the views and their apprearence. i though about > simply adding a css+logo as attributes to my main-interface and use > this for manipulation that goes beyond my skin. but whats the best > approach to allow the admin to change texts per instance? abuse the > i18n for this? or allow annotation of my views with e.g. a > text-attribute.
I have misused I18n for those type of cases before and I don't mind doing this. ;-) Of course, if you want the admins to be able to adjust *content*, then you have to get into the content internationalization. Regards, Stephan -- Stephan Richter CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
