[ZWeb] Re: website design discussion

2006-08-26 Thread Tom Von Lahndorff


http://modscape.com/zope

New Foundation page. Try the nav. Only tested on Firefox/Mac so far.
___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Re: website design discussion

2006-08-26 Thread Jens Vagelpohl

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On 26 Aug 2006, at 15:57, Tom Von Lahndorff wrote:



http://modscape.com/zope

New Foundation page. Try the nav. Only tested on Firefox/Mac so far.


Looks and works nice on Safari as well. Should be easy to take that  
and fill it, even with just static content, to have a great-looking  
site.


jens


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFE8FS1RAx5nvEhZLIRAmj5AJ402WtGZozIn5flAwfFzz8TV2yUVACffBVK
11fOY/Oq6bSokcfYgo+qBtY=
=tWOd
-END PGP SIGNATURE-
___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [Zope] Weird paths in the filesystem using Photo and ExtFile

2006-08-26 Thread Stefan H. Holek

Hi Pablo,

This comment from the ExtFile source code may shed some light on the  
issue. Photos can for historical reasons, and without changes to the  
Photo product, not take advantage of ZODB_PATH = PHYSICAL.


# XXX: The Photo product uploads into unwrapped ExtImages.
# As we can not reliably guess our parent object we fall back
# to the old behavior. This means that Photos will always
# use ZODB_PATH = VIRTUAL independent of config settings.

Stefan


On 25. Aug 2006, at 21:54, Pablo Ziliani wrote:


For example, if I call these real urls:
- http://zopeserver.com:8080/sites/site1/images/image.jpg? 
display=whatever
- http://zopeserver.com:8080/sites/site2/images/image.jpg? 
display=whatever


in the filesystem I would have something like:
- $INSTANCE_HOME/var/photos/sites/site1/images/image.jpg/ 
image_whatever.jpg
- $INSTANCE_HOME/var/photos/sites/site1/images/image.jpg/ 
image_whatever.jpg


but if I call the same via the virtual url:
- http://www.virtualsite1.com/images/image.jpg?display=whatever
- http://www.virtualsite2.com/images/image.jpg?display=whatever

I only get:
$INSTANCE_HOME/var/photos/images/image.jpg/image_whatever.jpg


--
Anything that, in happening, causes something else to happen,
causes something else to happen.  --Douglas Adams


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Re: VerboseSecurity not working

2006-08-26 Thread michael nt milne
ok I've followed the instructions there and added these two lines to zope.conf# Example:#security-policy-implementation python
verbose-security on# Directive: skip-authentication-checkingby the way the only reference to verbose security in the conf file was the text
 Description:# The default Zope security machinery is implemented in C.# Change this to python to use the Python version of the# Zope security machinery. This impacts performance but
# is useful for debugging purposes and required by Products such as# VerboseSecurity, which need to monkey-patch the security# machinery.and then restarted Zopehowever I now get a start up error
:\Program Files\Plone 2.1.3\Data\etc\zope.confError: value did not match regular _expression_: 'ver##'
On 8/26/06, Andreas Jung [EMAIL PROTECTED] wrote:
--On 25. August 2006 17:50:06 -0400 Tres Seaver [EMAIL PROTECTED]wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 michael nt milne wrote:
 Hi I couldn't install VerboseSecurity on Zope 2.8.7 and Plone 2.1.3 You don't need it.The functionality is folded into Zope 2.8.x...which is clearly documented on the VS homepage :-)
http://hathawaymix.org/Software/VerboseSecurity-aj___Zope maillist-
Zope@zope.orghttp://mail.zope.org/mailman/listinfo/zope** No cross posts or HTML encoding!**(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- michael
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )