[Zope] extensions (.html .gif), security, and multilanguage sites

Morten W. Petersen morten@esol.no
16 Feb 2001 09:26:06 +0100


[CARL ROBERT BLESIUS]

| Hello!

Hi Carl,

| Some general Zope beginner questions:
| 
|   - file extensions... will we have problems programming
|     with python if we use extensions (e.g. index.html
|     melanoma.jpg) in Zope 2.3 or is there a way around it?
|     We do not want to confuse users (index_html!?).

Using python expressions like self['index.html'], _['index.html']
and the likes may solve your problems.

|   - the sites we are building will be multilingual (e.g.
|     titles in 4 languages) what is the best way to deal
|     with this (we want to use the templating power of
|     Zope => Language of content determines template)?

These URLs may point you in the right direction:

	<url:http://www.zope.org/Members/jdavid/MultilingualSiteAccess>
	<url:http://www.zope.org/Members/yemartin/zzLocale>	

Hope this helps,

Morten