Thanks for your reply. So, when you say macros still
excel for general O-wrap, do you mean things like
style_slot, script_slot and body_slot or do you also
include things like header_slot, navigation_slot,
breadcrumb_slot and footer_slot as well?
I'm a little confused as to whether render() from
On Friday 08 September 2006 15:07, [EMAIL PROTECTED] wrote:
> Is it possible to use contentproviders as an
> alternative to macros for providing the look and feel
> of a site? I thought I saw someone mention something
> to this affect.
Yes. While we have not completely removed the use of macros ye
Is it possible to use contentproviders as an
alternative to macros for providing the look and feel
of a site? I thought I saw someone mention something
to this affect.
Thanks.
ksmith
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org
On 8/17/06, David Pratt <[EMAIL PROTECTED]> wrote:
* Accessing /blog/ will show a list of all posts by reverse date order
* Accessing /blog//, eg /blog/2006/ will show a listing of
posts for just that year.
* Accessing /blog///, eg /blog/2006/12/ will show a
listing of posts for t
On 7/8/06, Achim Domma <[EMAIL PROTECTED]> wrote:
I'm interested in running Zope 3 via mod_python as WSGI app directly in
apache. I like the idea to configure different instances simply in my
apache config and don't have to setup different running zope instances.
You are gonna have to do that a
Hi,
On Fri, Sep 08, 2006 at 01:45:45PM +0200, Philipp von Weitershausen wrote:
[snip]
> Write a new TALES expression type (like string: or python:) that constructs
> link tags.
> This could like:
>
>
> link goes here
>
>
> The link: expression would split the argument string, take t
On 9/8/06, Philipp von Weitershausen <[EMAIL PROTECTED]> wrote:
* Solution outside of Zope.
Martijn suggested a JavaScript. If you need it to work for
non-JavaScript browsers, I suggest a WSGI middleware that checks for
text/html data and transforms elements as needed. You could do the
transfor
FB wrote:
Hi,
On Fri, Sep 08, 2006 at 12:54:14PM +0200, Martijn Pieters wrote:
On 9/8/06, FB <[EMAIL PROTECTED]> wrote:
my employer want to have all external links marked with a small icon telling
anonymous users from the internet that everything behind given links is
beyond our respon
On Thursday 07 September 2006 15:56, Florian Lindner wrote:
> I terminated it at this point. At the end it gets very slow, about one link
> every two seconds, but it seems to work.
It should take about 30-45 minutes to complete. The warnings should get less,
but the internal server error indicate
Chris Withers wrote:
Philipp von Weitershausen wrote:
I'm pretty sure a trademark like that can't be claimed. You'd be
effectively trademarking a dictionary word, and I'm pretty sure
that's not allowed...
Let's see, looking through the first pages of my English dictionary,
it seems that "A
Philipp von Weitershausen wrote:
I'm pretty sure a trademark like that can't be claimed. You'd be
effectively trademarking a dictionary word, and I'm pretty sure that's
not allowed...
Let's see, looking through the first pages of my English dictionary, it
seems that "Apple" is also a dictio
Denis Shaposhnikov wrote:
"Stephan" == Stephan Richter <[EMAIL PROTECTED]> writes:
Stephan> Right. Note that you do not have to use the "Grant"
Stephan> view. You can also grant permissions and roles
Stephan> programmatically, which is what I am doing in my customer
Stephan> projects.
Coul
Philipp von Weitershausen wrote:
Stephan Richter wrote:
On Friday 08 September 2006 04:54, Denis Shaposhnikov wrote:
apidoc from 3.3.0b2 said me that "layer" in the "page" directive is
deprecated:
"""
layer - LayerField (default = None)
The layer the view is in.
BBB: DEPRECATED
"""
Wha
> "Stephan" == Stephan Richter <[EMAIL PROTECTED]> writes:
Stephan> Right. Note that you do not have to use the "Grant"
Stephan> view. You can also grant permissions and roles
Stephan> programmatically, which is what I am doing in my customer
Stephan> projects.
Could you show a little exa
Stephan Richter wrote:
On Friday 08 September 2006 04:54, Denis Shaposhnikov wrote:
apidoc from 3.3.0b2 said me that "layer" in the "page" directive is
deprecated:
"""
layer - LayerField (default = None)
The layer the view is in.
BBB: DEPRECATED
"""
What to use instead of?
This is a m
On Friday 08 September 2006 02:12, Denis Shaposhnikov wrote:
> Stephan> You cannot grant permissions via ZCML to principals that are
> Stephan> located in the ZODB. You have to use the "Grant" view of the
> Stephan> folder for this.
>
> Oh, that's a bad news. Am I right that Zope3 have principal
On Friday 08 September 2006 04:54, Denis Shaposhnikov wrote:
> apidoc from 3.3.0b2 said me that "layer" in the "page" directive is
> deprecated:
>
> """
> layer - LayerField (default = None)
> The layer the view is in.
>
> BBB: DEPRECATED
> """
>
> What to use instead of?
This is a mistake.
2006/9/8, Philipp von Weitershausen <[EMAIL PROTECTED]>:
> I'm pretty sure a trademark like that can't be claimed. You'd be> effectively trademarking a dictionary word, and I'm pretty sure that's> not allowed...Let's see, looking through the first pages of my English dictionary, it
seems that "Appl
Chris Withers wrote:
Benji York wrote:
Baiju M wrote:
(This is about : http://kpug.zwiki.org/Zope3Distilled)
I recommend you verify that you can use the "Distilled" name. I
believe computer book titles of that form are protected by an
Addison-Wesley trademark.
I'm pretty sure a tra
Denis Shaposhnikov wrote:
"Stephan" == Stephan Richter <[EMAIL PROTECTED]> writes:
>> >> layer="admin_layer" template="admin_details.pt"/>
>>
>> and
>>
>> >> layer="user_layer" template="user_details.pt"/>
>>
>> ?
Stephan> Absolutely! :-) That's the point of layers and skin
Philipp von Weitershausen wrote:
Martin Aspeli wrote:
FB-5 wrote:
my employer want to have all external links marked with a small icon
telling
anonymous users from the internet that everything behind given
links is
beyond our responsibility.
Why not use a piece of javascript to do this? See
Martin Aspeli wrote:
FB-5 wrote:
my employer want to have all external links marked with a small icon
telling
anonymous users from the internet that everything behind given links is
beyond our responsibility.
Why not use a piece of javascript to do this? See the linkpopper
product on plone.or
FB wrote:
my employer want to have all external links marked with a small icon telling
anonymous users from the internet that everything behind given links is
beyond our responsibility.
Currenty I have to do something like that:
... which doesn't really looks like a nice method to produce
FB-5 wrote:
>
>> >my employer want to have all external links marked with a small icon
>> telling
>> >anonymous users from the internet that everything behind given links is
>> >beyond our responsibility.
>>
>> Why not use a piece of javascript to do this? See the linkpopper
>> product on plon
Hi,
On Fri, Sep 08, 2006 at 12:54:14PM +0200, Martijn Pieters wrote:
> On 9/8/06, FB <[EMAIL PROTECTED]> wrote:
> >my employer want to have all external links marked with a small icon telling
> >anonymous users from the internet that everything behind given links is
> >beyond our responsibility.
>
On 9/8/06, FB <[EMAIL PROTECTED]> wrote:
my employer want to have all external links marked with a small icon telling
anonymous users from the internet that everything behind given links is
beyond our responsibility.
Why not use a piece of javascript to do this? See the linkpopper
product on pl
Hi,
my employer want to have all external links marked with a small icon telling
anonymous users from the internet that everything behind given links is
beyond our responsibility.
Currenty I have to do something like that:
... which doesn't really looks like a nice method to produce i.e. th
On Fri, Sep 08, 2006 at 10:12:34AM +0400, Denis Shaposhnikov wrote:
> > "Stephan" == Stephan Richter <[EMAIL PROTECTED]> writes:
>
> Stephan> You cannot grant permissions via ZCML to principals that are
> Stephan> located in the ZODB. You have to use the "Grant" view of the
> Stephan> folde
> "Stephan" == Stephan Richter <[EMAIL PROTECTED]> writes:
>> > layer="admin_layer" template="admin_details.pt"/>
>>
>> and
>>
>> > layer="user_layer" template="user_details.pt"/>
>>
>> ?
Stephan> Absolutely! :-) That's the point of layers and skins!
apidoc from 3.3.0b2 said
Benji York wrote:
Baiju M wrote:
(This is about : http://kpug.zwiki.org/Zope3Distilled)
I recommend you verify that you can use the "Distilled" name. I believe
computer book titles of that form are protected by an Addison-Wesley
trademark.
I'm pretty sure a trademark like that can't
Hello,
I'm using both books to learn Zope3 :
- Web component Development with Zope 3 (Philipp Von Weitershausen)
- Zope 3 (Stephan Ritcher)
I read somewhere that examples are updated somewhere on the web but I
can't find out where (I have to admit I did not dig into the second at
the moment).
31 matches
Mail list logo