[Checkins] SVN: z3c.resourceinclude/trunk/README.txt Added commentson resource ordering.

Malthe Borch mborch at gmail.com
Sun Mar 2 18:32:11 EST 2008


On 02/03/2008, Roger Ineichen <dev at projekt01.ch> wrote:
>  Can you offer a weight argumment like we use in the
>  viewlet implementation?

Not sure what you mean; which implementation is that?

>  Does resourceinclude minimize configuration or do you see
>  other benefits compared with viewlets?

Certainly tries to make configuration easier.

It does use viewlets, or at least a content provider. In my project
I've registered the content provider as a viewlet::

   from z3c.resourceinclude.provider import ResourceIncludeProvider

   class Resources(ResourceIncludeProvider):
       def __init__(self, context, request, view, manager):
          super(Resources, self).__init__(context, request, view)

\malthe

--=====================--
  mail: mborch at gmail.com
  homepage: zeitmaschine.dk
--=====================--


More information about the Checkins mailing list