Re: [Zope] Help installing Zope2 in AWS

2017-05-31 Thread Andreas Jung


On 9 Nov 2016, at 19:38, Norma Silva wrote:

> Hello,
>
> Has someone installed Zope2 on Amazon Web Services (AWS)?
>
> Thanks in advance!

What is the exact question/problem.

Has anyone….likely…

-aj

signature.asc
Description: OpenPGP digital signature
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] ODBC adapter

2017-05-31 Thread Andreas Jung
http://www.egenix.com/products/python/mxODBC/

is the only reasonable ODBC approach for Zope nowadays...forget the other old 
crap.

-aj

On 4 Jul 2016, at 18:08, Miguel Beltran R. wrote:

> Hi again list,
>
> Using zope 2.13.23
> ZPyODBCDA 1.0.9.dev0 ( https://github.com/tcurvelo/Products.ZPyODBCDA )
>
> I have tried to install ZpyODBCDA but when I try to start the instance i
> got this error
>
> (control-emisiones3)
> N:\zope\control-emisiones3>"N:\zope\control-emisiones3\Scripts\runzope" -C
> "N:\zope\control-emisiones3\instance_zope\etc\zope.conf"
>
> 2016-07-04 10:48:05 ERROR Application Could not import Products.ZPyODBCDA
> Traceback (most recent call last):
>   File "n:\zope\control-emisiones3\lib\site-packages\OFS\Application.py",
> line 606, in import_product
> product=__import__(pname, global_dict, global_dict, silly)
>   File
> "N:\zope\control-emisiones3\instance_zope\Products\ZPyODBCDA\__init__.py",
> line 27, in 
> from pyodbc_browser import pyodbcConnectionBrowser,
> addpyodbcConnectionBrowser, addpyodbcConnectionForm
>   File
> "N:\zope\control-emisiones3\instance_zope\Products\ZPyODBCDA\pyodbc_browser.py",
> line 23, in 
> from pyodbc_DA import pyodbcConnection, database_type,
> addpyodbcConnectionForm
>   File
> "N:\zope\control-emisiones3\instance_zope\Products\ZPyODBCDA\pyodbc_DA.py",
> line 27, in 
> from pyodbc_db import DB
>   File
> "N:\zope\control-emisiones3\instance_zope\Products\ZPyODBCDA\pyodbc_db.py",
> line 37, in 
> from Shared.DC.ZRDB.TM import TM
> ImportError: No module named ZRDB.TM
> Traceback (most recent call last):
>   File "C:\Python27\Lib\runpy.py", line 162, in _run_module_as_main
> "__main__", fname, loader, pkg_name)
>   File "C:\Python27\Lib\runpy.py", line 72, in _run_code
> exec code in run_globals
>   File "N:\zope\control-emisiones3\Scripts\runzope.exe\__main__.py", line
> 9, in
> 
>   File "n:\zope\control-emisiones3\lib\site-packages\Zope2\Startup\run.py",
> line 22, in run
> starter.prepare()
>   File
> "n:\zope\control-emisiones3\lib\site-packages\Zope2\Startup\__init__.py",
> line 86, in prepare
> self.startZope()
>   File
> "n:\zope\control-emisiones3\lib\site-packages\Zope2\Startup\__init__.py",
> line 262, in startZope
> Zope2.startup()
>   File "n:\zope\control-emisiones3\lib\site-packages\Zope2\__init__.py",
> line 47, in startup
> _startup()
>   File "n:\zope\control-emisiones3\lib\site-packages\Zope2\App\startup.py",
> line 67, in startup
> OFS.Application.import_products()
>   File "n:\zope\control-emisiones3\lib\site-packages\OFS\Application.py",
> line 583, in import_products
> import_product(product_dir, product_name, raise_exc=debug_mode)
>   File "n:\zope\control-emisiones3\lib\site-packages\OFS\Application.py",
> line 606, in import_product
> product=__import__(pname, global_dict, global_dict, silly)
>   File
> "N:\zope\control-emisiones3\instance_zope\Products\ZPyODBCDA\__init__.py",
> line 27, in 
> from pyodbc_browser import pyodbcConnectionBrowser,
> addpyodbcConnectionBrows
> er, addpyodbcConnectionForm
>   File
> "N:\zope\control-emisiones3\instance_zope\Products\ZPyODBCDA\pyodbc_browser.py",
> line 23, in 
> from pyodbc_DA import pyodbcConnection, database_type,
> addpyodbcConnectionForm
>   File
> "N:\zope\control-emisiones3\instance_zope\Products\ZPyODBCDA\pyodbc_DA.py",
> line 27, in 
> from pyodbc_db import DB
>   File
> "N:\zope\control-emisiones3\instance_zope\Products\ZPyODBCDA\pyodbc_db.py",
> line 37, in 
> from Shared.DC.ZRDB.TM import TM
> ImportError: No module named ZRDB.TM
>
>
> What module do I need to install?
>
>
>
> -- 
> 
> Lo bueno de vivir un dia mas
> es saber que nos queda un dia menos de vida
> ___
> Zope maillist  -  Zope@zope.org
> https://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  https://mail.zope.org/mailman/listinfo/zope-announce
>  https://mail.zope.org/mailman/listinfo/zope-dev )


signature.asc
Description: OpenPGP digital signature
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Problem with Zope

2017-05-31 Thread Andreas Jung
Look at your error_log in the ZMI. Never seen the case that such 
an error would _not_ trigger a complete traceback in the error_log.

-aj


On 5 Jan 2016, at 12:45, Jordan Guerder wrote:

> Hello,
> I discovered Zope, however, I see an error output from one of my clients. 
> Indeed its website appears for a few hours this error message:
>
> Zope Error
> Zope HAS Encountered an error while publishing this resource.
> Error type: IndexError
> Error Value: 0
>
> Server side all seems ok:
> - Apache is up
> - Php fpm is up
> - Mysql is up
>
> The logs do not show me any errors, would you therefore an idea of how I 
> could identify this problem?
>
> Jordan
> ___
> Zope maillist  -  Zope@zope.org
> https://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
> https://mail.zope.org/mailman/listinfo/zope-announce
> https://mail.zope.org/mailman/listinfo/zope-dev )


signature.asc
Description: OpenPGP digital signature
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [ZWeb] download.zope.org without DNS record?

2016-07-21 Thread Andreas Jung
Sorry for the noise, the email just arrived today :)


--
Andreas Jung
Hundskapfklinge 33
D-72074 Tübingen
Tel. +49 7071 793257
andr...@andreas-jung.com

On 18 Jul 2016, at 16:57, Sascha Welter wrote:

> Hi!
>
> It seems that download.zope.org is not resolving any more.
>
> Regards,
> Sascha
>
> ___
> Zope-web maillist  -  Zope-web@zope.org
> https://mail.zope.org/mailman/listinfo/zope-web


signature.asc
Description: OpenPGP digital signature
___
Zope-web maillist  -  Zope-web@zope.org
https://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] download.zope.org without DNS record?

2016-07-21 Thread Andreas Jung
Working for me.

-aj


On 18 Jul 2016, at 16:57, Sascha Welter wrote:

> Hi!
>
> It seems that download.zope.org is not resolving any more.
>
> Regards,
> Sascha
>
> ___
> Zope-web maillist  -  Zope-web@zope.org
> https://mail.zope.org/mailman/listinfo/zope-web


signature.asc
Description: OpenPGP digital signature
___
Zope-web maillist  -  Zope-web@zope.org
https://mail.zope.org/mailman/listinfo/zope-web


Re: [Zope] Zope in The Netherlands

2015-07-08 Thread Andreas Jung
Why does it has to be NL?

-aj



On 8 Jul 2015, at 15:10, Kees de Brabander wrote:

 Hi there,
 I desperately need a zope server, at least for a transition period. Is there 
 in The Netherlands a company that still uses zope or has experience with zope 
 that can help or advise me?
 tia, Cornelis J. de Brabander
 ___
 Zope maillist  -  Zope@zope.org
 https://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


signature.asc
Description: OpenPGP digital signature
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] issue with authentication

2015-06-27 Thread Andreas Jung
Seriously, nowadays you use

bin/instance adduser user password

-aj



On 27 Jun 2015, at 13:17, Sebastian Tänzer wrote:

 Yamana,

 did you try to login with the recovery user/password?

 To do so you have to create an emerceny user using the zpasswd.py script 
 (locatet either at site-packages/Zope2/Startup/misc/zpasswd.py or 
 site-packages/Zope2/utilities/zpasswd.py I Zope was installed from egg.

 Example in command line/terminal on our systems (virtualenv used):

 cd —path to your zope instance --
 /opt/python/zope2-pip/lib/python2.7/site-packages/Zope2/utilities/zpasswd.py 
 -u user -p password access

 This creates an access file in the bin folder. Move this file to the root of 
 the instance:

 cd bin
 mv access ..

 Now restart Zope and you should be able to login using the new credentials.
 Correct what you broke then ;-)

 Best
 Sebastian

 Am 27.06.2015 um 10:56 schrieb Yamana santhosh kumar 
 y.santhosh32ku...@gmail.com:

 Hello to all zope users...

   I have been facing a problem with authentication in zope, i.e when i try 
 to access the zope with localhost:8080/manage it is showing that the 
 username and password , it is shown below.
 image.png
 even though i am giving correct username and password, it is showing that 
 you are not autherised person to access this resource ..(note:i have 
 changed some check boxes in authentications in acl_users folder)

 I hope that any body can help me to this issue

 Thanks in advance.




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


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


signature.asc
Description: OpenPGP digital signature
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Pack ZODB via cronjob without ZEO

2015-06-19 Thread Andreas Jung
Using Cron or the build-in clock server functionality.
zeopack via ZEO is the much, much better solution.
Moving a server to ZEO is a five minute operation.

-aj




On 19 Jun 2015, at 14:28, Jürgen Gmach wrote:

 Hello,

 what is the current ( Zope Version: 2.13.21, python 2.7.9, linux2) recommend 
 way to pack ZODB via cronjob/automatically given that we do not use ZEO.


 Thank you in advance!
 ___
 Zope maillist  -  Zope@zope.org
 https://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


signature.asc
Description: OpenPGP digital signature
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Zope2 - pro/contra

2015-03-09 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tom Gross wrote:
 Hello
 
 When it comes to Zope people seem to have 2 opinions. (Maybe that's
 the 2 in the name ;-) ). A lot of people seem to use it (with or
 even without Plone) and loving it and a lot of people call it dead
 because there is (almost) no new development. At least on the Zope
 package itself. I myself like to work with Zope too but I know web
 development changed in the last couple of years and there are other
 options around. I don't know if it is worth the thing but to have a
 future Zope needs
 
 - A MAINTAINER!!! - MARKETING!

Oh, we great a not that bad Zope 2 site once in the past. Outcome? Zero.
 - DOCUMENTATION!

Oh, we created a not so bad docs.zope.org site. Outcome? Zero.

 - Usability improvements (frameless, responsive ZMI)

Waste of time...

 - Technical improvements (Port to Python3, WSGI, ...)

Reasonable but too hard to achieve and it longer it takes the more
pointless Zope will become.

 
 The technical improvements could be organized/financed with a
 pledgie the others are possibly harder to solve.

Beat me for my realistic sarcasm but Zope is a zombie.

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJU/TmsAAoJEADcfz7u4AZjfU4Lv0XWBjruYNV5SaVUg7t9XaAa
DVk61rQFSIevA3pdREebu6YEJSAvq3kIy8XrbfNGmLkxWArvK5JWOh5tf3qqsfw4
W/6y4JGSBQf9KpvgvRhf8ip1vj0Ie45fFnC86dTKBbauIOjeOPC3ZoHFA+2dNVWr
E/wd421xUxwo03EjGQgCA8HJk3q9S3CXqf55UbVb5K0jwdotG2nYuAXd1C7c3eDN
IN4n1P6HTQj67B3BOlJlU4d8UtPg5rkazGvps8h6z9as1TXBu9qGUO/RDb14Ry7f
9gRFwbq0fq9yI62yK3GruatQXgYx5HW79l7MQu8DsTUAab1aHeuIrPxKUX8wahjO
MORo8c9sptnvciVcS96cgkO8fBfofECiCdrJmqKPOWxcZOuZ8/uIeZvxJfchNGiH
3ltFY96WxL0RE6b9mTxWh7zXKkcBtJkKNmhzNgRd7YhqNdd9do3jdA+W9rZys7wD
5Q2LErAI9HIzPQ9SV//83+E2pa1b8GA=
=mH4E
-END PGP SIGNATURE-
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Zope2 - pro/contra

2015-03-06 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

If it is not dead then call it a zombie...you know what I mean :)

- -aj

Jaroslav Lukesh wrote:
 Zope2 is not dead, it is mature product. I use it, I love it.
 
 Comunity is real small just now, because all what are discoverable,
 is discovered.
 
 Zope 2 download site is practically dead for many years, so more
 than 90% of products are not avaiable. This is the biggest problem
 because these products was very valuable, but now are in the limbus.
 
 There are no new products for Zope2 because comunity was ran to
 Zope3, which is impractical.
 
 The first big mistake is giving too much propagation to the ZPT/TAL 
 technology which is absolutelly not good for the zope masses. The
 second big mistake is run out to the Zope3, which is totally
 different in the idea and many peoples are gone away to the Java, PHP
 etc.
 
 Regards, JL.
 
 - Puvodní zpráva - Od: Sebastian Tänzer s...@taenzer.me
 
 we're still developing websites using Zope2 + ZMS3 
 (www.zms-publishing.com) for years now and never ran into any real 
 problems (compared to, let's say, Wordpress, typo3, Drupal etc.
 which had serious security problems over the years) and our clients
 are quite happy with ZMS.
 
 A few days ago on a barcamp the discussion lead to Zope and the
 usual comments, i.e. Zope is dead, I would not use that, Too 
 complicated, Too old, Outdated, and so on.
 
 My personal opinion is, that Zope2 is still rock-solid and gets
 the job done. I've never heard of any serious issues compared to
 the big competitors from the PHP or Java world. I looked into
 Pyramid and Django for different projects and always came back to
 Zope2 itself.
 
 I did not ask that question for quite some time now as there was
 no reason. Sure, sometimes we get comments like never heard of it
 etc., but nothing serious. Still, are there any specific reasons
 (beside personal favors) not to use Zope2 anymore? Any reason not
 to use Zope2 + ZODB for new projects? Are other frameworks like
 flask, Django, pyramid etc. that much better compared to Zope?
 
 
 ___ Zope maillist  -
 Zope@zope.org https://mail.zope.org/mailman/listinfo/zope **   No
 cross posts or HTML encoding!  ** (Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce 
 https://mail.zope.org/mailman/listinfo/zope-dev )


- -- 
Regards
Andreas Jung
andr...@andreas-jung.com
about.me/andreasjung
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJU+XE1AAoJEADcfz7u4AZj9bkLv2Ltr9Oj8Pq/GJqdGyc3wwIH
Sczno305EKAY2f7/YZFk9WFORFxcZlZYZPAWX9I5TgEN4GG5URFpQbxopxxrH3FD
LchjbEBoAm3Ol2hebIlbwXBUBoEkQjSO1SogQM/982SYY+MrxkbQXuP82stycKRX
//vqOBo5P0TwSV9Vp0QaX48x4zyu2cyHcD/UEnJpv/AqjAqXYzodd4Y6IdNrovCZ
+ZL2wSo0asITZmhmSuhdqZHGotrABlFhFs82jOpbYL0N9chWlgTdjOnIL3qr1jO6
diqQFqtp+fwFOHrROzz/JjnzKogCAMeWUibnbJ/5pZnQsMZnNBimqcBGuRWQfys5
shff+keeldIvJ5XzmMXaZenhhVhVOuL1v7bnaqGLX3IRdfI1vG9Y3jusLTQET3Zr
TziHKsOEVQGxBfhmQOEWjWO+0KxQ8AX+WgWyJHQFgEWJX1AfVMOCtQZLrjAW10bW
fvvWGkVRp+AfmSJdyCkbvCro3TxPRiU=
=ncgp
-END PGP SIGNATURE-
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Zope2 - pro/contra

2015-03-04 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Eric Bréhault wrote:
 Hello Sebastian,
 
 I guess the main problem is the future maintenance of Zope. For
 instance, it is pretty sure that nobody will invest the time needed 
 to move it Python 3, and at some point it will probably be a
 problem.

The Zope development is almost dead and there only a few people
keeping it alive in terms of security maintenance etc. It would be
unhonest to compare Zope technology with a zombie but Zope was great
technology, mistakes had been made and all technology turns at some
point into legacy mode. Some part of the ZCA are still great and while
other parts of the ZCA should be considered as an architectural software
fail. The ZODB is still great and must not hide behind
so-called NOSQL technology  - the ZODB as NOSQL ten years ago and it
still superb in some way.

Personally I don't see Zope on Python 3 happen at any time soon, I don't
see Plone X running on Python 3 at any time soon..it's all legacy and
we have to live with that. For new projects it is time to move on and
learn from the good and parts of the Zope world in order to create
something better.

Cheers
- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJU9zXtAAoJEADcfz7u4AZjqtYLvR4GJAmEGbV7Zq2wkvKIfQf8
WXVZPOUDRHzj0m/K8/Af4zxNA72bjQ5Dn+haIP+1qwyRSFxT1HcACyxf3huIF8wO
newUgiSYf6GfIvvw1o5P4F0CDDuOEgUwPyB8sNsJyecnmTjo0rlSXtFbzEPrArwo
UDlcsf+KGDJLvRFAIny/NzMP7ZCWWw17onAO4i6oGYMwhRcrU2ZGJBN1zZCBs8Ry
YUsbprS5ydDBQOceMgxdAyVNTkiQNOPgTg3NEhp38IOuWmNqWYQAgKByysJdkKqf
LLc4D7a4Y19KqoMljcnXU1LF0hl4m/vAIQxubSWWR/sukjv2YYj2O3JRnm79+m2H
YY5fYswFFkQ7rrD3N6pqcLDt9T96V1KFWR9Y34C+mdHXnpfyWVDKymgZ6F39t6s+
5cIvg8/B7VNddZfzZnHWT3wwFFdiQl8KTGG4Sorpoz/zwFRBpL/A+3BK+8zijOWO
upkjWRxOkN4pLoo4POAtuVJ/hp8P0vM=
=44Wi
-END PGP SIGNATURE-
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Zopache = ZTK + Grok + ZMI

2014-08-05 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

lol/

Christopher Lozinski wrote:
 On 8/4/14, 7:09 AM, Andreas Jung wrote:
 You are arguing and blathering every other year the same nonsense 
 without any outcome.
 
 There has been a huge outcome.  I now recognize that grok and ZTK are
 a human factors disaster.  It is way too complex for an ordinary
 mortal to begin using. I was privileged to be able to watch it for
 many years and figure out what to do with this mammoth piece of code.
 Those of us who do manage to use it, do not get simple user
 interfaces.  I still do not quite understand Zope security.
 Really the whole Grok/ZTK ecosystem needs to be rewritten with an eye
 to Human Factors.   You need an industrial engineer in charge, not a
 computer scientist.
 
 I have also increased my self confidence.  I am perhaps the only one
 of the once numerous TTW developers to have mastered the Grok/ZTK 
 platform.  I am now able to do what I need.  The rest just faded
 away. That is quite an impressive accomplishment on my part.
 
 I have a first release of Zopache running internally.
 
 More importantly I now have a possible Beta user I met through this 
 mailing list, we are in discussions on how to work together.  Mission
 accomplished. Thank you sir.
 
 Have we seen any contribution, any code from you side of the last
 decade?
 Well I have written 90% of the ZTFY wiki.  And I wrote the entire 
 Zopache Wiki. I laid out exactly what is needed to be done.   I gave
 huge end user feedback to the mailing lists over the years.  Sadly
 people like you quite ignored it, and the whole community
 consequently died.  Don't blame me for that.  I did my part.
 
 But your hostility on this mailing list has been so huge, that I am
 now unlikely to release Zopache to open source.  In any case, open
 source is the wrong model from a Human Factors point of view.  Then 
 they have to mess with last century's unix file system.  And they
 are scared of no support.  People want a free hosted Zopache TTW.
 Something like PythonAnywhere.  And that is high on my list of things
 to do.
 
 Open Source is also the wrong model for getting people to invest
 their time and effort in the project.  Unlike Linux there is not a
 huge user demand.  Maybe two of us to contribute.  Maybe I need to
 give out shares to anyone who wants to work on this project.  I have
 to figure out the details.
 
 With Zopache running as a free supported hosted solution, even a 
 neanderthal like you could use it.
 
 I do appreciate your provoking an interesting conversation.
 
 
 
 
 
 


- -- 
Regards
Andreas Jung
andr...@andreas-jung.com
about.me/andreasjung

EuroPython 2014 Organization Team - Communications

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJT4QCAAAoJEADcfz7u4AZjmP4LwN+z2qFRRlhISf9X3Br4Z4M6
O5kVpPpodyYfHyu4orhYYkwOpEiSeWEhwNUuS6gowptKmOxIqrODjLrjordqFEfF
ft/Py5VgiqtBdlZGFoRI+idKh5YKHyaA4t41hSsh9wOO0Vo/pMR0JjxRKOyJmetH
kno8HuZkcRArhJz3z6AcJh9jF9NLK1OxJUNPt1cGNYMJlnLU2yP6kQiG2hBcd0rk
rH+ljfvUHXQyf3Wkie0P200KJ5u2DA+WYyjcWz4+f04fq3Y+yCAlMHxnqCnM8rVs
QL4DIZ6++C38Bbzt/NdS/H31PPj5q7PoqNgWooH7oT1vbhtChjPOzeQfotqTdgYD
ytLqNdOKdVyUzJ6LIoP3P7ymlj4TMpwel4nsHSPnhvDJphtveT1o+cFFkVL/W11k
QO7ZC6bFBWzhal2wYUhAi9PxYTiN4FgCcB7LFD9HTgQ82eYXUL6nHAv15n//oMuq
aeXmFdr79mXvmSFSxfB5GEgPoGirmT8=
=iHuO
-END PGP SIGNATURE-
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Zopache = ZTK + Grok + ZMI

2014-08-03 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Christopher Lozinski wrote:
 On 7/31/14, 9:13 PM, Fernando Martins wrote:
 I wonder if it was not a case of over-engineering that helped
 zope's community fragmentation.
 That is correct.  You know the famous saying by P.J. Eby
 
 Those who do not study Zope, are condemned to reinvent it.
 
 Well that is because every concept known to software developers is
 in there. There is no clear directory into the concepts/software
 libraries. And worse yet, when I want to use any of those concepts it
 does not have a clear human interface, documentation and mental
 model, so that I have to go and read the source code.  It is a human
 factors disaster.  Particularly if your boss is on your back asking
 what you have done today.  I just spent two days trying to 
 understand the zope security model. Turns out I do not need it Is
 not an acceptable reply.  Which is literally how I spent my last two
 days. I had to understand it before I could decide to toss parts of
 it out. Fortunately I do not have a boss.
 
 I now understand that my arguments on the mailing list were really
 about software engineering vs Human Factors. My training was in
 industrial engineering, rather than computer science.  Using last
 centuries technologies is an unmitigated human factors disaster.
 Sure the future is giant libraries of reusable components, but there
 is no viable way to get there from here. There needs to be a graceful
 path.
 
 So the Zopache user mental model starts with 4 simple TTW classes. 
 HTML, CSS, Javascipt, and Images.  It will be easy for people to put
 up their HTML resumes on my next generation recruiting website 
 PrivaCV.com.  And from there the next branch of the hierarchical
 menu will have some more options for them to explore and learn.  One
 step at a time.
 
 Thank you so much for helping me to understand the context of the
 work I am doing.

You are arguing and blathering every other year the same nonsense
without any outcome. Do you have a mission? Do you have a goal?
Have we seen any contribution, any code from you side of the last decade?

- -aj

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJT3wdwAAoJEADcfz7u4AZj8scLviX4qBif/JCanLWCCg64tm8y
mADE8Co/XcaIR1p44rkVWPuJhE6c/RtJzdqg/sxhk8TCF1xxv4NO7bEeSix6mfgo
ccUJ3TdKpF/PubwTjLPgHEt7WXqHI5g/enqWYQwvdqmMl/w6T2Ww9QQhoZ/8HEtp
hyM9a7fTHE3TkexUPP3up1dtDNumyzORnMKyy32DGd41x1/merlXqFlGvleKIeeu
V8N2WE0090oedI+jOZGJvT+5vgKYEfg51YE5BmnKr8Nns63xt5FFptc1GZkWXD81
44Sc7IVLMZpdkOzLyGk9AZu8gi1scU8tBRwcNvZolyaDyKSDgyfuzPqCCCtflxUX
4zoxnqB3K6hlq8fk5/IH2iu1h0XIby8dPNZ9i8XOC2SXXuArhcOWsv+L8of+dmzE
fYKjepk8qUzbzh4coL0KaQiT6lxa06lfSZLrW7+llH1RXV4kxv/lHCu/Hq0Vljqg
RHd7HnE02trdhFCfxWYaTgMGR+z84TI=
=WFJl
-END PGP SIGNATURE-
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Zopache = ZTK + Grok + ZMI

2014-07-30 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Christopher Lozinski wrote:
 It is very very hard to find anyone who both appreciates TTW
 development, and understands the multiple layers of ZTK and Grok.
 

Guess why? Because it is technology of the last decade and everybody
moved on?!

- -aj

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJT2NLQAAoJEADcfz7u4AZjFuYLvR5aokf1m9Knxfte1FZGZDnE
PbiyOrQuMcKgzs0AXn7QtYBvMfeELc/FUZRC9T8O5jnadpwhm5hmry+HhyAU+RJk
ht0izl85K2TU+eG7zLJUYtqF81I3zHof/n/Enb85+s/r8dHi5ODW9IoJ17iJp5GI
kmeT8Jz8hRIfqdkFcLDViSxFGri9OpNinIEu+vTHm04831hacyLy+03dpKQyo1Pe
tSwv2d24+Fp7ZoqVzGC1EkRKr+B6Ms9duhQ4hBDZxW0bGndno/bBtw49Vqtw7g7/
Q8I884dITLUE2SN4pbBOIguc7bbs0PLGaC+W/Y6s8CXUad8bRMaGdqu7VS4oUOaT
PVa1UMDhhX/+ADfDFReFJpPonKl5vTLjC99Y0UvxvzQfudmKvRr4JwjxUw68HsHT
jVdrslv9m5I2eQ9Jk1DiC9o/m41iNIQfD4eUoKFeL5IBOtXpoO2ZYhHliXxH4db7
Tu6zjjrxqfmIqxvsnLDT7wcpbp+OJBQ=
=Lm0c
-END PGP SIGNATURE-
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Zopache = ZTK + Grok + ZMI

2014-07-30 Thread Andreas Jung
Christopher Lozinski wrote:
  On 7/30/14, 6:32 PM, zopyxfil...@gmail.com wrote:
 Pyramid uses _some_ ZTK modules internally however the ZTK stuff
 is not exposed to Pyramid.
 Thank You.  That is why I love Grok and ZTK.   It is this rich library
 of extensible python components conforming to ZCA.
 
 Maybe Pyramid is closer to a framework, very stripped down,  the ZCA is
 hidden.   Pyramid uses ZCA, but does not encourage it.  Grok is really a
 rich library of reusable components. 
 
 I am only sorry that more people are not actively developing on Grok and
 ZCA. 

This is your annual complaint for 2014?

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


Re: [Zope] Any news about a unstring as a folder title?

2014-04-23 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Doesn't WONTFIX answer your question?

- -aj

Giampiero Benvenuti wrote:
 Hello,
 
 I’m dealing with the issue described here:
 https://bugs.launchpad.net/zope2/+bug/142738
 
 Or the impossible process of having a ustring as a folder title
 property.
 
 Am I missing something or is it now possible?
 
 Thank You,
 
 Giampiero ___ Zope
 maillist  -  Zope@zope.org 
 https://mail.zope.org/mailman/listinfo/zope **   No cross posts or
 HTML encoding!  ** (Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce 
 https://mail.zope.org/mailman/listinfo/zope-dev )


- -- 
Regards
Andreas Jung
andr...@andreas-jung.com
about.me/andreasjung

EuroPython 2014 Organization Team - Communications

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJTV9COAAoJEADcfz7u4AZj94YLvRU/UZlEbcDucMBIut1022G0
C2CONfZJr+J5X3+yt2rw8yJ0OmcJ5w5KKJgjUGnisTiFaOpTUWzL2E3nFufJ+n3K
MwDKDCYbtqu9QfeTP9BLen7Dav9Rgeazd5+Em9fj/20jDx62m7Yhm6sOirytAg+A
NVfF+I3dTsSmuqxuxcXs6fWa4Gf7gv/0jCQACeqP8tdBrKN1XxFZH1bDGbKgz27o
qCrJSdwzUagkfAx7V/xLwMqKRuHH38bl0xGWyq63Vir975btr/jRJQ6pkap/O/i+
g1hhhsf4WkIYYOyw2a4t9T1zc2SmNCRNdKq5Mm/XtT2IpriO5j5df2cTsGXwhD4P
8ONKBkcvMqBVPYZ2Y6FYDdo9Tu64IoYMjrUKFILkn7SW3sGZAFCGJU+AK3OFca3R
hMQsx/S1fit2Y7RA4hnw4GjO9/R8ECiYY8bv0nIyvdZUrjr7yNKuMQDF8ljukX4T
B+k2Aau9I+yynDvh+A4elZpsjsRXnvA=
=4Ua6
-END PGP SIGNATURE-
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


[Zope-dev] download.zope.org down

2013-06-11 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi there,

download.zope.org seems to be.

Bad because there is Plone hotfix release scheduled
for toda 15h UTC...

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJRtwjYAAoJEADcfz7u4AZjoncLvRE3dS0RrWZmHmQvQ8WMAOxc
09JwPY9HkcD4ghblZv/jaLIHVpcSs3H6RU+bf+vGLiw6zEnYphKu7oZI9avjlY7Q
NEfRiC1QLlyE8L/m45PL9nH8MzF+LhidOGRIxp989ME/ol8dOBmxoF4Fp7st5TZ5
nyidwjC+rKlywaoInvFVwgizezLxyt8ljBLHwOVS7T8Tr+xrYmMC9H4ifdWQvj/T
+H/cF9byGWrne8tJIqCYzIvXC7vAMYk9qOfD38lCx4+F/v1xYG4EtYyGTHLSJXFV
KS8j14PY248ZF0N/6OgNnw9EXz3WrNNehPz3h8iyzhnZgu/TvNXzSjqoKPAI+7z5
ZdcHkvM3HXdUZstMUy2qPa62J0T0MH7Sjo3N4Hn49+1ILo5r7fI1oZcg3/b9F8IT
wFuWibMN3G7YUMgqFeDqkF1gb9+rWz5b17CzO9AgzMuvK/B3WZLJCGGB28Wsk74e
/0dvKUjjb58LBooXNoDFIgVxrPEoQnI=
=8HlV
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Forcing buildout to download sdist packages only

2013-05-30 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi there,

I have a buildout where I am using the 'pyamp' module.

https://pypi.python.org/pypi/pyamp

zc.buildout on my Raspberry PI tries to download and install
the binary release package for Linux. Is there a way to
force buildout to use source code distros only?

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJRpzd7AAoJEADcfz7u4AZj/0cLvR3tzsOJuYmeUxgCuVXCDoCb
F0TPQyf9IapLtlqxiFjZ0KBQYu2BhgBag1yD7qAkvXlwd6I3d+hack0P8SxtkDvc
RY0CxwDAe5I6W/T99VzeUm/2SiWKNAISDknyieOoyHHBaHqlwP3vgxZ0ZyWsxyxC
dgUWuhJmmekTXdGC7n8vY1seuEuoKWhcpStkutuQojwyMYQctFMqiu7fXGDgqQdg
VxuOfV5JqOH8Bt2PsoQEKniH6zM4uCOFwk6+ikCzMA24bBOiMjE6A1zhNCi0NmJh
S/vNS60NZW5NZV8X7Y3yYkTxHG3wlUn6JSydOAfY9HdCW30TzUWupr70z2dSCxM5
iea071mvHCoKBX/aoO7lnKQc+tzChtW8iSzVuqNbXtdKzj0syy7emHglsxDx1wCY
7SEUq7Z08npI59RzgntEqE/aa4WpQ0AQJed8QKKL1KWSt/C2VWpoQ/N2l755dayS
oudyN0YmycGrcQaXp8h3/SKLAKdi2Wg=
=W2DV
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope] Thread Number

2013-05-22 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Reducing the number of threads (down to 1) and having multiple
app-servers is usually the way to go instead of increasing the number
of threads.

- -aj

Richard Harley wrote:
 Is there anything important to consider when increasing the thread
 count above 7 as outlined here in 24.4.2/3:
 http://docs.zope.org/zope2/zope2book/MaintainingZope.html
 
 I have tried to 10 but encounter problems with number of open file 
 descriptions on Centos 6. Cheers Rich
 
 ___ Zope maillist  -
 Zope@zope.org https://mail.zope.org/mailman/listinfo/zope **   No
 cross posts or HTML encoding!  ** (Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce 
 https://mail.zope.org/mailman/listinfo/zope-dev )

- -- 
ZOPYX Limited | Python | Zope | Plone | MongoDB
Hundskapfklinge 33| Consulting  Development
D-72074 Tübingen  | Electronic Publishing Solutions
www.zopyx.com | Scalable Web Solutions
- --
Produce  Publish - www.produce-and-publish.com


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJRnHbTAAoJEADcfz7u4AZjYiMLwKqN+eE8J94ljCgiqcI3Jl8J
lO5G7tUenBjSq+odE4uZgPgT+P/n8qeajiU1capmcCIc0c9CidGImRHwFODp6ehf
gZ8Vey1zHFhSrsQumix//zgYVf57NRHFzXqjRy2brGZ/sILN5SorVcssLKN8bUAa
xNvx33yuTJyRBhfwZjki85JJcP6LGdRZkXihZq8qV/G0i14X25L9ZX2oT8ciucOr
YALM0780KdL/0rtfvsiQ1lGB8QUU8iiQrfl44t5mCS6pDxobR4XGWb5esJ9rZniW
8bqCqp2KxHOYDJ0yu6EYdWUuZ+9zktcGXVt9mk3ZJ9Gn7Bhkt70fLooCUyWiS9i2
XaSGpCo96GxR6NtF5bLRgHHnl56OgnlR/zlun0bmbx4H8vRZ7OpZjONvrSEKInu+
4siJ0X2648doBZwbAHAh3Mw79WNwAXEcnNTbm8JRE4agPcmovKa/LMAm+EjX5i0O
lEccQXg7bvwjkg3Gm0LuEdUbKP/guZg=
=UYQs
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope-dev] ZCA for javascript

2013-05-21 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Should laugh or run and cry?

- -aj

Christopher Lozinski wrote:
 ZCA is very interesting stuff.
 
 I got a call today from a client who wants to do an extensible 
 application in Javacript.
 
 I instantly thought, we could do ZCA in Javascript.  And while not
 many people likes ZODB servers, they all love Javascript clients.
 
 Has anyone done something like this?   Is anyone interested in doing 
 something like this?
 
 What do you think
 
 And forgive me if this is not strictly speaking about zope
 development, but this email list is certainly the community of people
 who would be interested in this topic.
 
 And while we are discussing Javascript, which zope packages should I
 be using for Javascript development and templating?  Megrok.Jinja?
 
 Regards Christopher Lozinski
 
 
 
 ___ Zope-Dev maillist  -
 Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev **
 No cross posts or HTML encoding!  ** (Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce 
 https://mail.zope.org/mailman/listinfo/zope )

- -- 
ZOPYX Limited | Python | Zope | Plone | MongoDB
Hundskapfklinge 33| Consulting  Development
D-72074 Tübingen  | Electronic Publishing Solutions
www.zopyx.com | Scalable Web Solutions
- --
Produce  Publish - www.produce-and-publish.com


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJRnEgWAAoJEADcfz7u4AZjOx8Lv0BU/NObVNnCGFw4wRmuhBuX
32ps/gy5AOKnq7XH0EcKAnfN4q1g0txmIr+q4xLUVnLyphvyDPP+7TMNDHibTLqI
eMhvikxejV8O5wA1dkYJlCE+Z3NuLObDjluGvU3/qJ25ylxuUc4GoOpxqV6By8UG
zTfTiWiWxxWryIefy+KW5xe6eX52Q+76j259SoEUlc45Z5gq/QT6LL/65sW5bV68
eDhOEftCKGzObRT6tRXeMsk8pSiiOwl3wdB2fx2sXVu+hxZWHQLh+ex70uggP/Sd
Lr10itke6biz9gDybvLUeomj4Os+sZdOhz0VHuNha95Kg4/P53zzbZs7qdu2mEzP
mxqSbwpz1VHmvLGoSHiVoaKMx/rktSmqlcrxikfAbQjeWeyuQ7Eta5nZ82wP1e3I
pZD299UHwxjTsXAxNEnst4C8R8Jw3E4q32YDtTImfbrRSuW+usG51DLH4/kVi+vD
UnZtT5zDzgW0yY2iY7Jc97EXhZzjSw8=
=H822
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] ZCA for javascript

2013-05-21 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Like always: you're thoughtd and reasoning are years behind of what
people actually do today or using nowadays. I remember your pointless
discussions on ZClasses - years ago, years after we kicked ZClasses
completely. I suggest to move on to a Javascript community and continue
do discuss there. Nowaday we have framework like backbone.js, angular.js
on the client for doing state-of-the-art client-side JS implementations.
Or stuff like Obviel (from Martijn Faasen, a long time contributor of
Zope). Don't take it personally but all your questions and communication
over the last decade it based on very little technical insight and
experience. Application design and decisions should be left
to other persons.

- -aj

Christopher Lozinski wrote:
 On 5/21/13 11:22 PM, Andreas Jung wrote:
 
 Should laugh or run and cry?
 
 Neither.
 
 You should tell me what is wrong with the idea.
 
 I think adaptors are a good tool for components.
 
 ZCA is the only system I know of for doing this.
 
 Clearly it needs to be ported to Javascript, but that is easy
 compared to figuring out all the issues.
 
 So what is the problem.  Is there a reason you cannot have adaptors
 in Javascript???
 
 And as a general note, I would have been much further along if I had
 not received such hostility from this mailing list in the past.
 
 
 Chris
 

- -- 
ZOPYX Limited | Python | Zope | Plone | MongoDB
Hundskapfklinge 33| Consulting  Development
D-72074 Tübingen  | Electronic Publishing Solutions
www.zopyx.com | Scalable Web Solutions
- --
Produce  Publish - www.produce-and-publish.com


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJRnEp6AAoJEADcfz7u4AZjr3kLvjmSdZFAu/yVe5jV1a5i6Qu3
K8L0eQNySNSQncbv0uPPjTBGJt7Vn3XTJjlHXQA9C3ozGVLioXA1s+H0LUFBpyNZ
kGj0Ss9/r1BnSFQZIWQ4vlex/oixbywWqqahL9UeaPX1jiTVW6cDiKN+0pJRJGoa
4lVSsgU8YljN+ZaLreh9/hhscFfnsQl8zJlZ7bY+WjL3sW0ZFklEQ4SH3G3PiRgs
2TQEEz9JtGDfE6allyRTv/JKrI+NXvrS8VNN0HGz8WbJlAwLMitn575y0z7t5Ogk
Hn1IfbrIPAnZgJh/Rg9J7wUrCvt65lLkaPflVTphsax/IdMNnMyaADBfMvrD25s1
Mgd7JAy+9/ReMSiQCY4YsqZjoeyppSxIU2QZpeldOWYspV1IFhJhxqZqUv/XGDCR
a9yuqhzpj8YDCQoOCEOAJz7t8hGQb6oPBh6EIjO3gmWqHCw4+Cdb3Z3Q7+1P2XBh
NaMaUo1yLfBYFe7LjAbyQs9jo5eCI+o=
=iVBR
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] ZCA for javascript

2013-05-21 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Christopher Lozinski wrote:

 
 
 On 5/21/13 11:32 PM, Andreas Jung wrote:
 Like always: you're thoughtd and reasoning are years behind of
 what people actually do today or using nowadays. I remember your
 pointless discussions on ZClasses - years ago,
 
 Not pointless.  I figured out how to do it.  I now know how to
 implement ZClasses on Zope 3. http://zopache.com/RFP_LozinskiClasses
 
 Just took a while longer than it should have.  To much discouragement
 here.
 

You are stilling blathering like all the years. You show up every other
year arguing about old stuff and bring idea and saying that you are
doing something. What have you done so far and what did you contribute
so far? Nothing. So recall my first reply..I know that this is now
personal but dealing with people providing only blather to the community
 is annoying.

- -aj

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJRnFApAAoJEADcfz7u4AZjFLoLv2jD2zIQ7+YdPD7TnsAA76VW
GiJZ9lsFS41Xr0ItPoXC3wAfuw1htjLwEAQGGsxlSqVIK/q2r4rraRD1sTDDDt7M
fD2CuE/NXgvnBJ6lSPSvqiz6q4vXmsLQtMLLUbrU3imRLF/fex3PBs9O+RkDFBzq
CHbQN0pwhf5646nYkBaZjaCoWZL/b21OersUU8FyYVaGllFWd+fydkAXBbzDzvDh
kLTxjVS+LWFyc8BtzRO6TdB7nmHShoO9Nr23HX2O8ihsMkbhA45IW9//O8DBVaHH
VKOu2tuCukKKCW7E9Zoji4gAdAiAs9YLewX5jOwP8CV8+ttU4XSOT77xOp0TnYxt
7m6CCR0UhFeYpvgNK0Nuhak6IRFZWhJeuXLvpVvweXZADlz7kSO3hU5sXigKvpsd
56VUk/9dPu/OhbOGs0Ih7+wzM4aNoLBlEkYZoHpdMFg4EVC8Df7XQ4kZicxrmLwa
BjciPOKN4IP5vqsvAKNtcmhNFXW2MHY=
=eqzR
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zookeeper + mailing lists

2013-05-08 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Christopher Lozinski wrote:
 On 5/8/13 3:30 AM, Dave Cahill wrote:  on the zope-3 mailing lists.
 Hi,
 
 I was using the export_tree method in zc.zk to dump a zookeeper
 tree today, and some nodes which have no data had garbage data
 dumped instead of an empty string. I think this is an issue in the
 underlying zookeeper library, but there is a simple patch to avoid
 the issue (attached), so if possible it would be nice to see it
 added in zc.zk.
 
 Here's a link to the patch in case attachements aren't allowed on
 the list: https://gist.github.com/davecahill/5539050
 
 I'm new here, so if I should be posting on one of the the other
 Zope lists, please let me know.
 
 Thanks, Dave.
 
 
 A quick google search shows that zookeeper is an apache tool for
 keeping apache server configuration information.
 
 I think this post belongs on zope-dev, so I am reposting it for the 
 author, along with a brief answer to his questions on mailing lists.
 
 Nice to see people working on this stuff.
 
 The mailing lists and the names are in a bit of a confusion.
 
 The zope-3 mailing list has been dead as long as I can remember.
 
 zope-dev is for people building the core libraries.  As such I think 
 that your patch qualifies for a posting on that list.  So I copied it
 to there.
 
 yahoo has several zope mailing lists.  The spanish and Portuguese
 lists are strong.  For reasons I cannot understand, I am not able to
 post on the english list, z...@yahoogroups.com, and the error message
 mentions egroups, they got bought out by yahoo 10 years ago, I
 suspect that the admin for the yahoo groups mailing list is retired
 without replacement.
 
 there is the bluebream mailing list, but since there is no bluebream 
 release currently available, that seems quite dead.
 
 And of course the zope-dev mailing list keeps getting the zope-tests 
 results, which is short term information, and thus pollutes the long
 term archives and gets copied  to the yahoo mailing lists making it 
 hard to find useful information.
 
 Rather than just complaining, let me make my suggestions.
 
 I would love to see a zope-tests mailing lists.  That way the people
 who want that information can get it.   And those of us who don't
 dont.

We have really *enough* dead Zope related mailing lists. Nobody needs
new lists. For a project with very little effort going on and with a
stagnating audience: what we have is good enough.

- -aj


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJRioS/AAoJEADcfz7u4AZjXNMLwLfHJ6+Igzs/FAvy/PrLjlb5
E9cI+8Q5b4tXXSaXJ8GXQ9AOHgl4WVOfPbPzgDU9c7mHOpxuf23s7e//1m3v5sI1
Y+qTfHEjTeafIfkbVtb7yNFbNvpFHlCrXm5hr7YZDF8Y5+zkICiLEibKksNJAcVA
FDvp3tpbcO5tWpSuT/zLKZ3NIEmJ81dARo5P0WfhoF1ocgNlXqWRcS2kPRF+wvi4
x4F+G/9s7c9UPidcnvDL4JtKnGfXBNaVWA4deeC7d04k+BXUD42luFYHFBBFvxyR
qePZg+ZK3og9wYP5aQ+AC/6qAhUPkmiVUOEXdd51ylBZybxYLyjuiJHHxw130Tr8
VHbyTZe+uCOi17l+nZoVFUgIzQWN8ltizlNORxhQwI8/zTV5ZzFLf2mNKixvCmRx
I/ez834+NWnDtDGYsPc5WR2K2tywR7aMRhxFVcn7dy/rtR5tptOW6XbNhOjunyu6
vwJP+xeeqVjFqK4HvzOagNJ0fKM0wHs=
=XSIP
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-DB] questions

2013-04-11 Thread Andreas Jung
Zope used the related Python-DB API  compatible driver with some
integration and boilerplate code in order to integrate the
Zope transaction mechanism with the transaction mechanism of the database
(rollback vs. commit). There are additional (optional)
integration layers working on top of SQLAlchemy like my ZSQLAlchemyDA.

-aj


2013/4/12 posgrado posgr...@correo.chapingo.mx

  Hi,


  Could you answer me some questions please?


  I undestand that Zope woks with ZODB and if required also works with a
 relational database, both are connected by Zope core, I would like to know
 how Zope core works and how these database work, do they use an  
 Object-Relational
 mapping and what is it? Also I would like to know how query work to
 database.



  Sincerely yours

 ___
 Zope-DB mailing list
 Zope-DB@zope.org
 https://mail.zope.org/mailman/listinfo/zope-db


___
Zope-DB mailing list
Zope-DB@zope.org
https://mail.zope.org/mailman/listinfo/zope-db


Re: [Zope-dev] Success at porting ZTK to Python 3!

2013-04-08 Thread Andreas Jung
Very cool. Great work!

-aj

Albertas Agejevas wrote:
 Subject: Success at porting ZTK app to Python 3!

 Hi all,

 I'm glad to announce that we at CipherHealth have recently ported a
 full-fledged ZTK application to Python 3!


 What is cipher.uibuilder?
 ~

 UI Builder is the infrastructural part of our major product.  It is a
 library for building multi-tenant systems for business applications
 that involve import, processing and export of some data.  UI Builder
 allows the admin to set up various user-facing views for the data,
 including tables, forms, charts, etc.

 Each tenant (site) has a separate configuration that is editable TTW
 and is stored using the ZODB and ConfigParser files on disk.  The
 configuration files then can be loaded into a site.  This allows us to
 version configurations and move them between environments.

 UI Builder also provides facilities for scheduled tasks and background
 execution of long-running jobs using celery.

 UI Builder uses z3c.form, z3c.table, as well as zope.publisher and
 friends.

 We have put together a simple demo application that exercises most
 UI Builder features.


 Status of the Python 3 port
 ~~~

 We have the demo application successfully running on Python 3.3.  In
 order to do that we have to rely on a number of alpha packages
 and several unreleased versions in py3 branches of dependencies.
 There still are several open issues, such as absence of xlwt-based
 Excel output and the issue of ZODB data backwards compatibility.

 In order to get zope.testbrowser-based tests to work on Python 3, we
 chose to migrate to WebTest as the back end instead of mechanize, as
 mechanize proved to be too hard to port to Python 3.  The new version
 of zope.testbrowser is highly compatible with the previous one,
 verified on test suites of several major applications which used
 zope.testbrowser.


 Trying it out
 ~

 If you're interested, you can check out the py3 branch of
 cipher.uibuilderdemo.  Follow the instructions in the README.txt:

 https://github.com/CipherHealth/cipher.uibuilderdemo/tree/py3


 Albertas
 ___
 Zope-Dev maillist  -  Zope-Dev@zope.org
 https://mail.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists -
  https://mail.zope.org/mailman/listinfo/zope-announce
  https://mail.zope.org/mailman/listinfo/zope )
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-CMF] Move to github?

2013-03-03 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



yuppie wrote:

 
 You do realise it's:
 
 a) free (for us) b) decentralised
 
 What do you mean by it? What by free? What is decentralised?
 Why do your points a) and b) make supporting GitHub Inc. a good
 decision?
 
 GitHub Inc. is too successful. It already has too much power. That's
 not good for the open source community.

We all value your contributions to Zope and CMF __very much__ but is it
really necessary being that fundamental?

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJRM5pLAAoJEADcfz7u4AZjQMoLvRj6Ie46rUGVIXDLeDApRxGI
aNdiqQClMu15f8vN+A6IsUOQ5uHtU4xIoH91oumRcSWH7qd4YAHhOZnbZo/+txMW
YPrR4mmQFKvCxHOkXGhTsjx10s6LMfEWGGUZlnJCzCPga8SPjCguT75iV3bQfXgs
3sDOhd2oGPQUAgXGjZ8JidnU56lCRMm5ZjVEiMkxaaYZQnP7u8EaFPsS7v2/xWk6
zFaDtm7+av3BrcuxoJI2Sq98nUxK6GyZI/YVRLEMX9ZWK1hx5xJRFouGz+fDvSMm
Z8gmYLEYq6d+rCjjZd80qv7hsJHhPkUT9CXo7zdmhluD2Hqj19z5zTYN6y/KGTjj
WdSAWiW8Qo162Trr+SFsdhVBQ4qFcoLSQ+kzQD+L+TqXMumqrjytkIbp1hEZrM3c
pjsDxuCJOD+KynUYI/GVRBrfJd4jD5NS69r6wKq0pFG+HWd5tMoW/4kkUaBO39mZ
ty+pO46bGlWgussRY6BCIex9D7XcFxw=
=X7W6
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-CMF maillist  -  Zope-CMF@zope.org
https://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


Re: [Zope] Removing Zope and Python version info from request header

2013-01-08 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

384 # Monkey patch server reply$
385 from ZServer import zhttp_server$
386 zhttp_server.SERVER_IDENT = 'Who wants to know that?'$

Or replace it inside your reverse-proxy (Server: header).

- -aj

Allen Schmidt Sr. wrote:
 I know I have seen this in the past but can't find any references as
 to how to do this. Anyone have a quick pointer?
 
 ___ Zope maillist  -
 Zope@zope.org https://mail.zope.org/mailman/listinfo/zope **   No
 cross posts or HTML encoding!  ** (Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce 
 https://mail.zope.org/mailman/listinfo/zope-dev )

- -- 
ZOPYX Limited | Python | Zope | Plone | MongoDB
Hundskapfklinge 33| Consulting  Development
D-72074 Tübingen  | Electronic Publishing Solutions
www.zopyx.com | Scalable Web Solutions
- --
Produce  Publish - www.produce-and-publish.com


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJQ7ERZAAoJEADcfz7u4AZjqt4LwMyEn6VjCIMpvMBtuU7YycCQ
JCI3wKSHF58CSf9YaR7vi6enP7uvBJZH9ElrHX+ZCVIkntzp9IcMpVRmDln/BwUF
vSwEPoWN3SAgcQOKuss7kk0SmsO5EeDtVLyi6xHMf6mzMWbtoidlWF2RDppwJ4iw
Ozgn8nm023IX2cD2K10iq1LX70WqC20wma5TWLD0xi6nfg34nQotwwvgPLtNW2Fm
Snnr9dfruS0O3vmGFgvet5bxlYendjhDk37BL7HWKgcoOWd7ZOUiyMMhTPlfM7Gz
hri1Y9rQtPZgYBlzCqWyrOQ49caXEp4V4M6n3KG8dhismQm3H2ZlRTIE3dQDkMr5
TNEyBGGzs2v4Ph/eXrPVUw0cNqo6OKlj2+k1nNgz6hMsrps3Uq4qCQDwJAtnZRMc
cTlDRhK94QHuP6L++NP8w2vbHzHk5h0Ejfk8JVs4/9H9SW7S+kgtGhZ+lT9FeCuf
eHY1ibVrSSxbYeVnjKZBViWWNR9ikNw=
=6+jP
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope-dev] WebSockets API

2012-11-27 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Alex Leach wrote:

 
 It is a bag of useful libraries :) Is there anything that would ease
 the development of a WebSockets server, though? I would have thought
 there is, and that it would be at least possible, if not simple, to
 implement from existing base classes...

Use the right tool for each problem. Zope is really not the right choice
for implementing a websocket server. There are dozens of better
solutions for Python like

http://autobahn.ws/

Don't try to misuse a framework for a purpose that it has not been
invented for.

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJQtOFwAAoJEADcfz7u4AZjsE8Lvii18GvAJm+HKcTYjYJDTglm
palnD52tooVrR0QlTomU/x5b72NM9nyCT3zgDuhH3aWmHlckmZ6Q44QFHCh7WwA8
8OhDSQslv7ORFORA7WW9LDf256TcNrQHZCU5XaV9yg+gMgF3+6wdeX0LFBUyjWa6
vcObEnN1YtKvwirog7E9zt2u5hynE8kCuLvcC68aiS+yaqFDLk5hip6e3HZy9GLE
DzdGbUqvmrIWseS8F4ExRw3vUX8r3ZNinmQwYASPpHlfzcP/LLgtVAx2eaIkcOS3
EXmLM7FY4Qa1dAx8UXpVIyIWq0RlPmbFkiDdAbtJlrVqOSA/9vgf5rmbVj6xFDBx
zlj+8+MoVYiAxohbJQgaG7D5dK7L1N1xLS4szVSCGgJ3RFS+qecYpD8atB1P1s1E
AcliGuzDebxLtGjHn8E9r7VDhy+qz7YCLrOKI5Dd6zkU8ukpStYndafo/qXXO5EG
HIoAjIQUpLh452h79gf0dG+EpixRzYA=
=kRBS
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope] path of a fileupload instance

2012-11-13 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This is subject to browser. All browser - except IE (afaik) - only
submit the filename without directory information.

- -aj

Kees de Brabander wrote:
 Correct, but the filename attribute contains just the filename, not
 the path of the directory where it was uploaded from? cb On Nov 13,
 2012, at 11:04 AM, Andreas Jung wrote:
 
 REQUEST.yourfile.filename. The FileUpload instance has a 'filename'
 attributes.
 
 -aj
 
 Kees de Brabander wrote:
 Hiya
 
 I have a form with a field for a FileUpload object, which works
 ok. However, in my application I want to capture the path of
 that file, because I want to open still other files that I know
 by name from that very same directory. Any idea how to do that?
 The REQUEST simple contains the FileUpload instance.
 
 ___ Zope maillist
 - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope **
 No cross posts or HTML encoding!  ** (Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce 
 https://mail.zope.org/mailman/listinfo/zope-dev )
 lists.vcf
 

- -- 
ZOPYX Limited | Python | Zope | Plone | MongoDB
Hundskapfklinge 33| Consulting  Development
D-72074 Tübingen  | Electronic Publishing Solutions
www.zopyx.com | Scalable Web Solutions
- --
Produce  Publish - www.produce-and-publish.com


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJQon9AAAoJEADcfz7u4AZjSwsLv0Q6WXixh/gYddZObYa1O3F4
EmhCoFjfAwgFtT8WkWpTkP4l0myjOUqPdOhJvvBxPIAtqTDPu6V6YEXM5nK1loE4
Shjz3feKRsxP784arefzD1CpRiN/YQhMSn+ZYMyy/IpHV1Ypy7vsF1HJSaCY8sqm
yaItArafhVrCrrSwGxOCaUNG83w6m0X0MlEg/phCmW3Lkz4lvwcgehEuiqHGYnrE
TwpAiBnS4ucjdgR+Zkf9sSmxKkjUiBuYenHgsHZiXwDxYaXQra1NHeCrQha1DASx
EliQuhN9Qz/A+4ZiAHj9yMwrVDEeK4oCwAxBuSsIxhO48Bj9mjXm33iSkyi0L7o7
1I0DQqCKl/1Rh6gFUmBtztzAvcz/vtB5tfjZ71u9zdQARd9zX2YKkdRQnA/l+tIG
WgwbsR/Ium2xyDp9Piqfw0rGlZzLZrp3ekbAHVwdAHR7hqGUh6nXotbJVgCOjTDz
PorJJ9CA/DZ+SWHQcQXyC8wtImS6zAI=
=aN3X
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] TextIndexNG3 Problem: Links werden nicht indexiert

2012-10-31 Thread Andreas Jung
First: stay in English
Second: looks as if you are somehow indexing the unrendered DTML source
code...somehowno idea how to fix this since DTML is obsolete and because
I don't care about DTML. You may take the debugger in order to figure out
why unrendered DTML source code makes it into the indexer (instead of the 
rendered
HTML).

-aj

Ruth Cordes wrote:
 Hallo zusammen,
 ich hab zope 2.12.17 und möchte gerne den TextIndexNG3 nutzen. Eigentlich 
 klappt
 alles prima. Aber nun fällt mir auf, daß Einträge nicht mehr angezeigt werden,
 die mit dem ZCTextIndex noch gefunden worden sind. Wenn ich die 
 Catalogeinträge
 mit denen des ZCTextindex vergleiche, fällt mir auf, daß der TextIndexNG3 
 nicht
 alles erfasst:

 Beispiel: Suchbegriff 'his-hf'

 Eintrag ZCTextIndex:
 ['his', 'hf', 'logo', 'farbig', 'mit', 'text', ...]

 TextIndexNG3:
 {'PrincipiaSearchSource': [u'dtml-var', u'standardhtmlheader', u'h2dtml-var',
 . u'classsmallhis-hf', u'logo', u'farbig', u'mit', u'textbr' ...}

 Der TextIndexNG3 nimmt auch sämtliche HTML-und dtml-Elemente auf, was dazu
 führt, daß das DTML-Dokument bei Eingabe des Suchbegriffs his-hf nicht
 gefunden wird, weil er das 'Wort' 'classsmallhis-hf' indexiert hat. ich könnt
 jetzt natürlich mit *his-hf* suchen, aber damit würde ich ja (bei anderen
 Suchbegriffen) viel Mist angezeigt bekommen...

 Kann ich an den TextIndexNG3-Parametern noch etwas schrauben, damit auch
 DTML-Dokumente erfasst werden, in denen der Suchbegriff nur als Link 
 vorkommt?

 Danke für Eure Hilfe und schöne Grüße aus Hannover,
 Ruth Cordes

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


Re: [Zope] Catalog a dictionary

2012-08-05 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Giampiero Benvenuti wrote:
 Hello!
 
 can you please give me some hints on how to catalog a list of
 dictionaries? Is it possible?

What have you tried? What exactly is not working?
 
 L= [{'id':'1','lastName':'Rossi','firstName':'Mario'}, {...), etc..]
 
 for d in L: context.Mycatalog.catalog_object( d, d['id'])
 
 
Are you use that you created the related indexes that you are using for
indexes?

Please provide a reasonable description of the problem (if you have one).

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJQH1UOAAoJEADcfz7u4AZjbbwLwIj/kqgzC8DazRlomyO4Auv0
B751yKOSYWo+v6j1Ren8SFfuImie3d98oaOp5w2RHL7TyqDU9iEbfDFhTjKmFE9t
KeihBckCkBcsquE04Uih5vnKNVh1IOZhD6VB0yebtr4776bm7HBXi4b8ZVfWjH1Z
NV8HBMRku+0f4M0X8MyWGETSat5wCBO8WnnoYCsHGxpE2VNvgYAIk8LcXGdZsExa
HGEFmmXJy1Z8NAMrGPMQurw9JfBrC7LWDd4feEmXMw6az06kkZWNnp42Zp9YLzcR
tBMwigyZLMNOO9Tt+s+orGKWbKzKxoGqU1/uxGngpR+8/n4bYgFv86/46QwvMFqF
ScInrrYwufvqQUo9jks4HDv+BoRg6v1tUkKipu50ICXk7f1nwRsSy0OGDGmSegN+
JeGcFvUCJb2y0t6/ruBNTiM8Gf1cKr50Z6M5I+lG09Hoyl0iyYwdJu0s8RoGMTOQ
WAYeUXCbzu/CKevZIcXvU6qP/mx5Bfc=
=XvKh
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Finding the right import folder

2012-03-17 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Write a browser view or use an external method.
It's well known that Python scripts are  restricted.

- -aj

Ron Chichester wrote:
 Andreas:
 
 Thanks for the code snipped.  Unfortunately, I wasn't able to run
 that piece of code (as a Python script) because:
 
 *Error Type: Unauthorized* *Error Value: You are not allowed to
 access 'config' in this context*
 
 ... even though I ran it under a Manager account.
 
 Any other ideas I could try?
 
 Thanks much,
 
 Ron
 
 On Fri, Mar 16, 2012 at 12:29 AM, Andreas Jung li...@zopyx.com 
 mailto:li...@zopyx.com wrote:
 
 Isn't the client home slash import used for imports?
 
 Something like
 
 from App.config import getConfiguration import_dir =
 os.path.join(getConfiguration().clienthome), 'import')
 
 (untested)?
 
 -aj
 
 Ron wrote:
 I have a Zope instance running on a FreeBSD (8) server.  Zope is 
 running fine (by all measures).  Here is the particulars of the 
 system:
 
 Zope Version (Zope 2.7.9-final, python 2.4.5, freebsd8)
 
 Python Version 2.4.5 (#2, Nov 10 2011, 00:37:52) [GCC 4.2.1
 20070719 [FreeBSD]]
 
 System Platform freebsd8
 
 SOFTWARE_HOME /usr/local/www/Zope/lib/python
 
 ZOPE_HOME /usr/local/www/Zope
 
 INSTANCE_HOME /usr/local/setp
 
 CLIENT_HOME /usr/local/setp/var
 
 
 Network Services  ZServer.HTTPServer.zhttp_server (Port: 8080) 
 ZServer.FTPServer.FTPServer (Port: 8021)
 
 ---
 
 The problem is that I need to import some .zexp files.  I would
 have thought that I should put them in the (already existing)
 import folder at the INSTANCE_HOME (i.e., /usr/local/setp/import)
 but when I restart Zope, none of the .zexp files (including the
 standard Zope tutorial) show up in a pull-down menu in the import
 page.  Based on the above, where should I put the .zexp files so
 that the Zope instance finds them.
 
 ___ Zope maillist  - 
 Zope@zope.org mailto:Zope@zope.org
 https://mail.zope.org/mailman/listinfo/zope **   No
 cross posts or HTML encoding!  ** (Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce 
 https://mail.zope.org/mailman/listinfo/zope-dev )
 
 
 

- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJPZCwcAAoJEADcfz7u4AZjGjYLv3BTuY/2l3A8gnNR/cNIF9t+
jq/Wz8VD+F9yVwigIfnt63tUBLSR0RNDqm70j+IHadjhjTgnHQ0G8b6tap6sOHNc
/hD8kkSq/L/ByVPifNKXPU9Gbc7vCXKNUgZQVvUNw/sX+G3tW5lczvc9mptEIPmA
i5vqQ2jFb/YAbOsaZxM/xiVrFoflAs9vWsirYr3RGg+mXfT25HdesFSDwbHhjOEl
bHk+cYkiNrrgawpX2gu4li5B9ple1djuWi/rXaG663Qy2IAe2wltJOGd/CPmnAm+
+xyNYVstv844akdzpx44/dYOlfLcAivFo2Pt7T5AS+Yn5kfiXEU59fkhXzmxhfi7
DrFf0zzgfuQgXeUga41fU/VjWGYaaua4v29Bw+96ljUKuWzPyzq2IhGUB/oj6M+B
6OVdrAry1tZpqkAqHEsPjS9CixBSrhLqd/67WZp22aWU9DePObX/MqyNedIWWAfG
oidPG1GxauNLWhXPVUgykmZffT8xvvE=
=lsBp
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Finding the right import folder

2012-03-15 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Isn't the client home slash import used for imports?

Something like

from App.config import getConfiguration
import_dir = os.path.join(getConfiguration().clienthome), 'import')

(untested)?

- -aj

Ron wrote:
 I have a Zope instance running on a FreeBSD (8) server.  Zope is
 running fine (by all measures).  Here is the particulars of the
 system:
 
 Zope Version (Zope 2.7.9-final, python 2.4.5, freebsd8)
 
 Python Version 2.4.5 (#2, Nov 10 2011, 00:37:52) [GCC 4.2.1 20070719
 [FreeBSD]]
 
 System Platform freebsd8
 
 SOFTWARE_HOME /usr/local/www/Zope/lib/python
 
 ZOPE_HOME /usr/local/www/Zope
 
 INSTANCE_HOME /usr/local/setp
 
 CLIENT_HOME /usr/local/setp/var
 
 
 Network Services  ZServer.HTTPServer.zhttp_server (Port: 8080) 
 ZServer.FTPServer.FTPServer (Port: 8021)
 
 ---
 
 The problem is that I need to import some .zexp files.  I would have
 thought that I should put them in the (already existing) import
 folder at the INSTANCE_HOME (i.e., /usr/local/setp/import) but when I
 restart Zope, none of the .zexp files (including the standard Zope
 tutorial) show up in a pull-down menu in the import page.  Based on
 the above, where should I put the .zexp files so that the Zope
 instance finds them.
 
 ___ Zope maillist  -
 Zope@zope.org https://mail.zope.org/mailman/listinfo/zope **   No
 cross posts or HTML encoding!  ** (Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce 
 https://mail.zope.org/mailman/listinfo/zope-dev )

- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJPYs+9AAoJEADcfz7u4AZj5F0LwJ0Rus6bG2lQ5p2Dz3c1t9BJ
sQoMGdth7pJg7dYO9vbEdSRDr0wdsVGznYfUTlBIauNfrImW+YINp47W8Nc4DH69
BWBQfEfJ+rAOFhKEuCUFTAqNTX4ZzfcZI73XmbsQLaSKv7blgU+8A4r08Jag/epo
6vDuOKq+WjKZhkhhJplL3YsPXuEnTo0FInkWVXKXJkz7e5F/B6UgOublhY9fvZo5
PwwbqQalixmmm33he0qo9RCMaCaFY4PX2O0uo72r9DO/XuTagAx8ztxtqv/I7Pfa
yf9/Zv1O+qIucREaQXC4JjVr4xwNGYzq6+2kfRvi75KdU0zWtJqNP91TkiY+VNcf
M5ZTmXxw7L+a/9eBXwHy74Aco70bwhcv32T0jqsN/+Q6XeTHph281mpC8E1Yw8jw
YTUpWMUm9lhfhdl1EX5bBUKFXN3lEZyT+WwaleaWkV7XJ9rk+KvouJ0O+7FJukub
zMwO5q6VjBgQwBzphpfb+HJkU7ZlRZw=
=YJ4N
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


[Zope-dev] [zc.buildout] AttributeError: 'NoneType' object has no attribute 'location'

2012-02-10 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have a Plone 4.2 buildout where I upgraded the zc.buildout version
from 1.4.2 to 1.5.2 for the integration with Jenkins.

Since the upgrade I receive the following error while running buildout.

Bug or feature?

Andreas


Upgraded:
  zc.buildout version 1.5.2;
restarting.
Traceback (most recent call last):
  File bin/buildout, line 17, in module
import zc.buildout.buildout
  File
/opt/python/2.6.4/lib/python2.6/site-packages/zc.buildout-1.5.2-py2.6.egg/zc/buildout/buildout.py,
line 39, in module
import zc.buildout.download
  File
/opt/python/2.6.4/lib/python2.6/site-packages/zc.buildout-1.5.2-py2.6.egg/zc/buildout/download.py,
line 20, in module
from zc.buildout.easy_install import realpath
  File
/opt/python/2.6.4/lib/python2.6/site-packages/zc.buildout-1.5.2-py2.6.egg/zc/buildout/easy_install.py,
line 81, in module
pkg_resources.Requirement.parse('zc.buildout')).location
AttributeError: 'NoneType' object has no attribute 'location'
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJPNPiiAAoJEADcfz7u4AZjztkLviz6SHNDpl36zh5rmFoxKdzQ
PtMwHDXAR0gU/NrqqX0199graUMyJGxMCL4QIzc14zZzX90a73eJYFFK2uYecmj7
pusmNaffqmIam1ywvFGsBa4ad551/vxtfcIGfrgKD7X9w3pJ1ZEhyf5K5pAyCOKj
pVM8Wc9+/RZhXVVrCJb9tsJf61t2JyS5eY509K/l/Ebs0Vsk/p9a/FLH6S6zDBTZ
/QK/7lcQ5mlOlIpL1G0ltnmCeudR103mjndPGQyV2QHe07qWdthS4CT306tjZIE9
+sPql9bUE4pI3TyLyZxOuq6twbL2HqBTp9FUvjmhSzKrR+z3CyqKiP6F8u5h5b0U
FlxGLbpjnDtxlYWIWek2j5E4NpAktmWTxy5MFIb5RTdC78kk6IwFANLoAMbts/AF
GlQulMCn5BSSfOeW0eae536LbqVEUn4DZ9+mD5zlfXDJvK+X7FDIJCBBmiMVALaq
oE+E9fH4PU8p4grb0ys1l9WTSzfQKP8=
=1tCa
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hello

2012-02-09 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi there,

the committer committee of the Zope Foundation
lately agreed on the new naming convention firstname.lastname .

See

http://docs.zope.org/developer/new-members-procedure.html


Andreas

Franco Pellegrini wrote:
 Hello everybody, i got commit access to the zope repository last 
 night... would it be possible to change my username from 
 franco.pellegrini to frapell ?
 
 I already changed it from 
 https://svn.zope.org/manage-profile/index.html, is there something 
 else i could do ? or someone needs to change some configuration 
 manually ?
 
 thank you very much in advance.
 
 Regards, Franco ___ 
 Zope-Dev maillist  -  Zope-Dev@zope.org 
 https://mail.zope.org/mailman/listinfo/zope-dev **  No cross posts or
 HTML encoding!  ** (Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce 
 https://mail.zope.org/mailman/listinfo/zope )

- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJPM99EAAoJEADcfz7u4AZjwrALwNjWLOQIYWBD7T2Pp46OliP0
8UksMrbSkUOvbn8rZypi0L8dDUwiDtrrhBfXvEa2uZdx01XZjkH2PzGAVQnQMJV9
CBRUhxgGOKMukRLUladSzxHIvl0jclH/sDBQp/6yq1QD1PiOy4/DRgkrGGIkWGEV
EjpOkYorjs9iYs35zXlLD6iJRBNgkTeeubkZzuV3SX/RtLlhu243J1CAHJxalViw
dJqif/ZXpJqE+LdmNaJ+sueg1dpmBFgCvSi7rFVPdcSwc1qqAlDeM1A7HmCDCfAR
+gP9lYSDr8d6QmqRmtIYfaB0bu6WyVtwcz265OjW4fwcjsRsdVsY7GyJnaV93NWZ
Gm6ia4Rc80e3iwcNvtrtXXMt5e5PpwyeOZU963AzmkjcAouZ3lPE6ljikTIG5PJn
STYSJHiMVKjo5+8jtykC8jXh9q52ed/S0lg24iOtNg6EING6DlDm342y6oeA5QW5
eTak6mEgoBUhqarn0bDAiD5Pbu0YX3g=
=+UAe
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope internals documentation

2012-01-01 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Martin Aspeli wrote:
 On 1 January 2012 10:43, Jens Vagelpohl j...@dataflake.org wrote:
 Hi Martin,
 
 There *is* a better place, docs.zope.org. If you can tell me
 where the sources are I can put it there.
 Sure: Clone
 https://github.com/collective/collective.developermanual/ and get
 it from source/zope_secrets.
 Thanks, I'll take a look at it today.
 
 
 Where is docs.zope.org maintained?
 On one of the ZF servers.
 
 If it's going to go there, I'd like it to (a) be in version control 
 and (b) be somewhere that I can edit it. Is that doable?

Wouldn't it make sense to integrate your docs with The Zope Book.
It's maintained using Sphinx and the sources are on svn.zope.org
(somewhere).

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJPADrDAAoJEADcfz7u4AZjXNMLvRntVZ8H7GofIzyW5tZbCyEN
YPHeeF+Ci0GWdSQbNzszDngiiNlfWdm9I+urf9yqzF5bJ9ZKdVZGr+gMYGC8kOnL
/7W/MrH3kxdY2uAaPAhRyz1KT0VIAOGV0T3/bJ8KslBsFG01a0frAwkHxSFGUhiN
XmXdQ59fu571F84YuEgSSNfeG1wHYf/+cs0PNgz4RqOJVoq0bdAMm2aHP/PJDTnb
PBSJXk61gsF2UgVIwPTk+N1feG2RPx+dR8SJl8TGQDMPyuZJ+VHuoSczixWwfTd1
z8NUkefjDzOSMif87wsHTQQo6Fl6o+wcX9RO9Gryw0UNr7rzd65nvtj5Zi+pxoLw
3eOKegX3dlMwA/KoIs+vEv4ygzRK7mYAutZI0RxhAMf8zizKvqrDIFzxfjneprvZ
HdkKmcuZFqnk5aQWDWC6vz8M3+smLMMA/NvZa+UWcfWI5c5ntorJxFV/zt/LHYyo
VnS2e0/dDRpZlX51MCPKENSLuLAd7aQ=
=i3FK
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope] Help in deciding approach to Web App

2011-12-03 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

- From reading: your database model appears pretty much relational.
Where would you take advantages from using Zope as framework?
This sounds like a task for Pyramid + RDBMS or a graph DB.

- -aj

Sareesh Sudhakaran wrote:
 I have a personal project - a web application I wanted to develop - 
 but I'm confused on which route to take. I am not under any time 
 constraint.
 
 
 *About the App:*
 
 The best I can describe it is as a kind of expert system (but not AI)
 that needs to find the best workflow for a process, given a set of
 initial and final parameters. E.g. a 'capsule' of data must pass 
 through many 'tools' or 'environments' to reach a desired output - 
 something like a very complicated car wash.
 
 Let's say there are many tools that can be used at various stages in 
 the process. I have estimated there are at least 500 tools as of
 now, and it is bound to grow in the future as newer tools are
 introduced. Existing tools will also have version updates.
 
 Each tool, on average, has at least 100 properties that define the 
 tool. Some of them have as high as 1000 unique properties. Some of 
 these tools are linked to each other - e.g if one tool is selected, 
 there are only n tools that can correspond to it for the next step
 in the process. I also have the problem of 'matching' the tools for 
 analysis. E.g. Tool A might have only three fixed rpms - 100, 200
 and 500, but Tool B might have rpms from 20 to 2000. I'm not sure how
 I can construct a database without spelling out each number, as in
 the example above.
 
 The total number of tools needed for the process can be defined at 
 the beginning, however, it will change as the application becomes 
 more complex in the future. I plan to address every contingency in 
 the process. The idea is - if the user inputs the initial parameters 
 and the desired outcome (another set of parameters), the app must 
 find the 'best' path - sort of like a decision tree. The best path 
 can be the fastest, cheapest, etc. I would like the user to choose 
 what is best for him/her.
 
 Unfortunately, parameters might change, relationships might change 
 (but not regularly) - the 'rules' I will be using might be revised 
 for better accuracy in prediction.
 
 I also need to track each user's path and solutions' for future 
 reference (but no personal details except username and email address 
 for logging in). Maybe when the app is up and running, I'd like to 
 make it more democratic, with users contributing to refining the 
 logic/rules involved.
 
 If possible, I would also like the app to output a graphical 
 flowchart at the end showing the workflow with all tools grouped in 
 an easy to understand layout.
 
 
 *My questions:*
 
 1. Will the app be better served with a relational DB like mySQL or 
 an Object database? After a lot of research I've guessed that my 
 particular case might be better served with Python and Zope/ZODB.
 But I might be wrong? Maybe PHP+mySQL or Django is a better fit? 2.
 Can anyone provide general advice on how to go about beginning such
 a project in ZOPE. Which is the best place to start learning for a 
 newbie? 3. Can anyone recommend a good shared hosting provider that 
 supports Zope fully but is not expensive? 4. Is there a module or
 app that is open source that I can use to output a graphical
 flowchart based on the results, or will I be better served
 programming it from scratch with Python?
 
 I would appreciate any help in getting started. Thank you in
 advance. I have tried most online forums but have not good any
 productive answers. Most of the answers I got were pro-PHP+mySQL.
 
 
 Adam
 
 ___ Zope maillist  - 
 Zope@zope.org https://mail.zope.org/mailman/listinfo/zope **   No 
 cross posts or HTML encoding!  ** (Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce 
 https://mail.zope.org/mailman/listinfo/zope-dev )

- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJO2yPrAAoJEADcfz7u4AZjnJULviZSrj8nLwzeqjgxGT+d9/aU
1x0bj/E3zuPFeKtWkevp26K4OiCe/yw7PmgVXh1xBbfLhFzUcet9Ubdu0eIjfE/8
dC8hayQf4fR8KD3J06CbkMAEJsJur3gTPoFxzDWd7S9ybwuFjb3E14AhiQGPpdYN
DVwE6U3t240Wj7ebNTblASQnvI2sfzr9r2tYVqZc8O+SMyROL1oIs56RNofT4pz5
p9OXiYlnHmn1keCbEKnYk1e2zTU7kFJdGQz/Uy+yV4QTiU7nMwhxWCx1gBKxVgNk
XseqPdWKl9epz/h1Pb0qPTvK6PXl46Cj/0Bls/XU6yHDDpB49SqMXai2i6VIAzdL
lik6JwSPVxBv24eTngrisx2qvhl1ln63EM+AWwky7jUgNl0cwALNdR3Gj+zDVioc
ZWAZfWcuI3TFKYpwJiwzNgT0DSbOLvlM/09xXPsxmE+rfXT8arTxMSEgaQS60LqJ

Re: [Zope] Python Script Security

2011-11-18 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Richard Harley wrote:
  ZSQL methods are not callable
 independently

I have strong doubts about that claim.

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOx1dhAAoJEADcfz7u4AZjfzgLv2u1lysJYgKfhg6TSYN3hc0E
UXaxu6odJX1ONxPmP0RIaYy1qKW10tF5uzvNk2OfY7N+11MhE6ZB9en0HsUsp3Yx
YYilBV3vh6AZ5CCRyftJ9WwBEgN/knEb254F/Xs2Ieclh1yFEcrBFy918p+jwEp7
yUBHWOYBlHylx1P3qWtIQ13S5mNVGAugVpST+1XT4ks84jhk4H9aPreROzIPGZDu
dPgJ/9wuztwHa4Yb6yQ6NtN5uWdv23hBlEd06Z4v1FgtlDGdDrIR489eFWaAZXJl
KdgPOBVXNeh6TuccvqK4pkguDUQpZLpYOzwy/OvdJHxzWy4ziHerScY4HvDVMULT
97b2oszPHAzMwXM9W3Lq2kR9P6fem6pM6aETot9aAChtKafTHt0C/sMJOuenI89B
h2GERRYK7nf72tREVBpb6kcxuLYpokzDgDaHmcyT/gUgTG02C4CTQOuDfmOfp7rL
1kGBTv9HVvTONKcoXjEwDJHab/vOmPM=
=+Nx/
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] force the output encoding to utf-8 in page templates

2011-11-14 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

You should be able to set the encoding of the response by

tal:def define=dummy python:
request.RESPONSE.setHeader('content-type', 'text/html; charset=utf-8') /

within your page template.

- -aj

Yuri wrote:
 Hi all!
 
 I've a Zope2 application with Postgresql. All is ok and utf-8 but
 page templates. This means that non utf-8 data is sent to the
 database, and the database complain with:
 
 *Error Type: DataError* *Error Value: invalid byte sequence for
 encoding UTF8: 0xe82527 HINT: This error can also happen if the
 byte sequence does not match the encoding expected by the server,
 which is controlled by client_encoding.
 
 *This does not happen if I manually switch the browser encoding
 (Firefox - View - character encoding - Unicode (UTF-8)) and submit
 a form.
 
 So my question is: how do I tell to page templates to output utf-8 
 instead of iso8859-15? The output_encoding property does anything.
 
 Obviously, changing default-zpublisher-encoding to utf-8 works, but 
 other legacy applications will have problems on characted encoding.
 
 Any idea? ** ___ Zope
 maillist  -  Zope@zope.org 
 https://mail.zope.org/mailman/listinfo/zope **   No cross posts or
 HTML encoding!  ** (Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce 
 https://mail.zope.org/mailman/listinfo/zope-dev )

- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOwhBcAAoJEADcfz7u4AZj5hkLvjkql56PD0CzUKp1JZkLta4n
WirPCXII9j8tFptsVrMs8OuRg60TUDwF7MCGptI/gf5MAxsHbCgKH0NDYr1PHLQx
5BWtGXsQ/5t6Lblu7xJywuOWuBan82k6i6LDmvrW5OyFupNpMduhaLPad1Uy5s3L
now6drULzDkML4hvBGbsw63Ufh/7IIa4S71lf6pxtcS/O0zEXUrEJ4BNf4hIezOW
Usl7v98ZK4GppN3/rJgP/NQLQ23elkxysLWpK4YmpByAQ/7Lx/rdkqpqMA6DwgCJ
qDQiWvij6yHQwHmTbHIXd/NkexH4SU5UviQZhWdSG8a+ZqygYEd/sGXbHUhtTMRc
V0bE2v6zDhY1jpvk1VFthug8IbmNmOYeRiVuhb4mMMlXOnQ3BEaIrxe8ultJHVKM
OAwhWI7XHX/wL/TTmoZc1v4jhEkcD6sLE6TlqXd5XsNf2D84IA4hOSnajnuWg8nQ
zmJTTn7CZNo+p+13moXKqXaWErXFT/A=
=1Maw
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Importing Unauthorized?

2011-11-11 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1




from zExceptions import Unauthorized
raise Unauthorized

But this will only workin unrestricted code.
Turn your code to browser views if you can.

- -aj

Brian R Brinegar wrote:
 We're in the process of migrating from Zope 2.11 to Zope 2.13, we
 have scripts which raise string exceptions, which is no longer
 allowed by the version of python.
 
 In particular, we have scripts which:
 
 raise Unauthorized
 
 However, we don't seem to be able to import the Unauthorized
 exception from AccessControl or zExceptions. What is the new way to
 raise an Unauthorized exception from within a Zope Python Script?
 
 Thanks,
 
 Brian Brinegar Web Services Coordinator Engineering Computer Network
 
 ___ Zope maillist  -
 Zope@zope.org https://mail.zope.org/mailman/listinfo/zope **   No
 cross posts or HTML encoding!  ** (Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce 
 https://mail.zope.org/mailman/listinfo/zope-dev )

- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOvS7sAAoJEADcfz7u4AZjiswLwJy0ALr//lJTYX16icAw1a59
rt9iVpckw3gme/NJ295K2HUbnL5T51XBiBE+uTqZmRzK3xH77JCq3rO4G2vfniyu
gEMwxW/h2Wa+Rs2WxM5UtVq1vhI/hsymEDDm9xUMRsqfU95sAQOcvUqm0sKc8bJB
ff4QtXYvTW663u4SqW/v9RRDdukVowD77DCJqmDUQ/Js2iYSR+qPYIjOlfk4l29D
yfxDdG+kdHlBrJ96/1EoriNlLfF6OOVrYKM2i70BJSIlB9pmjusxJQ5dGFwN9ylj
O8DgBXmfqtj/u4ye24giGQyV/L4jfiU27LQX3fFP7lqf/yB7BeNwi1jkRSrvGFlU
eDPtarxVODybKgb6M1AKL5E8GGzslqnE9iZd11Y9o2zWgxvjE1dedO+Nicv6ybP5
hXfuKSsd+Jpy32bfCF13ZT3PV7pE+0w/SLccXdTI+WlQeVY3XnNqdLeFtxdIH7mh
wjLgUc+dDaBNtbb8TmTjhfUYngaMWb4=
=2WVA
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Manipulating images in Zope/Python

2011-10-25 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I would look into the options that Imagemagick or Graphicsmagick
give you for your problem. Calling the related binaries from Python
is unlikely the problem here.

- -aj

Brian Sullivan wrote:
 I am looking for strategy to programmatically create a customized 
 printable certificate of completion for our Learning Delivery System 
 courses (the system is Zope/Python based).
 
 My current plan is to use the Python Imaging Library to create the 
 image (probably by overlaying some text on a stock image of a 
 completion certificate to create a new image). The final image will 
 then be emailed as an attachment to users.
 
 Is this a reasonable approach? Any others that anybody can suggest? 
 Any samples of doing anything like this that anyone can point to? 
 ___ Zope maillist  -
 Zope@zope.org https://mail.zope.org/mailman/listinfo/zope **   No
 cross posts or HTML encoding!  ** (Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce 
 https://mail.zope.org/mailman/listinfo/zope-dev )

- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOpmtrAAoJEADcfz7u4AZjp48LwI8RRAligkvsS29rwlMtuXaS
81igvH9spYi6DaQrhzbe7be8ymUQyxPvK0yp6nFJQ2lopZEUac8ZAuzZ8sVqsGcS
IwoA86NskiIc7XntFmKOIgnwqZzmJSw/ex8K6KXBFf7dOJr1GuCio/7Ir6JU/FsC
9HaBw5nlFfAEUGwUt49RuuDAGlFDXKzDO8Qr4DA7PZpshHfBndaWgiTgMJLbdJT1
HKe3vM/YSNsKehz+C1LLP98Mh65ZsfsbBx7sey+4ZZWd/fEmCJ0oLR9Gx8mfomDK
UjlQp7AyO4VHC8yf+FEEV711ZIa5UJ/nT713zbhV7F/VilmfzaLcyRzYuOII9FiV
T/0BWW9XHW35Oi8UglCy5i553iThVCusR5SMKD7IOJaAxgB9BWqe7r7ipjg9QpgS
uyIHyjNcChXVqUup4UNBM+IowsSXBYT9PZCov1nzX6fvH94uHtKnX75ZTAYm4lEh
EgwJgw9CY9EFOJZjCdoD2TL8eGpQeGQ=
=EcBd
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


[Zope-dev] Change in webmaster position

2011-10-21 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear Zope community,

on behalf of the Zope Foundation I would like to  announce a
change in the position of the zope.org webmaster.

Michael Haubenwallner stepped back as zope.org webmaster after long time
serving the Zope community. Unfortunately I have never met Michael in
person but working with Michael was always a pleasure.

Michael, thank you so much for being such a great team player and for
your long-time engagement in the Zope community and especially for
holding the old crappy zope.org site up  running.

Our new webmaster is Johannes Raggam. Johannes volunteered for the
position and the Zope Foundation board unanimously supported the
application.

Johannes has been a contributor to Plone for many years and works
closely together with Michael. Both Michael and Johannes have been
involved in the zope.org relaunch earlier this year. So there should be
a smooth transition in the zope.org website maintenance.

Thanks Michael and welcome Johannes!

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOoXCeAAoJEADcfz7u4AZjz3ILvRvwvC7uup1Zf/UxB6X0O3H0
POlHxSA0lLxocfw+P1oeizJ/4mLUOYg9wiG2GKF13l6pfPrj/4uOnwl5VpfIynvP
iJAluU/riixh1n89aRcGzer2UQ2J/2FwFDiiVJHQagaCQ99wcqVSVnAmlzTwCBb+
0Kpvu0HGSsH9gPIVWPM7vBv42Z+v5xipFsYBuHcla5jZm6Vpr3wx3F9+HlL85ylb
axNwa7RL0xjbCZNxm807LAQaC9o/e1yDA5squHpDZ3ht1dd+Iahb1yWSiuAXWwKk
C0+w4ptjPq4706gISt0DXKY+HTtah2uv2qeooUPdueir7KUeCGFVtDj6SRPbPtTA
4g4op211FvTWAXKmHGwiYZ/1g3lBX0e+IyBowoC6zE3AMLxJTxR955B9U3CHf0jL
1NDAKgrkWI/t3gtKrULlhOf90JE6Pl+P6zDwD92pJbnMdodWZ6feY27MnrM6lUYI
lFDVxCYnN1VDF5socE9xTTUBB1Mrvm8=
=mTJR
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope] Urgent:utilsation of paybox with fora zope application

2011-10-20 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Chris Withers wrote:
 On 20/10/2011 16:36, Diana Lenar wrote:
 pls respond me quickly its very urgent
 
 Not to us it isn't.
 
 http://catb.org/~esr/faqs/smart-questions.html#urgent

Or get commercial support...

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOoFDmAAoJEADcfz7u4AZj7TgLv1WBHfXIesSK6+fOwyeOxYTI
nUWFCW01vF9DwIGdR3ckUmudBCR6EKlH0sFZ/3X+mhrsS1uj9YIKdy6OZcwvkvAk
Fpm7Ot8hOVT/p9ToaPxloYLferzIm45lc5AJMIBKDvfsWywbXsnF8Tjr7y+vM8Ik
4q8xvCJV47/3ZAlW7xy77MbTZgmejzM63wx2Jx0Q3fODHRx6ohE8bOgOiNIDRHSJ
bkEzSC/RLIKI9i/ApI0GTb6UoYnw87YRndeonReE/ICK6uaWkuJc63IbHMTgDFdA
TpAt+k4YTXTLAVX5HflIXd++6xUmcBwm1PzO/cW0JCMc5mRlEoIy3UfB/7YiUzja
efCts82cAKDJg4Gi9ewKA/WUd7coTRgD/xKR1dpMhZIVVtlPQrPPn6Sa0QYf6bEC
Al3a/glOfe3MwNTm5fXPlaQjJgahxHed+yC5ZLOkwGKoh4QM7fFX+FTdPelAv7os
UFGfiOPoAa0zZjBLRWaVyUSkb8vKR0M=
=VGyD
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope-dev] [collective.recipe.solrinstance] Example not working

2011-10-18 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Hanno Schlichting wrote:
 On Mon, Oct 17, 2011 at 8:05 PM, Laurence Rowe l...@lrowe.co.uk
 wrote:
 Should we migrate the recipe to github and get a free issue
 tracker?
 
 Ok. I've started the SVN to Git migration. Repo will be at 
 https://github.com/hannosch/collective.recipe.solrinstance and
 anyone who has recently committed should have contributor rights to
 the new repo.
 
 Andreas: Please add an issue at 
 https://github.com/hannosch/collective.recipe.solrinstance/issues ;)

I am trying to figure out the problem right now. I have now a
configuration running with Solr 3.3.0. Apparently more a documentation
or configuration bug than a recipe bug...

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOnWRgAAoJEADcfz7u4AZjvTwLv1nr24jy1a9Vr2ipJY5vq4I0
a7wemSEDrgJOWQb6D6nggQjuEq2ndNhhZp6sSLiYVLsr95UL7GL7tKzYTFujsNLA
Wmdw8DzfiHNEPm3Y1L4IpDWeWB4Il9Sl2l6nDlup9EF0hAexVJgua5+zBK7xn7Wc
lDfGNZ6a7gfRK9waWl74MdX5aMhQMeOlU48I+N6fuxhzz6K5/VYwxOmA8X9EaAva
iJ9nXRqRLVrUzu/tZOwp/6nk0N+pbwl56th1qrJZiUzNHC+1s82PZxWWQwclupjR
6azS+L41RfOyyse0ElYUEOhtWhke/ztcZNS4dYZy09/+4jOKbnHPnyFFyKCcr3oI
1yHItJeKpvyyNARDxs3qLO1a7VNdWzd1PXIWbebzqxYUsgIVBFGaAI/rbFjSXXE6
GBfMm9rhJFZcoObTL0zBADSANh2ch3C1G1dslJ9GK0tdz8xCSch/D1gpA+YimtPc
vtUB3e9SXsLF3a9gP3lmKIcPaCCaW6k=
=RyeI
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] [collective.recipe.solrinstance] Example not working

2011-10-17 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi there,

I used the single-core example for the solrinstance recipe:

http://pypi.python.org/pypi/collective.recipe.solrinstance/3.5#examples-single-solr

Trying to access localhost:1234/solr/admin

gives me

HTTP ERROR 404

Problem accessing /solr/admin/index.jsp. Reason:

missing core name in path
Powered by Jetty://

Anything I am missing here or is the example or the recipe broken?

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOm/MzAAoJEADcfz7u4AZj0A0Lv1N2piUWpXmtbpZzZaM+iy9p
F7Kte+1GW2ZR59SKlp2G+OjriG8s0TVPoPlUdroWqf2eWduwHo7z/LvQzVoA5RVv
1+KiyC/bHRR5ckWtYa9KhNBIOqySCItQdD39ir11Mcbh5WDMmaj0AHGVChQ1nyIX
bnJIet0lb7DMHWsuj1taZ1m9T9Ob3aUdK0qChwwCAOJei4aySFoyFHvhg/KNcgb3
ihWLY/8wJkYch6NgHK1XV6SqJ3u4pgTmbpVsaNLz7NgGq7DKhrpbluoa74Lmyglg
PGfrzrIAPyJFQfVmQaz9L2eVDSwjG+JBw1W36FUNZ/AlKBTh/ypsy0NW4MQGD0tS
SgOzGXPwH1keXaH+PUk1kfMbMT7nTlAKweVsO7k6XwD5R/IwVGZEkHDf8P+Xro/W
Ywrya7h4nNkX19b2+3AVKBtyJgrmsmDoAXCfSpslzhhqOlE6lsX4FA7DhVRRlgfh
wf1L/pr8J0gN8EACPT44hkvVHX6bS74=
=nWGu
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Missing Zope2 tarballs

2011-10-11 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I can confirm this:

http://www.zope.org/Products/Zope/2.10.13/Zope-2.10.13-final.tgz

does not work.

Is this due because old.zope.org is now a static site?

Andreas

Alex Clark wrote:
 Hi,
 
 
 Anyone notice these missing tarballs?
 
 
 - http://old.zope.org/Products/Zope/2.9.12/Zope-2.9.12-final.tgz/ -
 http://old.zope.org/Products/Zope/2.10.13/Zope-2.10.13-final.tgz/ -
 http://old.zope.org/Products/Zope/2.11.4/Zope-2.11.4-final.tgz/
 
 
 
 (sorry for the redundant post, I posted this on plone-dev a bit
 earlier…)
 
 
 
 Alex
 
 
 
 
 

- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOk+2qAAoJEADcfz7u4AZj3oALviCjV+pGFH2W0SR8lWZzcNg6
v7O1qP5n0uCiZ8YZdwFIzIMhyQeEe7rYoe+GlW3vQ5Gonkt08Lhum/ixAcMhYmEC
Pevmba6hTWZxKWF1+bUWDahfZc7UjqFIm5uBJHa/aiZunDIgN0bPvOYUhnQeGCG4
rtajNQYV09+eLMzDZ7ojsZhM0H8rTldsKF+pEHfGby6tpxN4G66a0Js9Fb8YzdXP
jcDuMyV+S4BnuCoMEfYawLhabl7+LKs81avLQi4ikYGbzVeGQ7y8nXAkQ++sdKR9
+NQYzCs4X+GkC8c0F1ZRj9/a9acUajyUfSA+gx4DfKK5D6p2lRiJfC/fLbv34DGW
pkRkgh1xCcx5cFG0y2QrnE8wsES8mcTuxOD7O3HmzkfLLLO+jOkhpZ4Y9WVFD4je
0xsXyv5gtp7ae+CtFBZNNmBp5We5nIqnd+sAu05iqdBcKz8RosRqTv3B4yJPRBsa
QSwH3U43bvgzKR/+5J2zTocdxe6Ja9E=
=Sl40
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope] Error Migration Data.fs from Zope 2.10.4 to 2.13.8

2011-10-06 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Try  the following script to stip off versions:

http://svn.zope.org/ZODB/branches/3.8/src/ZODB/scripts/strip_versions.py?rev=102805view=markup

- -aj

Frank Kauff wrote:
 Hi all,
 
 I'm trying to update from Zope 2.10.4 to 2.13.8 and have problems to
  copy Data.fs. No matter whether I try to directly copy Data.fs or
 use repozo, both times zope gives me the error
 
 ValueError: Non-zero version length. Versions aren't supported.
 
 Searching the net, this seems to be a common problem. However, I 
 couldn't find a solution for it. Is there a tool anywhere that can 
 convert Data.fs from older to newer formats?
 
 Thanks, Frank
 
 ___ Zope maillist  -
 Zope@zope.org https://mail.zope.org/mailman/listinfo/zope **   No
 cross posts or HTML encoding!  ** (Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce 
 https://mail.zope.org/mailman/listinfo/zope-dev )

- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOjZjeAAoJEADcfz7u4AZjCvILwLgI+0BJRDDYsP5Ygo19Sp2g
D8EJg3vLup617HNFp2x9+ISfTy1QrNYmj/J204IUtuInD1AK0LV9s+UzYvivsYcW
AdH0ordLSFSkMgPrEpAxJGfREd4+Qpy9LrTrqQ3stucQSOhl9+TkTzo8P0h/XWya
YRpISUb5TIpUU6BwEqw8VcIzMamjkBzI/DY402J9OLsN/WcFO4RA5wQB6Rab5pyC
LtYlEiZny1kAMtLc5DNu+0kWZ8tfkWyj4AgCJEkEDeQTE9VVNBN27zmSpmyk4g2F
q8yHYH/o7e5rKDbjQ+9klgqX+XaMeIdyBs9opmZRtiwgC20H8Nq/oPpAuq6UpcZS
alzjYg63cQzXqTLARdzJe0DBUFlvAHPFnFTlPOLk25CxQoZT+QdVLqF8yOw6pJ2U
egCD2wg1B97M9sE6+payKm2aYyrc8Da13kTiPKa6sBdoHmSYUKyCS+PKcrkCnCMb
4Yrhqpq8DRDY8zlINlR/Nd/O29bRqj0=
=GYbG
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope-dev] Passing variable across pages

2011-09-21 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Babylakshmi Muthusamy wrote:
 I tried by storing them in session variables. but the sessions get 
 expired quickly.


What means quickly? The timeout and the size of the session pool can
be configured. So what's the point?

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOedN8AAoJEADcfz7u4AZjsdQLv0T7rMYJFGyEoPI0dAHJrTY7
EXa1NaTVzwTYyF6eCpBbAP8CeknTsIxTZZdwZhRDlg0st1ITG3jDY6wvhtK7sb+1
AS84hDFOptjKyTdEK/Y8OIzxXgSpo2pocgGcY9BJXbu86b3T/pjFPMVEtAMy+4hm
bagCIOfSmRsMDgRPT973F2iSFCq7xv2Hf29aUZNnUjXdKS773gus9SEBqLKKXphh
8K5D0x+NvIt/KVxtQS08fhRqY2+jGQ/uAXKjBVW/igP/9Q/jwaIZ+WTJtoFgRL8y
waLxq2hYQWWw9eEGGokSGOsoajVWuo9uLVu8ihsyyHTCTgUpk/UPw084hVRTGiCR
n28OcXE+mz59YqkyIjl9Aj8QHSwhKv1oxZPDO25bP9dCbQVE4HteqFPFGUtVQC1Q
fgoazUWc2AQhoqtKNWTjkpPafo1YzCH9kEoRz1Z3oacLBatlqZ2QoSRLXZMTvXlF
rMBD3I/J36ShhkhH1xmJCjNB6Yu5oVo=
=GVj0
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [ZWeb] www.zope.org accounts for submitting ssh keys

2011-09-20 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Patrick Gerken wrote:
 Hi,
 
 I initially failed to submit a new ssh key for commit access,
 because I didn't remember my password on the old zope.org site. Tres
 helpfully reminded me that I can still access the old zope.org on
 old.zope.org.
 
 I updated the developer docs for new developers who want to become 
 submitter, but I wonder if it should stay this way that people have
 to use old.zope.org to register their username and password to be
 able to submit their ssh key on cvs.zope.org.

Actually user registration on (old).zope.org is disabled since a while.
New committers should get in touch with the webmaster (Michael
Haubenwallner) in order to get an account.

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOeJYgAAoJEADcfz7u4AZjnyYLwN+ldltQ4Nloe//HTwGgSJFw
HIwGPUBpbw/1JcgjEkIAiLICfhz41k77I2cDR/pMXG3rzV3uhfOchNCGzaiNBtfa
iUmznGVkYehTtazCpVgVqRxuFR4PPSSGFZND7qXCvlikJgFii/B+rvPR9OUKPoAh
Sh33qtJs8pEQ4lkD6JucZiv4DSDf77OAEzaxnnQkFmOKTIZIG2oiSr5cYVcMHgr7
GnQnbS0rF0WQsomxxEzaFE05CzphLN5ju3kCYo+l0MPyG6+dapgaCuGfQjk2Jzfz
J0cx2SCA7bFdEoda01Hr4iIk7PvoBBj+5M6aG8o9JmR395GAN2V0ryTfWTHcJOXR
rb/XNFxSoQV9vU7PnKrXj4IvpcDdVmGNvYJAQUTpKogi8C7bAQryQJDs5TCp6Lod
DiLy9a0siEgi7sbWx4xqUN3C0lu5EctVkrwqU5D3kpJ997Z/G3lc7SxleQ3qGNIy
yG9SO9J+kDbJKIShecxTYr5JXVsnLVc=
=9wnJ
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-web maillist  -  Zope-web@zope.org
https://mail.zope.org/mailman/listinfo/zope-web


Re: [Zope] zopetime behaviour

2011-09-20 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Because of the time zone? strftime() formats the DateTime instance
according to local time.

- -aj

Richard Harley wrote:
 Hi all
 
 I hope I'm not missing something obvious here. ZopeTime is gaining
 two hours when it's string formatted. * thistime =
 context.ZopeTime().strftime(%Y/%m/%d %H:%M:%S) print ZopeTime: 
 print context.ZopeTime()
 
 print String formatted ZopeTime: print thistime *
 
 The output is this:*
 
 *ZopeTime: 2011/09/20 10:16:12.628 GMT+1
 
 String formatted ZopeTime: 2011/09/20 12:16:12
 
 How come string formatted ZopeTime gains two hours?
 
 Cheers Rich
 
 ___ Zope maillist  -
 Zope@zope.org https://mail.zope.org/mailman/listinfo/zope **   No
 cross posts or HTML encoding!  ** (Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce 
 https://mail.zope.org/mailman/listinfo/zope-dev )

- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOeGOVAAoJEADcfz7u4AZjEPwLv2HbM/+FpBxkMn311JRhsZc4
wcLe6m6QzQ9WLgqiktGsSWaOuN3n1d+jDW1j450kE1o9mDr+J9mrclux51iF+sHL
BhISUhk2szLTaGBrkEOwpMKYBxSm1i6g3aeLL5zEsikcsH9vbmG1oTXPlrXf/UvN
CMDUIU2MAl5OHGhKUt9m1DsUWoeqKoexH+N7+IRpmKL1FMgACNh3B9kWK+8xUmJC
mUqX8sOW3OOnneniK2eTZzjYwMl8QpYzOt/dIpomUuc1TGfRJ/SD7yklmxy8Y/Z2
q7TWPBi/PLzKhxF0FXM/nQi+k3bR5de6JfVLxrffYn231lTLcQXwzHs1tk6oC1dj
V5cmYWmXrWxNqTv8szl/1JSx9a+rhdMFdiitg4mdq2X4Ca9e9e8qPRZkZ9gdDgpY
iEU9ROio9Ja/wjJsL8ayC5IzAN7VzFw0GCkOM0emAYDx82IdyiJo4n/Lsz4FNtFJ
d5EZ4usABY98QJ2yKGuU9H6NEzuXwrU=
=tdGx
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope-dev] Site error

2011-09-12 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

You were asking that already weeks ago.

- -aj

Babylakshmi Muthusamy wrote:
 Hi,
 
 I have three web sites hosted in the same server with 4GB RAM and
 enough storage. The third web-site hosted recently requires high
 processing and heavy scripts are running. Basically one of the script
 communicates with 2 databases and fetches the results. The heavy
 script runs for 3 minutes. the CPU occupies 183% or more for that
 script. Until it complete the script the web-site goes down with
 proxy error, where httpd is running and zope is also running.  Only
 after restarting either zope or httpd, all the three sites are
 accessible. Could you please suggest me solutions to optimize the
 sites?
 
 Any pointers in this regard is highly appreciated.
 
 Thanks and Regards, Babylakshmi
 
 ___ Zope-Dev maillist  -
 Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev **
 No cross posts or HTML encoding!  ** (Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce 
 https://mail.zope.org/mailman/listinfo/zope )

- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJObey4AAoJEADcfz7u4AZj79QLvja01cbD+hume0gQjooLX/9k
RO0oFcPqSJrxrPaFmB2SYbevPnCCN3uIaOXcOsqBZM+nO0amTG8qVpUZl/YQP/NK
AtXbZXBgNu6cUePgZhQbxRJ/CXq2Uc4e5jWQUdnOttD0YeBHebJsi2e5vUsbxuc9
FzLOr1sDmYkOy5jDr1Y+5w7pbbb1CpoVLy2c46jAzwjtU9f1IRsot1UdLkJHu1DR
wEmjmd9mdN/tlyhzEpTT2krCWRTiMMTFt1v3r6jXkHpqssgQ4U8iEIVl/eedbNEr
RZ4HIpfQYfN00fCIHgaYsyiYnGVqH3RweeBuJLt7r6e3KNBtH4IVLG77k4ZaAZe8
LLQ9Gl8vR5DHIzV2h/EpG4/pAUgD+1faGRIK31mpfe0sc+9fg2+QdCSkA8Gi7PDh
H2QLwgie/AXnpUr6B5hjaYjF3NiWKZ9MqMxV8SLUSyq5NrM65HnYp0UKTTq1xAzq
H2rtz2u2VYC4ZWA3cSyIWEJsT3irnWo=
=H6l2
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Site error

2011-09-12 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Try getting help from a local company in India

http://plone.org/support/providers/by-country/in

or google zope consultant india or so.

- -aj

Babylakshmi Muthusamy wrote:
 Hi,
 
 I have three web sites hosted in the same server with 4GB RAM and
 enough storage. The third web-site hosted recently requires high
 processing and heavy scripts are running. Basically one of the script
 communicates with 2 databases and fetches the results. The heavy
 script runs for 3 minutes. the CPU occupies 183% or more for that
 script. Until it complete the script the web-site goes down with
 proxy error, where httpd is running and zope is also running.  Only
 after restarting either zope or httpd, all the three sites are
 accessible. Could you please suggest me solutions to optimize the
 sites?
 
 Any pointers in this regard is highly appreciated.
 
 Thanks and Regards, Babylakshmi
 
 ___ Zope-Dev maillist  -
 Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev **
 No cross posts or HTML encoding!  ** (Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce 
 https://mail.zope.org/mailman/listinfo/zope )

- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJObgaWAAoJEADcfz7u4AZjhUYLvjRLNe4KATeRNVM6xW71epgI
MoQaCCRTMouJUYFe34nzLb0n0foYWUd4NAZoHq1fbf7tLc6J/kQ0LMSooqA7R2Gf
5NXZd9MB/I9b19D+IvfE2H4uRniLQNEGqClzOXcPHJH00uO2XnWYl+AdeesQ7s5b
LQNxa78Ai3vlSwn3W9yhk5+J0IiRG9EnUkhWj3irlKVOjS7H8XCOergubdbThIDP
8+OCVkwzR8tnPdnRUC94it/15AlW+LxApGDnWoahzeYQChEa8dk3jxTx1k6o0R0a
4DJnGj0BDp3HTVO36VEzjtqn2+J30riO8R/UYg970gNC7WSTPfVYe2vpld879cqc
FLoRgWODyXEwhhDkhPLruUsxAZjo1tpy+bIhldGiwxIsb9Q5OQilnxJ1pOZpgNxn
CsEH7cAZy5razivX3UWtWiV3Y/mqigGURAPKwMx+lLYGVPpwZePmw7OBaPDtV2CU
zen8lsVhz8mkeFmxl/edZ4iGD/bHE0U=
=nh4B
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] web sites are keep crashing

2011-08-25 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Babylakshmi Muthusamy wrote:

 /usr/local/zope/ZoPe/lib/python/Products/PPD/Extensions/Fetch_Graph.py,

 
line 349, in Make_Graph
 Module PIL.Image, line 1717, in open IOError: [Errno 2] No such file
 or directory: '/usr/local/zope/PPD/architecture/domains/IL4.png' 
 

This is not a Zope issue but obviously a problem of your application
trying to load an image from the filesystem for processing through PIL.
I doubt that there is nothing we can do...your application, your code...
But I doubt that this error would cause a Zope shutdown or something
similar. Such errors are usually logged and the worker thread continues
to work with the next request. Such an error is not typical for a fatal
Zope server failure.

- -aj


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOViWsAAoJEADcfz7u4AZjrEMLugK4mb0HltgWBnfbdM3wYDh4
8Wmad/SD0HEHRqrvtZSZTSiKvDMKcQJu4FVyksRcU/VKCk3UzHcdfoVV/zk3uzfN
GbBgI5e4qO3xtctbt9VX5jcscOXoh8/BMB6YMlaM+AfzlO8riihzKg3TYOLSr1Jp
3pBC5lkOZSJ9E7QaEG6cWEt0fYzzJwN4ziWGURl7g4CrQdnm8Yvpx39bdA2xv+wt
jw2/gxbYU8lFwhZ+olRYpw/48OCdBzf9bOlE9cL/ZDUbp2vTGR35ZcPlOxo8OU6s
FldDZyg3IvlA4jnpib2oQid7Pt+dcUM4EYjusQwZlrXx8s26GTa4Q0d9XvMcxvto
LdXoDFUoFVwtOm6hBvxaggSr7lniJ6tfM6kxVRlZ4ypndFHAL0baq4J2nqNhJu6G
PGV1g/B3DYZM00/8Vfu7RQ4o6bHOULDX59ZRPdwAZ1qKlTjUC17H6RqQQ7AKGiP1
vYut2/6bcsfCHJYn5yV1ib+pMy1n5x0=
=zMXp
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] web sites are keep crashing

2011-08-24 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The first thing is provide accurate information like information
from tracebacks, core dump files etc.

- -aj

Babylakshmi Muthusamy wrote:
 Hi All,
 
 We have hosted 3 websites in a single web server with 4GB RAM. All
 the three sites were built using zope. Almost every day the sites
 are crashing with 504-proxy error. The sites are up when i restart
 the httpd and zope.  Why this happens all the time? Your help on
 fixing this issue is greatly appreciated.
 
 Thanks and regards, Babylakshmi
 
 ___ Zope-Dev maillist  -
 Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev **
 No cross posts or HTML encoding!  ** (Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce 
 https://mail.zope.org/mailman/listinfo/zope )

- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOVKl1AAoJEADcfz7u4AZjM34LwJuhrCrec1zeYpVOS33MHlqb
AWRYYzR/hok0PyWubNzCG8vguEliSjSCJekBzlGRfUTbP6iK4y2VMddOj3SEbzmz
PnOvZrbsOtt2pO/P8T1n6hM3X6Hrg148D5ZmA0SdsW8Gw6My1b8bJq9PQw6n0K6N
rhZLai/LWLmhIL01TZl/N1bh6+BYiLoN1HlcAjmP4zAGMtYK6caRQeJDgETb4LRL
bGkkEWx91aJP0RDL/Tgmq7zM/nQR/aWji+BIcpP8esdoz/PeVsZ8HHR5t1fovJYj
nfoSQVp53aVUyVc8MklLujGmHuJaroWDx901E36ecVhR6rQ+BG5CtTdXZ/y1JuGo
8EpfCSj/BD/3jTY1v9tbUM/vICp79FRjNIMeTLxLJIRP0MCbyc+UE4s18mma727+
IX6TfQtYAxgUhY77t7Qm5N8z2Oeoq6hDKQBhvnAhT+vOlssWXhMiSQ6Tv48/lT6y
Kyx+0kmCRrdajbCcdrWS+h7i2bx1HJM=
=wvGR
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] web sites are keep crashing

2011-08-24 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Look at the event.log file (or however it is called on your
installation). In general find your 'log' folder first (sniff into
your zope.conf file to figure out the location).

- -aj

Babylakshmi Muthusamy wrote:
 Hi aj,
 
 Thanks for the immediate reply. I am a newbie for zope. I don't know 
 from where we can get those files. Could you please help me
 providing file paths?
 
 Thanks, Babylakshmi
 
 On Wed, Aug 24, 2011 at 1:04 PM, Andreas Jung li...@zopyx.com 
 mailto:li...@zopyx.com wrote:
 
 The first thing is provide accurate information like information from
 tracebacks, core dump files etc.
 
 -aj
 
 Babylakshmi Muthusamy wrote:
 Hi All,
 
 We have hosted 3 websites in a single web server with 4GB RAM. All 
 the three sites were built using zope. Almost every day the sites 
 are crashing with 504-proxy error. The sites are up when i restart 
 the httpd and zope.  Why this happens all the time? Your help on 
 fixing this issue is greatly appreciated.
 
 Thanks and regards, Babylakshmi
 
 ___ Zope-Dev maillist
 - Zope-Dev@zope.org mailto:Zope-Dev@zope.org
 https://mail.zope.org/mailman/listinfo/zope-dev **
 No cross posts or HTML encoding!  ** (Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce 
 https://mail.zope.org/mailman/listinfo/zope )
 
 
 

- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOVMYTAAoJEADcfz7u4AZjHZ4LwJNocbnPGOLo/vbUQ4DtCTSh
sBgfl8vM+WqnxwGJwClr+fU0672UKhRwZKWOATBPis1Fkc2Oxj1QXSJfDZqPJ5Dk
rMUDCL3ImnOTfIxYkLV0CDp3P/KpDyZSBYFFsR5JURop0F9BNsaUFFWp1OUtaNSr
Rsr7CZIjZVEfGaSJBNmxz7+uE3DjRoZyqXZdkDVH2FtZO02RvFQjjVqguqGmeN1E
m8OziajlGLw0Ll6xU+OtP10Y9P8Y9AGznsY+msGeqngyRZZSQL4XXsUIpMVXW9Cy
f1BP2FSA0kNo01BGzR9EzBssvoKxiL2W7FPP87VM+8SU4wHGzPmHzYXri47tydpb
9qMGS3RCAOCBw001u+FxqOOLScNjnoYK/DTMz2KxQ/2pvaDxqnhl5BN/zHueo5ur
cnqPDYAMcQmpqGVhy9uvRu4AHWR0ARARNYFsdtrf209gO16so0HOcmSW1EikrxJT
udYCcFVG9uB6BNekhNTmRpxizsFoKLs=
=xKDv
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [ZWeb] zope.org move

2011-08-21 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

httrack should be the tool for creating a static site while preserving
all exisiting URLs.

Andreas

Jens Vagelpohl wrote:
 On Aug 18, 2011, at 17:54 , Jim Fulton wrote:
 
 On Thu, Aug 18, 2011 at 11:02 AM, Jens Vagelpohl
 j...@dataflake.org wrote:
 On Aug 18, 2011, at 15:45 , Mark W. Alexander wrote:
 
 It looks like zope.org has moved.
 
 Congratulations! The new site looks great. I see old.zope.org
 still comes to zope.com's servers. Are there any plans to move
 or deprecate that content?
 Hi Mark,
 
 Right now there are no specific plans for old.zope.org. As you
 can see from looking at the site, we tried to keep content under
 /Products (e.g. old Zope releases) and under /Members (member
 content and software) available for the moment since very little
 of it was migrated to the new site to keep the scope small.
 Can we spider this into a static site?
 
 
 Hi Jim,
 
 I'm sure if all the stuff that's currently public is spidered into a
 static site no one would complain. There's no specific reason for
 anyone to log in and access protected content, unless a sysadmin
 needs to fix something. If it's static I could immediately move it
 off to one of the ZF-controlled servers, too.
 
 jens
 
 
 
 ___ Zope-web maillist  -
 Zope-web@zope.org https://mail.zope.org/mailman/listinfo/zope-web

- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOUS+VAAoJEADcfz7u4AZjEu8LwNODR8+U5gb22suZrX7pH7jc
grGvxkWDUHvbQxq/pxMEW42V20wjdhdckvXp+wY0Q/AwyL2gpqm1tLg4xzN4Q50P
fI2R/fyWBo0jxSZt0/7olFR70iCDAz667ERZeWMAM6CRZjObzmDpH69//BJAg30L
ozuuLfGyLi+kcXUGswsxcAbWFdW2cE2UlawP9Aam6s3w9uN/vna/6TURB3YtAXXI
b+CzR5y+5bsMMnJ4IgSE6Yb8xVxZIpNDDHKvQ+cS5V/FfDR+RxJ9iL/Sk5gmPBfA
Yfl8FLmPZi9hHcSZ6YvvJ5FLOAFQJK2I0tRYyeV4BhanMzVrZ2oPzC/uX0OkEsFr
WPKzMxDoP/69TyY7/3p2ER+YJSut8U9MD4RlMAnLo6MBVDYsMz9DLeT5j7wYpdQN
LtyKwE7noYn6dTu+hK1UdixKqudpnWYhTvSIk0HR7c+VqOYgKxRU3qL6+GFh3aZZ
3E16JnvGZu14i/MTA2bZnr3OPOZ7ur8=
=A38G
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-web maillist  -  Zope-web@zope.org
https://mail.zope.org/mailman/listinfo/zope-web


Re: [Zope-dev] congrats on the new zope.org launch, but..

2011-07-11 Thread Andreas Jung



Martijn Faassen wrote:

Hi there,

Congrats on the relaunch of zope.org, I know it's been a hard slog!

But I brought up an item twice already and nothing appears to have been
done about it.


Sorry for not picking up your valuable input earlier.


According to zope.org Gork is more like ZPT than it is
like BlueBream. Griok is more like CMF than it is like BlueBream. This
is because Grok is listed under the grab-bag framework category.


I partly agree with you - I think Grok can be considered both as an 
application server and as a framework. I would not object to move Grok
to the app server section if you want it. The problem is more that 
grab-bag framework.  The ZCA is to be honest not a framework but a 
concept and ZPT is a part of the ZTK and all other frameworks.




I also mention that 'Application Servers' may not be the best heading
for the category which could contain Zope and BlueBream and Grok. Zope's
an application server, the other two are called web framework


I won't start a new philosophical discussion about differences between 
application servers and web-frameworks - any better naming suggestion 
for a category holding Zope, Bluebream and Grok?


Andreas
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] www.zope.org relaunched

2011-07-07 Thread Andreas Jung
Sorry, it will remain that way...we're happy accepting patches for the 
theme...it's on Github.


-aj

Cykooz wrote:

Ohhh, my eyes!!!
Please, replace image in the teaser (
http://www.zope.org/teasers/the-world-of-zope/image_0_overfull ), on
normal HTML code with text as text. Sorry, but otherwise it's a full
shit.

PS: Thanks to all who did this work.

2011/7/7 Andreas Jungli...@zopyx.com:

Dear Zope Community,

on behalf of the Zope Foundation I please to announce
the relaunch of the new www.zope.org web site.

http://www.zope.org

The old zope.org site will available for the time being
in (reduced form) under

http://old.zope.org

Many thanks to my team:

- Kai Mertens
- Michael Haubenwaller
- Jens Vagelpohl
- Johannes Raggam

Andreas Jung
Zope Foundation

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




--
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com

E-Publishing, Python, Zope  Plone development, Consulting


attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] www.zope.org relaunched

2011-07-07 Thread Andreas Jung

Both content and Skins are on Githubdo something...otherwise
it will remain that way. Sorry not time for UI discussions right now.

-aj

Cykooz wrote:

This is image not placed in skin. It is content of site and patch for
skin will change nothing.

2011/7/7 Andreas Jungli...@zopyx.com:

Sorry, it will remain that way...we're happy accepting patches for the
theme...it's on Github.



--
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com

E-Publishing, Python, Zope  Plone development, Consulting


attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] www.zope.org relaunched

2011-07-07 Thread Andreas Jung



Sylvain Viollon wrote:


   Great !

   However if I click on any links on the site, my URL changes to
   http://beta.zope.org/.



Just fixed.

Andreas
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope] www.zope.org relaunched

2011-07-07 Thread Andreas Jung

Dear Zope Community,

on behalf of the Zope Foundation I please to announce
the relaunch of the new www.zope.org web site.

http://www.zope.org

The old zope.org site will available for the time being
in (reduced form) under

http://old.zope.org

Many thanks to my team:

- Kai Mertens
- Michael Haubenwaller
- Jens Vagelpohl
- Johannes Raggam

Andreas Jung
Zope Foundation
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope-dev] direction

2011-07-05 Thread Andreas Jung



Martijn Pieters wrote:

On Tue, Jul 5, 2011 at 14:41, Hanno Schlichtingha...@hannosch.eu  wrote:

Ok, seems 4.0 is the more popular choice.


I don't agree. Let's go with Fibonacci and call the next release Zope
8, as the logical extension of the series 1, 2, 3, and 5!


How about

ZopeNG?

Waiting-for-some-beating,
Andreas
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] www.zope.org relaunch on Thursday

2011-07-04 Thread Andreas Jung

Hi there,

www.zope.org will be relaunched this Thursday.

The current www.zope.org will be moved old.zope.org
and replaced with the new site.

During the DNS transition and while working on the sites
you may encounter outages.

The transition will start on Thursday (Germany) morning.

Andreas
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope] www.zope.org relaunch on Thursday

2011-07-04 Thread Andreas Jung

Hi there,

www.zope.org will be relaunched this Thursday.

The current www.zope.org will be moved old.zope.org
and replaced with the new site.

During the DNS transition and while working on the sites
you may encounter outages.

The transition will start on Thursday (Germany) morning.

Andreas
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope-dev] versions on zope.org and launchpad.net

2011-06-29 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Jens Vagelpohl wrote:

 I kept wondering why Launchpad even came up for Zope2 download
 resources. I don't recall a discussion where that was decided. PyPI and
 zope.org are still the canonical locations.

Actually PyPI is the only canonical location for the eggified releases
of Zope2.

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOCuA/AAoJEADcfz7u4AZj0P8Lvin2YBANtR+j1hz5zhkmAVNZ
PYov+wrki/mhI6thaD2j4teyz/3lxmm/8Vm5xm9gix0M0o9m7EHLyiAAJ4shP1Wn
Xf3911JzGcJW453Sny3Y7S6ZiVIUrSgSkLSD8MtIAePkppD2g/GKnSenK4POOMuo
FYCie9kYgqtdA9wH2c9NLczvSgU+WGhWZpOMAaA2XzcaEtDsMxfyHhkCwa4Y6nQ0
27Mv0BiUwEaEWznl/Yort7WJL78QEvoY87Yda3vynfgnogWZrmvMWuK0mj98X8QK
SZ1bLUPw2+pvK0tMacKi0INDw8fzX09Qp54l8GQFLZ3JiDfN9LqDvHwl6wYyjHU+
OQ8RJBx9/Rn190CwoXIcnHqVbh0zuvuW5tmysb2f+XYoVcdySFkLDJyHUSJRLd1J
6NRhKJ+WSA75AGK6KmF77Fl/WHJqtZYK0gHeZvy900dMSc7f3Sd/e0HNMd8OJ/8R
q/yM6WWNg6tKpuvWxWPq0oRwq8hGA7w=
=uyQk
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope] Startup process of zope

2011-06-29 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Look at the code of the ZopeStarter class in Startup package of Zope 2.

- -aj

Marco Bizzarri wrote:
 Hi all.
 
 I'd like to know if the startup process of a Zope2 instance is
 documented somewhere. I'm looking for a detailed description of what
 happens from when I type ./bin/zopectl start in one zope instance to
 when I end with a number of threads waiting to serve my requests.
 
 Since I'm actually writing it, I'd like to know if I'm duplicating work
 from someone else; in case someone already did some of this work, I'd be
 glad to contribute, if there is any need to.
 
 I'd also publish whatever I've written up to now (mostly notes taken
 following the code), even though it is partial in italian (of course
 I'll translate it first) and quite terse.
 
 Regards
 Marco
 
 -- 
 Marco Bizzarri
 http://code.google.com/p/qt-asterisk/
 http://notenotturne.blogspot.com/
 http://iliveinpisa.blogspot.com/
 
 ___
 Zope maillist  -  Zope@zope.org
 https://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists - 
  https://mail.zope.org/mailman/listinfo/zope-announce
  https://mail.zope.org/mailman/listinfo/zope-dev )

- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOCwdvAAoJEADcfz7u4AZjGzgLwJFRxDWyox7o/r9FMSogmsWd
NtZHJbu4R5d/Vuol1tVPGhgsfGzrEEFxKMzF5iMULoSz1fNLMT989kjA8AHKGjvf
Aq/2C5TcVYmsgCPGMnUjXD8qOlMj0VpS2mRcCf4gm9q+F1ZvsAHuT3yQtEW6AehK
XPrX4GwK5WGADwsfT7IrMo967/VuG7e1aBKHXnc126FDOUYV4ULK1B9qKC6oQZvV
0O9mMBFynm/3GtljHKZ4tyY/YBNcQ6dDYYjADFdFiWQ+Y2jUgzmwvgk+FDtv+WNA
vU1xWyMYubM5s/vcEOdpKa2XUL65t1q3yly7AnxqLR/xE32NdCFP4hLzfWTdGba1
vl9TAVnTrRwzqw0Ds8qJn9aiw2fXdVi06Bw1YTy2T8pFPh7YK9uDbltqhNu7c6fW
MtSpYXTaGXbYMTmFkipbE0TTMG09HipCaKZySA29dGPC8ZGF8HQT0Q1gfVzsPzye
yWllmKvLWSuSXeoiHg6OUX14b8vMB18=
=7Znr
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope-dev] http://wiki.zope.org readonly?

2011-05-19 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Dear all,

edit spam across the wiki.zope.org wikis, gradually increasing over
the years, has reached multiple incidents per day, multiple days per
month. Current cleanup procedures take too much time (and are not 100%
thorough - spam remains in history) and I don't want to spend time
developing cleverer defenses. Therefore, from today making changes on
any of the wiki.zope.org wikis requires authentication (a zwiki
username cookie is no longer enough.)

This marks the transition of our wikis from those early, lowest-
possible-barrier-to-entry wiki days, to the modern era of mandatory
access control. :-/

Since there is no member management software in place to allow you to
self-register, to get a login you'll need to either

- - ask an admin to make one for you. The current wiki.zope.org admin
users are: Simon Michael, Andreas Jung, Baiju Muthukadan, Sascha
Welter, Michael Haubenwallner, Fred Drake, Jim Fulton, Ken Manheimer,
Kevin Teague.

- - use this generic login: zope, zope. The downside of using this a lot
is that edit history will become less useful.

Also, on wikis using the default skin (all but the zope3 wiki), to
trigger a login prompt you'll need to manually visit some restricted
url. Eg append /editform to any page, like so:
http://wiki.zope.org/zope2/Zope2Wiki/editform

I hope this will stop the spam, and not inconvenience editors too
much. Please let me know if you have authenticated and still can't edit.

If you are interested in improving this setup, doing any other
maintenance of the zope wikis, or taking over as zope wiki czar -
please step forward! I'd be happy to mentor and provide all needed
support.

Best,
- -Simon


Michael Howitz wrote:
 Hi,
 
 it seems that http://wiki.zope.org was set to readonly as there are no more 
 edit links (or they require basic authentication).
 
 Anyone here who is able to fix this to get the wiki back to r/w again?
 
 
 Yours sincerely,


- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJN1LrVAAoJEADcfz7u4AZjxGkLv1Nn7sGSlq8Z/rDq3QPDrZTR
d3vDMfeubCHnsmg9v1wZc8WhwzNzy4tfKu/kV+qeMfBxKRdDdXh/kvEGRHWiD3tz
lxuxSV7ewfGtzOvQtdIOLM+3LrHzfts5sI3pWbjS6NzyhaHt6rKKq66mGoLl1H6r
FzCipuPLR+ZM4fJxNb7Lyrx7yNWGAd3Mv2rr2LPkYfEIhos4ydhzfRRxio/Y6Nqj
5sQlwWYjlNW6VyPQWQT3fwMPSYUi0jjatrGYGFhhCgxOMtUaQes8rWWw+7cKWhig
DTVbEoenLMZVxaTggWzEm5UX6Ua/PJk70x60lHlvlZFHtaYnU/zQ+VCltRFZdvJh
u6Rkzy9qULY6Vz6j+FTC1o5n0qXwZj0Mo+3vrXMLl7LO/tDonJtv0YsZiXBvpMW7
DwwPYrrrIPPKUd1A1rnFZhemFNlJeIHMdg2JRgDOzBXDFZs4cD2f29m/DmpCXGl/
tnU+KMgg4j2C05eRom6U8TPXIjuQ8GI=
=UBe2
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope] application/json request in Zope 2

2011-05-16 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Baiju M wrote:
 Hi,
 
 How to listen for application/json request in Zope 2
 
 Is this project is the way to go ?
 http://pypi.python.org/pypi/Products.jsonserver/1.2a1
 
 Or is there any better approach ?

No idea. This might be useful as well:

http://pypi.python.org/pypi/dm.zope.rpc/0.2a1

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJN0R5cAAoJEADcfz7u4AZj4ugLwNs8yERDjpTo9Dle1Gft1AKn
212GlQirACIIrFKsSsZkhNJN/kmQvCwMl6Qo5S6XQKDL8+qBfq521wW+FvQuxtlI
AUUnNxBDmpUfs8Mr84dmlAi2ODC+JEaLnjMMZB+oZeckhLuK92u3HuJJuHNMp17L
4ONsAFHw4q0jI3GQhLQAoYz/kH6K8sgPpYKFHNwG/LRAleD0DXlvLvXuFS7F/Avl
FTm7TzfymxQk0JqzlGzfbhdtdsWBQuYL1kCgAqzau1mGyRn8j3jVc4wo1ErzH9Ui
kqE9rEsQegQkzafd3VjJwrxZQC4oDuANDc7+2SpSi9dOO0k0R++wjHufe5BUXyAC
K9bSkV6pJrqKeg3kHpXAJqb2GasDECUBmS/GGJHgYnPYL5lk3X4bcg3Nyx/p3cUi
WWSXQR+0Cp4wL82ncaqGwacd3vDkqoPL0T5V0HdV7t6b5g5yxr+kwnS3HntAmdBa
79AjzLEh743mV2UW7DcmBhJGmXTgU6I=
=BOrc
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope-dev] beta.zope.org (www.zope.org relaunch project)

2011-05-13 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Michael Haubenwallner wrote:
 On Friday, May 13, 2011 12:12:38 PM UTC+2, Charlie Clark wrote:
 
 Am 10.05.2011, 06:55 Uhr, schrieb Andreas Jung li...@zopyx.com:
 
  Constructive criticism and feedback is welcome _now_.
 
 Hi Andreas,
 
 along with others I'd like to thank you and the team for taking the
 time  
 to do this. The new site has a clear message and looks good - not
 sure if  
 the Zope logo should be repeated three times on the front page
 (surely the  
 word mark should not be part of The World of Zope) and there are
 some  
 spelling issues dekade should normally be spelt with a c; Python
 can  
 either be capitalised or written in quotes but not both...
 
 
 Thank you, typo fixed. We will replace the image with a better
 resolution and remove the quotes around Python.
  
 
 One thing that I think is missing on the resource page is a Products  
 overview - PyPI isn't really suitable for someone wanting to see
 whether  
 Zope (2) is suitable for them and despite what we now think about
 how to  
 extend Zope, the Products do provide off-the shelf solutions for many  
 situations; something that as developers we easily overlook. Something  
 like the Plone directory, probably implemented as part of
 zope2.zope.org http://zope2.zope.org,  
 but visible in the resources section. I suspect this means some kind
 of QS  
 is required as only too many Products will no longer work with current  
 versions of Zope and the onus must be with the Product author or  
 maintainer.
 
 
 A products overview could be added, but would need a commitment to
 creation and maintenance of content.

Agreed - this is something we could address later but it needs
volunteers and especially commitment - something I am missing sometimes.

Andreas

- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNzS5hAAoJEADcfz7u4AZjbFILuwTr+f76/a7g/2+jCEv/9bwN
9guWrl01sYHF/crOpYBctCTHxIlwGrIkH75QOGB2G3X9WIGGpk0Gq6M744c+tA1g
spa5dTYzljFo1IKUSQ59X5JtV2jWGENtUx8vExn9H5rM1gZOMME6lJLHnzexRyvC
5OMZtmYFLmDiUOgtWTeMx59UXW1xDkjLg3sbFMOcp/Nm7d82uNtp1ohKgIF7lI0H
cIc1Xo3rVNqnm9BJ0Xp0LzMVWXhA5PriEomulrI3HJp6jMF7cdAU/rvfD9TVIEGR
UVuQy3X/MElw4llMBqEijfC+cgo2yRO2Y+xM25iFFGIOfTC+SZHEmjWGS/L2ju+q
qy6AtiKEtQjpS7vbdFyEnb3gsIyK48JcXFUAikLWbaY4+K9TQGbO2fUOay9S43K8
VoFw8sZuN4oYhRCTsjCQXI4Uk9Dx7o7tadrLGSmBX+/tVKBRDbntwqM5/KMn3nyg
VdPymKs7eUWXRN+e7HMVlra9eVtFK/o=
=uI2Y
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] beta.zope.org (www.zope.org relaunch project)

2011-05-11 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Chris Withers wrote:
 On 11/05/2011 06:52, Andreas Jung wrote:
 How do existing Zope contributors help out?

 Please make your notes. We will pick them up and incorporate
 for the final version. Further changes should be made by the webmaster
 which is currently Michael Haubenwaller.
 
 This sounds a lot like we don't want your help, kindly go away.
 (Where your is existing Zope contibutors)
 

Please take a cup of coffee and relax.

I brought the project with the mentioned people to the current state
and I will finish the project with the same people. I am currently
no interested in further controversial discussions about the process
how to contribute to the final site. As said: feedback on the list
or through private mail to me or Michael is welcome but that's it for
now. Too many people involved in the core team of such a project is the
death of a project (see the old approach zope.org and the panties icon
discussions).

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNyiYmAAoJEADcfz7u4AZjLFILwI3iCYPT2i35FpqSLAa8iLfq
5lp7q3dpzt2WSYVoT9o3CfumKOma/XY32G0QPHlTl9myLbrdJ/AbaCv38Z2kkBpa
R3jjYjNvIkoVQYqRZxDEZ/Us9YlSWLjebfKoLly/HXlaYKYMpgb7oSy4T4PuvvUa
hhPEwQhJ6keiiHANrVsNcSnjm68Nir5QXFiYPn9/DOo/XtU5/6WPngpYyJ8N97Bd
q+MOw16W47dpCwm72tod06oiF7NTAt6f83fnV4uRK5VGmyphbUF6IB6tXC9Y+uVV
srwgsoH1nu8zpwerN2FzuMTq8OxIyxZy7dlktWJCsoxCoG4TcgJ0periKHvE1rxe
gzSFY/lqsYiMO9S9UR1BqTYOWF7tzu0OShzKGaHfYu32PFwql+VRTuYNY6BYlWVG
lM9SMGB4SG4WjcLEfwpNkbIKhrSoNORakRYOg8l+NG14cuLLT7GHR1e4jZHsBMCs
Yrew7ysVfhaReSW2Z3T9gSB59XGl6Mo=
=zKPP
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] beta.zope.org (www.zope.org relaunch project)

2011-05-10 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Leonardo Rochael Almeida wrote:
 Hi Andreas,
 
 On Tue, May 10, 2011 at 06:55, Andreas Jung li...@zopyx.com wrote:
 Hi there,
 
 I am happy to announce that we have made progress
 with the zope.org relaunch project. The first public
 version of the new site is now available under
 
 http://beta.zope.org
 
 Very nice work.
 
 I would just like to give a small suggestion, which is to have 301
 HTTP redirects from some non conflicting URL spaces on www.zope.org to
 old.zope.org, so that we don't lose search engine indexing and ranking
 of the old pages. Ex: the members area:
 
 www.zope.org/Members/itamar/CorruptedZODB -
 old.zope.org/Members/itamar/CorruptedZODB
 
 This should be very easy to achieve with a small number of Redirect
 Apache directives specifying permanent redirections.

This is planned.

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNyPagAAoJEADcfz7u4AZjFP4Lv3dl4CAwwaS17167nfc5q+WL
2WhkzCH1Fc/1scytSbFErvDxsbIcPjJzBApL+thcs59m+l69egOLCjD4com+xodN
FaHNMCE1TikUlnQ7oOMsjb20GGFt9+nWYqnDb7dBOyKtjss494pffbSE+Eb43VKd
FA1BvESJ+YVjSArvASy+yk6EPLrmHRZy/4MZNMd53IsjKxN073NYxDdfFcq3KOom
63ddjhZoXJwhK9d1EhiIR5KyKcFyBkISbKFwLukBEMjmzgYfl1sxuZY5W3ITnHDp
DwnEGPFzd0VyKmGyHqk+7sBZm0KgUk4KehnGTfGpFd7/ujUQwpzGEQoJ9UBCCAA4
7QuoPYnyo0/6PvYy9knSYiem/xgX7aJJLYaMZOMmRth4qPtljylKadG7IJnxRg4Q
VEoAQ3Y7HmDJeEnGDwesQkqSioZuC5Kcj8PXGq+CgfWwJWisDgd/MT8xSZ6yaXn4
g4vT9FUPgDeDdoXs1rqEcRSB53DtaZk=
=2l9E
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] beta.zope.org (www.zope.org relaunch project)

2011-05-10 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

William Heymann wrote:
 On Monday 09 May 2011, Andreas Jung wrote:
 Hi there,

 I am happy to announce that we have made progress
 with the zope.org relaunch project. The first public
 version of the new site is now available under

 http://beta.zope.org
 
 Some technical things I have noted for the site that would increase the site 
 speed.
 
 The server does not seem to currently be gzipping the content this makes the 
 page FAR larger then it should be. This is usually a trivial change on most 
 webservers.
 
 Many of the resources like the javascript look like they have a unique key, 
 if 
 that is the case the expiration time and the cache-control maxage should be 
 set WAY out in the future. When set far out in the future the browser will 
 not 
 even make a connection to see if the content has changed. 
 
 If possible the images used in the css at least should also get some kind of 
 versioned urls so they can also be cached indefinitely and just change the 
 urls when the data changes.
 
 The page would also be faster and lower load if some of those stylesheets 
 could be combined.
 
 You can get this information using yslow for firefox.
 
 Mostly I just want the site to run faster for new and returning users since 
 the old site can be pretty slow at times and most of the changes should be 
 fairly minor.

The current setup is a default Plone installation. All page loads take
less than 0.5 seconds for me and the default caching seems to work fine
for me. But there is room for improvements...nothing I care about much
at the current state.

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNyXRpAAoJEADcfz7u4AZjpAgLvi7NIfAD25NitTHqXCnoEsIj
Wq3QzVnv+cLoOMTVn2nBtd15h961P3uqHzW1JEyE9zc4+vtbpEU4XQvExjPiGgVI
UT+5I3GewYv9lFfZgsf67n5sQ1nfdzHvFoLHZpTEyVqvQedDzkQhGbUaX/7HB6Rd
6wiLy6VJ+Bbk/MbLr6IrQ8I27Mm+JPHaCYNq+lHB6XHnwRICWmqrfsEjmUs0+EFG
HOsVlPjUutyDFSsKz8RT0rSXPj9E20oC+LQ5NC3SglLeQ1YaQoQs8kMuFFM3PDIK
arKrUkmAjR1jlajIPGtNmOTF861d+DrpjIIZtWhHbnoTukze7ml67GaQheoxNy1e
h+1V0ezAhWnI25jXPTqYtmNvM21Sobu1digpi/3UTPRHQCVh13NtKJmz7YGCSQPi
zX+KCneQj+Zj+Gb6C+pP8Qsz+yjX0kMX+1nUx5UrqO7EWdAeP3hv4+8Fxy9V9akg
lL6VImf4C1II6C7g2QagrkKcsNvk/ak=
=c2wY
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] beta.zope.org (www.zope.org relaunch project)

2011-05-10 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Chris Withers wrote:
 On 10/05/2011 22:31, Jens Vagelpohl wrote:
 ...but this name doesn't resolve for me, does it for other people?
 The link is incorrect. It should point to www.zodb.org.
 
 Where would I got to fix it?

This is our task.

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNyiKVAAoJEADcfz7u4AZjh4YLuweGRP1htA9pk+SMuXvsfRqC
ts1R5Ti3CdovUjooZJ0LV04W+W/EMapgjM4NuueHf8WZZfLAxOdvUJHisXW6bqRo
iJjpls8T2InwKR6Nqk+6nhLJDuaaf6OyPc9+y2e+Hnb0c/vQ6y1VckW2G6MBz50R
OhvwrFJQqnWWObdjL4W6Kp4iadmZ2sBNOb+rVmB+mznNpflQOz0LlxuVsmCPW7It
tGwgc3KfLttEuetyJ1vwOuWwRjkBk09ScjP4AYCloJpjfJaz0ONK3o9gmwnbv4eR
rC6ynBRyyjVzy3AOruUWoW3dGp1Lac89aP8+zR7QH5pZQv1iVDaHtcGgEaNnXC80
lB59fy3eVtoH2kz//CWhJjDbFHgVr0zSow4GFwwgNZmD8YqAAZk7+qgRGze3lbJC
Uxorj/pdbs8WqorEky2siaj2aHj7iJFmb7CxlszsPeiJspKidM+wv5l3GgQi6Jnm
EFPPrBspPWUjOudZU78KMFVs/2Qua9U=
=jQHq
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] beta.zope.org (www.zope.org relaunch project)

2011-05-10 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Chris Withers wrote:
 On 11/05/2011 06:45, Andreas Jung wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Chris Withers wrote:
 On 10/05/2011 22:31, Jens Vagelpohl wrote:
 ...but this name doesn't resolve for me, does it for other people?
 The link is incorrect. It should point to www.zodb.org.

 Where would I got to fix it?

 This is our task.
 
 That sounds like a very closed answer :-(
 
 Where's the site in svn?

The buildout is in SVN, some other packages are still on Github.

 How do existing Zope contributors help out?

Please make your notes. We will pick them up and incorporate
for the final version. Further changes should be made by the webmaster
which is currently Michael Haubenwaller.

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNyiQCAAoJEADcfz7u4AZj8YkLwLLyckPN1i3d6Wls2bBjU7Te
IcqBvG8FOIXYzVw94XORNo53nuos2aCYDCkz27UvDyDR/vOgNEJOJm5ow0/8xjhe
xFL5w9ffhv7uGgg9zSkHRXR20y1aYQn8icEmNhhj4GOGkfl9UehKG8tphtUfvPZW
wiJOODnkMb28enCCibys398YBWJ6U+FA3hphBkeLcWLZH3ZHTkokp4qKEtcKhbDU
TYFOod7BXUrPBjTc3M/k0z57vWvkQpWfffw6xMx/xLB5biKD//6LXzr30p9IOFz+
tij4NIXtvZrnyketPouQoShvPycr9Y92whONtd5fYcK639vGiOQLyuJW3sUmmIPM
ZHHSSuXW98BN5FnYZzr25hGCWWvvSPx3f7ernlN6v2JIXcB/+dw8LycGfoZfSP3d
QIGw8g1ue+GJ6VLits/dcdeqeAR3uVluZcGpGI45wrNphwjZuUBkjusO6KUXvuiZ
Lr2CtBORRwWTZml9+HCOlUw/CBNCeys=
=17fm
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] beta.zope.org (www.zope.org relaunch project)

2011-05-09 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi there,

I am happy to announce that we have made progress
with the zope.org relaunch project. The first public
version of the new site is now available under

http://beta.zope.org

The basic idea behind the project is:

 - a minimalistic www.zope.org site giving a short
   overview about what Zope is - including all
   related app servers, CMSes, frameworks etc.
   which links to the related project sites (micro-site
   approach)

 - no more member contents on www.zope.org

 - the current www.zope.org will be stripped down
   to the current member contents and stuff that
   has to be preserved. www.zope.org will be
   renamed to old.zope.org later

Constructive criticism and feedback is welcome _now_.

I hope that we can fix the outstanding issues and integrate
further feedback over the next few week in order to roll
out the new site in the first half of June (2011 of course).

Many thanks to my team (doing the real work):

- - Michael Haubenwaller
- - Kai Mertens
- - Johannes Raggam

Andreas Jung
Zope Foundation

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNyMVOAAoJEADcfz7u4AZjTgoLvigFQqPKlnn9J97+wrQRJkdr
8ErOiV6LCmpQeNLGDVodq0Y4JGnfQELu0ByzRz+xdig3NDAY9WyKTcxjJqu7DJ4H
NnZ49dK47uvZaYbfq0kKjzIw9/FX092t5+lyVdiYst1d3JGEphz1iDsl+rySu4m1
xf3Zq5/+HH0xl2NPQ391dqPuoka+93ydygBfqR7TbBxr4t1GcbFs6vMhN5/13I7c
g/Q6CWCKlBOfdSnof+p1M/EHtLelst7LPHXluB5tLSQcbpbhd3vtV2x19+InNBWs
3vbaWz9EFPQVdgrAc8f3Npw6+t1tn2JMBlLEJtwLmaErqjgDA4MMEmOmJPqNDqYo
7fyVWy0+OFeJdrGtO6MOZvmkgTxp+DBYjCOqzhzBijoHGaBQz1RsfH8IrWqhI+Av
PRihsjM6ZBEhVcHyW/FIQfSvsYJCsim+xxcfkmUhUjXSD6j2h4BBjNnnyI2JRHkq
iu0A27ANzqZrHx8rRipFcU9gJqLtBfA=
=8/ed
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope] Zope Dates

2011-05-03 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

'international' only affects the format for parsing dates as far as I
can recall. Using strftime() gives you full control over the output
format. Your application should not rely on the default format. If you
need a custom date output format then define it explicitly in your
application.

- -aj

Richard Harley wrote:
 Hello all
 
 Hoping there is a quick fix for this - I'm trying to change how Zope 
 formats dates. I want dd/mm/ but Zope is forcing -mm-dd. I've 
 changed the format in zope.conf to 'international' but this makes no 
 difference. I know dates can be formatted at the front end (i.e. fmt=) 
 but it would be really useful to have Zope sort this out for me without 
 having to do any string formatting. Any ideas?
 
 Thanks
 Richard
 
 ___
 Zope maillist  -  Zope@zope.org
 https://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists - 
  https://mail.zope.org/mailman/listinfo/zope-announce
  https://mail.zope.org/mailman/listinfo/zope-dev )


- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNv+ZLAAoJEADcfz7u4AZjUBkLwKy594OzaZMRAMDZGL3nL9g0
H+jFAsQHWsEy/3UbKzo//Ogh9TgQHrEaFOAEk36/lS0iWjQ0kq7bWzreFWkzApb2
fVOWHoVwtIIcgItlxEl0zgu/XGA/rw+1cIK1yxEy45H2BHHhXP8B1CVRUpwatlrR
lIDN3KXo0vem8tOa/DGcUISbW4VFpQU63qNOKfW4+hU/HJcoFeFs+jqSWro8F2+Q
hghoSTSM5GtX9h0hksBNJaVK+0wcD59R2fQZ28QdCz+cuiTe97cG+MW9Wd+GDeq6
6bgi915KgrsSfwSZ+lGYr/FssPSiFtZk11xDJsvF0XKSw8JnxjmDvWIaT/gexVDC
iPYF9cNJXAsEXlvUZVxhr81BH9/HE/KAOh/hmDC3eg6FqqubmtjQRUp3mnvXnGwZ
LWjDm//FBv7BOtr7ftwiLPhpFPZTRh3kzANsLHkIb1o4rjeOo3L8pcQeBzQLRM8b
24b1CQOZvjBfMYgWj3yKYHggYllw1go=
=pvLD
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Logo Guidelines for Grok and Bluebream

2011-02-02 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jan Ulrich Hasecke wrote:
 Hi all,
 
 preparing a brochure about Zope and friends I would like to know whether
 there are any guidelines for using the Grok- and Bluebream-Logo.
 
 Am I right that neither Grok nor Bluebream are trademarks owned by the
 Zope Foundation?

There is no trademark on Grok or Bluebream owned by the ZF afaik.

The creators of the logos may have rights on the graphics.

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNSWQwAAoJEADcfz7u4AZjPooLwIc6syGNJuDQQM0MKgF/Fu2d
lKZnQ5yvsWL7S8i2zABbQ2FEBd2X1rZXiJl/V9ds/QU0ml9DssUvFH3DGS7LCS7c
cr+8dcLIBG97dx6TbKidMYkUQzb43M3GfnjltVWOt4Er/cD/8fjlCWyEgRFPDDKH
OHwLjEJ/lJm98V/5W63dmdo8BGyaVBPFuay5udF1gOD2prE0t92yUoJO7zHZkTSV
bihBBRJ4nDFu6dAM+CUr2NoE+LtJ0412SOt2Ev5ak8zCt5Ca2xhhJU2/3eVcQx/u
m2CBQJFdNb8GzE5leCD5YJyGnPc5cE4k3Gua4JdIyKHvB52rq5YG3PfdIUhWwuYi
09Yh+33BhSPw33N+CKtvgcBVePFAPC3FhqqRDI72p+dtrlGhBnUMxTfeH7k5BxxH
Fnr1CAmm6RqW/us+zDGPWOdlrtO8TDRzYqRZjC6WcelAgFjwnHRdlOtXUDeTrPPm
e3Zemd5w81w9Jr80XBGLc1/Gp11Ryb0=
=YUgv
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Logo Guidelines for Grok and Bluebream

2011-02-02 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jan Ulrich Hasecke wrote:
 Am 02.02.11 15:03, schrieb Andreas Jung:
 
 There is no trademark on Grok or Bluebream owned by the ZF afaik.
 
 ok.
 
 The creators of the logos may have rights on the graphics.
 
 While I know the creator of the Grok logo, I don't know the creator of
 the Bluebream-Logo. Any objections to use it in a Zope related brochure
 edited by the german zope user group?
 
 It would be nice to have guidelines on the websites.

I suggest to ask Baju or ask on the Bluebream list.

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNSWXtAAoJEADcfz7u4AZjZVILv0zWBWRX34oqXNxHfQYzP2rb
GTUXdWcNnpHYs2+rQCMGhbZ2yEik+z2ZBRPe7aSx4zC1bBGW3BaGl8OxahS6nvaX
l09Scias9kSgSKVdTEBAWoHYS4zS4EfwF5mgv6GBA9vjfzaDF0RF0cp7vxGC8Qb0
sYejxYvMgrSIKgUHV8FnvscWS6ikT/Z+odyb9N5uJdq0ezT4CJxx+snMEf1n5Jk3
p9YU4J1/NSgmZiNmCIWxtjit3afAb1ZGOxKXzAnF93uqrZEp3Hln5Nq8INiys5OX
tVgu6zU08Vfscx1bpHW6KGZx6ZjhOhJZRJ9NZncPqu8y/HTOKGg/wwwEFL83Klns
x+GFKpLptGd1j6oonfhG0poC9+khGEAQzafcSM4TNh0T/qO6zacdw4UEeK1ODsAS
unTHpTzCMpxoIRocFMsSIT/yuYubgRJq5oO6It4cykb01QbEaedldQ34id17Vd0u
GQXJyaJbaNFvRXUyoTWyjrITPZ6cVS4=
=OwSG
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Logo Guidelines for Grok and Bluebream

2011-02-02 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jan Ulrich Hasecke wrote:
 Am 02.02.11 15:10, schrieb Andreas Jung:
 I suggest to ask Baju or ask on the Bluebream list.
 
 I cannot find the bluebream list on gmane. I'll try the nabble gateway.
 But it would be nice to have it on gmane too.
 


https://mail.zope.org/mailman/listinfo/bluebream

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNSXyJAAoJEADcfz7u4AZj32QLvjChf0/vxUXLtXzgQfgg6czK
ReYgkH84h+Iroi3vS0avX7ZQ1s86Srf0BEBbgF6CPFvmLLnbPPL/TgPZMYVHZpqN
hmwa748C1MKHv+uTVy9SGOaYNV+zzH+wgUlTaafh1DgjNbnJo1RP72P+sTCSK/l4
8IGMJUiLzjcE+udyixRv4W7w7C7Eskz0vB+DW3acK4JGqbW3BILAGDbeIHO8UbnC
rPZq2XzBwkDNnDjkWXUhed2ka9QST2UU1QcnslV6SR4/lhEuQb6RvXQoTlApnMqi
JfKuOgqKcQwSXM4Lo77hI16kgzjfp0Ch+SySxDfAAm0sLklg6XOjAx+iE8DO6ee2
lheV1l7t8cRnPoQnZutWVo1zBAIp+JUJzVaFE+vyC4wFXZqfI6BrB1DBK5zrLgUS
K4Sk5Oo8qMBRD6teK/1F+e1fyZS3eafLvVmO4jPa60PNjik6RdphOyWmI1Ui8pOa
lkQt3M0B7Nbsu/mX3zZ55TWsUYNJS8o=
=Z2OO
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] MemoryError: out of memory

2011-01-26 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

You should monitoring memory usage over time. Obviously something
in your application is leaking memory.

- -aj

Jonathan Salazar Santos schrieb:
 Hi Comunity,
 
 I have been in troubles with Zope2.10.5-final since 4 moths ago,
 related to the MemoryError: out of memory (in the event.log), every
 three or fourth days (more or less) the Zope starts to say in our web:
 value error: Memory, and stops to serve some pages (not all), usually
 the pages that serve file contents (to download, convert to pdf or
 view online). I solve the problem (when appears) by rebooting the zope
 server, but its not a solutions, because I dont know when the error
 its coming ¿Can you help me to giving me some light to solve the
 problem? I have 2gb of RAM, and the server (FreeBSD) it says
 no-overloaded, just have 2 services, web(zope) and database(mysql). I
 think its something related to the cache memory or kind of (I changed
 some values in config file but not success). See some of my event.log
 
 
 Traceback (innermost last):
   Module ZPublisher.Publish, line 119, in publish
   Module ZPublisher.mapply, line 88, in mapply
   Module ZPublisher.Publish, line 42, in call_object
   Module OFS.DTMLMethod, line 144, in __call__
- DTMLMethod at //index_html used for 
 //suscribete/adminNewsletter
- URL: http:///index_html/manage_main
- Physical Path: //index_html
   Module DocumentTemplate.DT_String, line 476, in __call__
   Module OFS.DTMLMethod, line 137, in __call__
- DTMLMethod at //suscribete/adminNewsletter/third_header
- URL: http:///suscribete/adminNewsletter/third_header/manage_main
- Physical Path: //suscribete/adminNewsletter/third_header
   Module DocumentTemplate.DT_String, line 476, in __call__
   Module DocumentTemplate.DT_In, line 703, in renderwob
   Module Products.MailHost.SendMailTag, line 114, in render
   Module Products.MIMETools.MIMETag, line 198, in render
   Module MimeWriter, line 177, in lastpart
 MemoryError: out of memory
 
 


- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNQP9kAAoJEADcfz7u4AZjARQLv25A9rr7JyaaBg8SZDl1G1EN
t19RNt1nXOg4tw+6r82IhH8I55FH+RbP+dHI73DuNTVJuSPYg2s9xuRtfOMdyhE1
AqRTew6MK0paLaoRH9QtjWvPnhr4dnKSBn2FK4kRxzc0mKh9tTHefbwN+CUmGQmv
lO+t0ZVdK+SqUwcfG9BekjVr/VYXUukhkm6WzxLTBkOo67sT+fTk2i8fZ7QH3dDw
7q6f+dgOV0E1MWlQ1OeydEm+SAGo7EwqB1iaArCxwpJDN6YPLWQZk3DbA0kM9nNQ
U6YAKsBI5urwuOoLiFJYHSGwy91Wgm9uLkNicx7sQ0zyJnGdReFfMNcf0BQWlz8X
k0FGnaQ1oHo8qXGisgJPn1vZZxFlNtnnH7QLKk53lt4+9B6tBW3WI5RJXO9g+w2s
Us/vpTLEHamyjb9bZNVvFI6qqQ0TiV1CmmsMSiOsEBTD56i7oS6SA594RyM65d0R
BNUWKcU6pN/7W21MxhzGf3kLJirEgw4=
=WPMi
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Forum

2011-01-06 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Richard Harley wrote:
 Hello all
 
 Are there any current forums which integrate into Zope nicely? I have 
 tried Zforum and Squishdot in the past but I don't think either of these 
 two have been updated in quite a while?


There is no reasonable forum solution for plain Zope 2.

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNJb/GAAoJEADcfz7u4AZjwdQLv2ZU03N7MJvtOSPXP+A9ir61
s+n2NnvkXOKBXzOv5tq/qxGcMvGkgt4SR8Xin/nT/KI4B7S1KAc/0gKIDdKX+yDu
5QImZBM2et8w4hPeUX6Lv1RAGcL+PbWl25rFTR0ziqquriX90/xZf+v6HgMQixP8
m3zox69iolsHaC7+tS3dYlNlETedS1k0KBbksC34MAcy/U2fHoIH/5YAzinfnkL1
bv1n1kQYAJ3mkHkZ7YgVhppguPqe4vxQ/dkAAxkNOz2FHee0nEARgTljHv8BwsSj
RgQLehpCWgAiN6rxzTuZJ3v44L08Gd9zdiPGlhpRpO/zp5ihmVVNUHk8C5zDPgTT
jeGZx/iE3VQfY1IeZo5ylzz3L+lzQMpZe2vXAJiBwU8AjJkCfZPpnPOIw2zcGtAm
7N1tKzig5RGK0u2YYSR86jYls2WabbAhoRmoFXClU7eKrt0rm+YjsZ0cQVdzDeEy
Zf5MWmwbuantBdeQc6EqkidsbOWiqJE=
=2gOP
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Peewee and Zope

2010-12-30 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Using SQLAlchemy through some integration layer like zope.sqlalchemy
or z3c.sqlalchemy is fairly easy, well understood and supported.
I strongly recommend using such a mainstream solution instead of baking
your own integration layer for yet-another-ORM unless you are skilled
enough and having all the necessary Zope background (e.g. integration
of third-party backend systems with the Zope transaction system).

- -aj


Peter Bengtsson wrote:
 I'm interested in marrying my Zope app with Peewee[1]. It's a very
 simple ORM based on Django's ORM patterns. All I need is a
 non-persistent connection object in my app.
 To avoid reinventing any wheels, I thought I could maybe look at the
 SQLAlchemy or ZPsycopgDA packages for inspiration.
 Even better way to avoid re-inventing the wheel would be if there
 already was a package or some code I could try. Has anybody built
 anything like this they're willing to share? (nothing found by
 googling)
 
 [1] https://github.com/coleifer/peewee
 


- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNHKWGAAoJEADcfz7u4AZj0MgLvRz/paYzuFCgcprpG9KwE9HK
tGt3o3vPy+6t+7UHW3uupXn4cN1juH9E5SJ63LdVgTAzQo+XhVSleYa3ZUdLlPC9
1+gV/6VgCACy1LzdrpLJlmZtz+xMf8Z1Q16H0mAupPPAwWLOZ4Lp1w2F+rXWqOmV
7fD9v502LECJSA5RKPNne0cnwTSOoMmwHIA3jGWFhcrXrg5lGK77I56IrAqK73Ym
pUs+hfKnuh+agjJ1n02XGz67pM6tqbAoZmM/YcCj4WR4/zviOs1HeHB7S7UsMrnr
/klqCh+NYPzIAAYU2lDHapcGSrXQNIsW/m5I5rOHgjLvX0jF9snzRHRF+BXQ5n+o
urT9HL8bAlBd1kQBqlxNkwJMFD2YHmgaxI5mKcX4nsqkD/yS76JjngG3MgTESWea
Jc/dQRMvI1CbusR2akTnMLKvJth1Pj3HfbZniNaQuydsZUSzbI8fZEgR3hryt4EL
BAUUc9Q0r7i81vA1t8SKi7eVcdPlYQw=
=2IYm
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Trouble getting Zope 2.8/Python 2.3 to work in OS X 10.6

2010-12-23 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dan Gaibel wrote:
 I apologize if this questions belongs in a different forum, but...
 
 I am having a heck of a time getting Python 2.3.5 installed in OS X  
 10.6 (Snow Leopard server.) I need it for a Zope 2.8.6 installation.  
 OS X comes with Python 2.6.1 and I guess my plan is to have 2.3  
 installed alongside it.

Python 2.3 far too old...as far as I recall Zope 2.8 will also work with
Python 2.4 (but I could be wrong).

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNE2lzAAoJEADcfz7u4AZjcP8LuQFu2H58CKaptGpCedADqHu3
70tL9HSmiGEjbavlTC/mF78FkZTFZeRAkqDOe4etygomY1YnTo3MJNdtkuZ1qUWT
SznMhZ4cDMytak4sHcIWSOrjH7KVAE363udEDtunPr6kwe0vwDAZ/Ej7KJ4a+6hW
yihKffSZ82aIiXBLRftoDSqYMQHKzapH3Fm1WVE345CDc21b4OnTVcYErRHgeWnj
Y13KPTKdq/Nj7oj11o3j7TimkwKWlxVo8lu6CuxlKSw4tRJvN1sBDct2V3HyR+Qn
71momutGHaYvXjXizz081QFU+vKqJ9IQBjgj/jyRKPrU+uW/eVGNfvDKT26PPTFu
xNSkUau8Znh3sftb+jfgNF6XfkYfLPgiMGKmIvxDxaLGHv9TjDxEc8tuHCxaWIgm
QL+cDIzjPoXxE88VJIYc473ofuFMkjcra2/041K25yYxjIvnxfNbvMoJ2s7M6DDR
nTdlrR1B6brNGl4SVq7q7AHIYRj8CqE=
=DzrU
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Anonymous security

2010-12-18 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Brian Sullivan wrote:
 Yeah -- I rediscovered Proxy roles and that seems like the most
 straightforward strategy -- not sure if there counter indicators
 though that would make that strategy problematic.

Weird question - nobody knows about the code that you intend to write.
If you are granting elevated rights to anonymous users one must be
very careful...

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNDbboAAoJEADcfz7u4AZjCqELwMi4OtDJIWCmuSslPwVFfnTL
wYjrs7T+JSinAqQYGggsdFL+UzbP2Ai9JBoae3S0RUDhfh1mIKFCgUYNdgcc0QhG
GDQp5GUmDAQorTOnbLPiH5YWuGT8FN32rzy6co/8rZ5XQITQtYbtMyMxdiw5Mg8v
nPsS2TwgPVrWoA6F479cBVyzBaBbgnsQ0Wb/WdY44Y8xMGjqXRltgGw5WFuvHUl4
oGBnraHmzKISKAGLumwIz+94ackYjqtGmJLVe7UF+I5LniAm6LrRDw04lnOgAh2g
LDto2xdkynfhhZ5hOHVPJBa1nQoUSw2ipFZ+sVx9xlifKfycikp4dZukYhU/xeMr
tYdYhZbOg1WicyRb55PYe2ZKZylLwc+1mXdC2FMnPVbUdUV8CCFeP28AFG8Hfk75
YAeDmgwnThQhRvmL1Yvpeq0s18aofd04+Iah1yOSb0GZbBYUw99m+3QBXDYK0Z0G
s453ciFfFzGTswHFU36VMa+JFfitNP0=
=zRub
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Anonymous security

2010-12-17 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

http://collective-docs.plone.org/security/permissions.html#bypassing-permission-checks

(works only from trusted code like browser views or package code - not
from PythonScripts)

- -aj

Brian Sullivan wrote:
 I am looking at a situation (an online self registry process) where I
 want to allow a user that is not logged in to be able to create a user
  and do a number of other functions normally reserved for and
 restricted to logged in users with a fairly elevated rights. I need to
 perform these functions from a Python script.
 
 What is the best strategy for doing this? I am thinking that creating
 a separate python script that has elevated rights and allowing
 Anonymous access to it and calling it from a script that does not have
 elevated rights is the best strategy to manage it. Am I creating a
 huge security hole by doing this?
 ___
 Zope maillist  -  Zope@zope.org
 https://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists - 
  https://mail.zope.org/mailman/listinfo/zope-announce
  https://mail.zope.org/mailman/listinfo/zope-dev )


- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNDF54AAoJEADcfz7u4AZjP3ALv3Wf/qV13mgyzFz3Stm81tYg
PMe2v/mj2eYfLFXuPR4LhTnickMfRJJNdD/LYwOdK6GLgvh307GkM/0mrCrpeHoO
pIizuTuYhsl5ITdaUF3R+VcHlRmIZsNrYIEummmNAQjMW0hLA3XEefv9KvlV+P53
q6rzHq4n9T4JkKBh/QX0KiMVZOHeRjV1AnC3hXyqhbZCd8/pCgJDVsecbEBWlFrj
izDhb6q+THHsjzRTbKzljnXJw8/he8TeCbN8cmjrlAVW5UhO/AIRQ2ikPh2GybAl
pUSRuHux78+WRaw4av1WG+XBWVS1uZNmJnsNFPNr8NY7OE7hvSBttZTVzWmf9VyT
jHWkpNKRROd83mpfZuHh3m9Ei6v5AvCFzr5Lt1O/M4bH4Rki8aqRqyzDy9fYEIW1
+CAhxUN511v2zSmcpmLClhkErZQP3qp0uXi+TIAj+/tbrXs8I7/fOlo/VWXMzxNy
XM85seHdMYlWgsRbX/sVJKn5NOpqLsk=
=UTd0
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope-dev] Plain-text passwords in your ZODB

2010-12-16 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Marius Gedminas wrote:
 So, did you know that by default Zope stores a copy of every user's
 username and password in your ZODB, in plain text, on every login that
 uses forms and sessions (rather than HTTP basic auth)?

By Zope you mean Zope 3, ZTK, Bluebream ...?

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNCmr8AAoJEADcfz7u4AZjECgLwMBt7xcFw/WmgM3I6NtahSTI
OOQtb/lfg4MLIO4cpncdaISZCa6+g0JHgluDWNTtwwsP9t2FwAIWW/xSDqh6l8Ex
fh0BTd3za2LZBp3p6bkxqFq6PZwEw7kBnEX9T6N0R4dKTeBeKhWl3TGA9dmjlYzI
Tmy9nJp2qUN0svhVuRt/Ezvwl3ag36r6v6Hn3XVMGQOkAq4BOuXFeTugnlcSQ9dA
FfntsK1USQ7XiIxV/7vYGEiJYgoVAjVFGPzmpSfaIlyKTh/rLpbHn0J+Wom52ARx
1/JvWZ5gE+zkWT6WD+urNtw98wbJsF0LB4IxakahCfagBur/sowLZyKUomcUFRQB
EyeW3+9SBL0ZV8Zju4q6iV0SPUkDJUewIfWIpvzi50Tc3SdcwJXl/YKXRk3a1S7P
M6yH0fKfxPzwKl5F2Quttul8lI58ZlNX/UCBhbuq+5AoTJL3/+DboiRAqR1BMvcR
gz26Seni3bXJPZ4BjIgNsRUPu5cusAA=
=f+jf
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope] Openflow_ZPygresqlDA_products_broken_on_ZMI

2010-12-14 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Could you *please* stop with starting a new thread for the same topic?
Your Openflow problem already has *five* different threads on this list.

This is kind of annoying.

Andreas


Smita Kamdar wrote:
 Hi,
 
  
 
 As suggested by you I have downloaded all the zope products of the same
 version as they are on live to remove the mismatch of versions. But
 before I install those products on dev environment, I will have to
 uninstall all the products that I had installed earlier (i.e. on dev
 env). Earlier, I had installed all the products from the source tar
 balls. So can u please suggest how do I uninstall these products on dev
 env?  
 
  
 
 **Thanks  Regards,**
 
 **Smita Kamdar | NGN-SOLNS | TechMahindra**
 
  
 
 **Oberoi Estate Gardens, Chandivali, Andheri(E) Mumbai-72***
 **Office: +91 22 66882000 | Extn: 6185 ***
 
 **Email:smita.kam...@techmahindra.com
 mailto:smita.kam...@techmahindra.com**
 
  
 
 /A professional is someone who can do his best work when he doesn’t
 feel like it./
 
 *Go green: Don’t hit PRINT***
 
  
 
  
 
  
 
 Disclaimer:
   This message and the information contained herein is proprietary and 
 confidential and subject to the Tech Mahindra policy statement, you may 
 review the policy at http://www.techmahindra.com/Disclaimer.html externally 
 and http://tim.techmahindra.com/Disclaimer.html internally within Tech 
 Mahindra.
 
 ___
 Zope maillist  -  Zope@zope.org
 https://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists - 
  https://mail.zope.org/mailman/listinfo/zope-announce
  https://mail.zope.org/mailman/listinfo/zope-dev )


- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNB3cDAAoJEADcfz7u4AZjKmQLvRMo4QxwgxgwyhB0zmDhDYvQ
e5lS4nfwljTsKKYh84LSMi+9t6l2Kac4dyhlKNNFNSof2yxJAXjeFtz/eeE56Zpn
wX+qIVWxU91poT6EjamYRy1BW07Rtmg2IighlYVCuFwxyTESCx2L7+e/aEaNyQqa
YVbNS5fvMKoAjIGESVltHO02ajDYauapNAOdrUdxn/NDLIw6DuKAde5G2ndhn9Er
2jIbM1Z0Qq3kEd+t4lnTgqYSQgvr3p/5HAwP3pXmRpVQjJmF7qjioumjzkfzpdYr
YlMHT/3lbh8HnuFRW3ZwUF6BK2jJjgldOn9UsyuyOvW0G0goGImHUTixmNZk1wL7
cBVtr/fEjiw1zi44iAt3r2OaSY/D2PcLV59cRB53+9xh4A9OeaxcgRutQjBJnvn+
GHX064LC8QR9zUmmF7u3giM/ZAn2hz7OhCvrUfLfckZZrHagHoXxSqCiStGb78ny
oMa+wYxGjrmzFAenFyWUEPrvREoubKA=
=pp46
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] WebDAV lock in Zope 2.11.4

2010-12-02 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Brian Sullivan wrote:
 I tried that as well but it didn't appear to find the lock.

If Zope complains about an object being logged then it will
be findable through the lock manager in any case.

- -aj

 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJM+Jj2AAoJEADcfz7u4AZjBoYLuQEvCfW1JDE5fFG+nB3PEMSJ
uILDmrGlkGOXh9Eq6f9Kn+u7B0d76FMZCVcdXsRA+/sLRpPcFTxKptnemgE2ageI
SFa7HCo/6F7MVNPGe6T4N05Z4XbvcNONiNe1o4pB7jgK5hwe5WeVg/PeOwnbkwX0
FFTosh41xrAYX8CjcTnhQrrIl5Pf5AvDY7zhbVgpDrSK/HLyfSFFUJh9Ndkvjtzj
6BvJPDo+s2znUSoz6MQwYZzJ5zAizWyYsf7593CC6//Og6cPHUriJkFHRVkXZPEm
8FsPpj9724KDO8HuaOkM0OaQmf7i2L6Ky0DimVhLwbEsqALhRP60jPzMrE+QzCXk
z0nL0lD1hDyvzhhKgoZCbJlAA2CSufjHjl1uj+5aL0hemSyGF6072doyb6U4rSRx
tUwgUge9HCNjvkbf1j7Z7Tp8/QTx7Ykq30ugQXmBFNMEWMBEDIt7w5qQeRzu978B
h+kFaYGretU0P5drcNT34qGpY6byMik=
=DWEk
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] double opt-in or opt-in with confirmation.

2010-11-30 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Brian Sullivan wrote:
 I am looking for a strategy or samples (or even just a hint as to the
 best process) to create an email opt-in strategy in Zope. I am
 thinking that what you do is use some sort of hash or unique id
 creation mechanism (based on the email address, time or something
 else).
 
 Based on what I am seeing -- some sort of MD5(not totally sure what
 that means but I understand there are Python supplied functions to
 generate it) hash of a combination of the email address and date/time
 stored and then sent to the user should guarantee that it is unique,
 can't be auto generated by some bot and should allow verification on
 http access using the hash in the url?
 
 All the potential solutions I am seeing use Python 2.5 + -- the
 version of Zope I am using is based on Python 2.4.4.
 
 Anybody have any ideas or have implemented something like this?

As an example look at the Products.EasyNewsletter code.
In a recent project we implemented as similar functionality where we
generated 32 char longs strings (based on random numbers) and stored
the token in an external DB (MongoDB). Sending out a confirmation email
and implementing a view for validating the token through an URL
is straight forward.

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJM9ToyAAoJEADcfz7u4AZjUfcLwIl28L7mHM82x0NmLEizNHKc
qcFHi+rQshpg/DqiIgSiYPIgf+608LbbGX5B+ZR4ekBXQBaHJSuzy/kT/xPxlfO2
EaPYnk/ri93PkmGNHFq5ASz5amNn1kwNrOolM32iP24krbzP91vCujFGvIJ4izJk
UkacsI6CD8m7q+9StNPjs/uoHEb5ceHBwiC+u/ipBpAnhHNeum0BxNsWIsiQa/Ns
M5+ckS0wMfbyQ+FYEtA7+KnmSiDTnHmg0M0Ii3INXbEZgx9h7u+ezHDFpxU5V2UD
kYBf+3eTFu5rRmqbiHMNwnEzBHt1pe8QHPns3+3v15fi7b3i3r4x7PxHHDLbawQq
+wtLDlCBzz02vcKjHd0aItSTCxCPu3vOPgCY/hMpsCnz2ElQIgBb6Np0tl6Vt1D6
A3XIkM39X1+wOQUgiqWgylvKvYosx9rrUM+zJ3L6zNZt6YpaDT8+d3cA3hqBNMUA
fqRaDaMFL7xclCzB4BOUoEUYwHdjzC0=
=uy5J
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


[Zope-CMF] [PAS] CookieAuthHelper with expiration date for cookies

2010-11-29 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

We have the requirement within a project that a Plone user should
be logged off automatically after N minutes of inactivity (means
the authentication cookie should expire after N minutes).

CookieAuthHelper.updateCredentials() is in charge for the initial
setting of the authentication cookie. Adding an expiration date here
would not be the deal. However the authentication cookie
must be set with an updated expiration date upon every request (in order
to reset the inactivity timer to zero). Is there some way for hooking
this functionality properly into PAS? Otherwise I would have to
hack the ZPublisher somehow...(perhaps using Publisher events...).

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJM87XiAAoJEADcfz7u4AZjolELvi1lkGlMDqwYK8yX+lk907Q8
cueW0VQMTXPeFESHnPZPGGlVm63lm/5j7v5U1OzlC89gQoJji7rzWWMoW+Ixm/AB
5zuuWEvzFtlAGB9GslPwfkeLVxzaM1lqHhswSMl6Xq+bPHn310udOvfsn0Oh1DiU
OE5GOc1ci4WpWSu/UWg/H83W64qUAONpEeBMLPQ8JqGRQ+jvpIWV7+IUMp3P4nJw
6dZgveYuKbJZ93vCoQOr14Nfm5eLTrU9WwXr/P4HJEBx5ykRW5GY1wtVT4DTMxFo
+YDyEareqTu/uxVMhTLr9S9Fn1MVx5FL+vx7OGeEd7O1MTaMRuHNYKE91PAmRGMP
W7+L2dIC2V5dhiEXJb44pvJN+kAxCPhI4IyratnuYw9lbci5RhDOvTNzw2F9jyz7
uxybACTAcjCHZcHukii+Cx1R8lkxzteRoTTlS9WNiZT/axtM2pmqIyaePQS5AlSz
UGdnsqFkC8RObXeJ72qPK3mAPcMTzTs=
=Nsa3
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-CMF maillist  -  Zope-CMF@zope.org
https://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


Re: [Zope] problem installing Openflow product of zope on LINUX

2010-11-26 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

smita kamdar wrote:
 Hi,
 
 I am supposed to set up development environment for a project.  for
 that I have already installed Zope-2.11.4, Python-2.4.4, Egenix-2.0.6,
 Postgresql-7.4.13,  Psycopg-1.1.6 on a RedHat LINUX box.
 
  
 
 Now I need to install OpenFlow-1.1.0 in the Products directory of Zope.
 I tried installing OpenFlow source tar ball by the following instructions –
#


As said: OpenFlow is *very old* and *unmaintained* since years.

Loook for alternatives.

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJM8ArOAAoJEADcfz7u4AZjjUwLv2rAzcM+7KhTstMVXw/gUEQL
OKx5bGywpo3foIbTrQGC64yZynXZRVP6vmVBYHwKOVb1AQXXqbulaOadvoQU6XIn
wiJ/Kovgi69Sb0XUz8YnTso/fnk4uuLLIRpE6KGnJtXOjLf2du6krnIJsOyqTQ95
pQwsK8aLmxE9QP93hno71gxb2wbfdWyP3PbBRCTg+yzg0w9lkMn8z4Dav5pVOPla
naiScwJSZt2H+dymJyt99yHhPMfylGzGxlsTMR7gBj3QTd2HoTTG5ydXCODBsC8l
Z5mveHXKNh22RxSzeO9bdt8di75eEeGkeumJvSjwlkw7SQO5UMBXhyr8pnRvKUAm
NDe/QsDt8GUmAqfpda2AfzDxddnW0ek/wEbuns9Jlty8SZVqpNEw4NSvW8K7wYLz
islrgjG87NxPlGIvbPiW0Axr+aCuJrWEestM7bJwnAXkigPQvtPvyN2LeeNzdbvy
AWNnBzU6qFvzekoufYfrIoGMErLD1N4=
=4fUq
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope-DB] Zope-db[Zope_Openflow_installation]

2010-11-26 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

OpenFlow has nothing to do with zope-db. Please ask on the z...@zope.org
mailing list. Apart from that Openflow is dead.

- -aj

smita kamdar wrote:
 
 
 HI,
 
 I am supposed to install Openflow-0.0.1 on LINUX box. I installed it
 following the below steps –
 
 ./configure
 
 Make
 
 Make install
 
  
 
 After this I restarted zope, but still it is not appearing in the
 Product’s folder of Zope Management Interface.
 
 Do I need to do anything else for this?
 
  
 
 Smita Kamdar
 
 
 
 ___
 Zope-DB mailing list
 Zope-DB@zope.org
 https://mail.zope.org/mailman/listinfo/zope-db


- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJM78kNAAoJEADcfz7u4AZjC2oLvRf22v5kbJ1yJTsrsP1g7DtD
sZvBK93Ag6nYDCf1sgDbHdJgMS4eP4SnrixuehwmA/pqBORnzwlxYsYttj2A8ybU
ratPtOv6IpYFiONXopDvB1mfy3GrVFcT3ZAk+YBxCBWMNTgN17U3FTXWvHCnRDwG
+Pp478h5t1h2d9XuHDSCCnjNMPBLkMJVr996XjvflEt5ocYnoqV5BoEvqmGXcmE7
ZxBssaF+qf7lgtX1npBC3XwlCN+0CspkFK/EB5644T8JcGufNMvQXrqXgmsJfIPe
7bqsBl3BXcNER2F0ejvBdRoEXCOipoktKsV6e9qPSlQV2X6ystRQIDH/JxtGoY2R
vper09UdHCE+yxvQPgFTQfQ7IOZ2IhwjLRiYwlDsoSFQR93BNhQX16sbR8z4CAKp
fuUEeSJoxFCpWCS3cYuA0wWDoeRP3LmUfAHZgvkSKjBHjLcv+X2pZJNQKOle6dVn
ro81dD5Vwi/tLNOh7szaXC8bU3lbR20=
=enqb
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-DB mailing list
Zope-DB@zope.org
https://mail.zope.org/mailman/listinfo/zope-db


Re: [Zope-DB] Fwd: Zope_Database_issue

2010-11-19 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

you are resistent reading advices.

We adviced you to use psycopg2 instead of psycopg1

psycopg2 is a *mandatory* requirements for using ZPsycopgDA.

So please follow our recommendations instead of trying
the wrong things.

- From my experience: psycopg2 usually installs without major issues.

So use pyscopg2 *and* SQLAlchemyDA (as adviced already several times).

- -aj

smita kamdar wrote:
 
 
 
 HI,
 
  
 
 I uninstalled Psycopg from my LINUX m/c  now zope is working fine.
 
  
 
 Again I started installing psycopg-1.1.6  in the first step itsef it
 gives the following error:
 
  
 
 [t...@test psycopg-1.1.6]$. /configure
 
   --prefix=/opt/zope/psycopg-1.1.6
 
  
 --with-mxdatetime-includes=/home/test/egenix/2.0.6/mx/DateTime/mxDateTime
 
  
 --with-postgres-includes=/home/postgres/7.4.13/src/include
 
  
 --with-postgres-libraries=/home/postgres/7.4.13/lib
 
   --with-zope=/opt/zope
 
 loading cache ./config.cache
 
 checking for python... /usr/bin/python
 
 checking python version... 2.4
 
 checking python installation prefix... /home/test/Python/2.4.4
 
 checking python installation exec_prefix... /home/test/Python/2.4.4
 
 checking definitions in Python library makefile... done
 
 checking location of python library... $(prefix)/lib/python2.4/site-packages
 
 checking location of python shared modules...
 $(exec_prefix)/lib/python2.4/site-packages
 
 checking for gcc... gcc -pthread
 
 checking whether the C compiler (gcc -pthread   ) works... yes
 
 checking whether the C compiler (gcc -pthread   ) is a cross-compiler... no
 
 checking whether we are using GNU C... yes
 
 checking whether gcc -pthread accepts -g... yes
 
 checking how to run the C preprocessor... gcc -pthread -E
 
 checking whether make sets ${MAKE}... yes
 
 checking for inline... inline
 
 *checking PostgreSQL version... configure: error: missing PostgreSQL
 headers*
 
  
 
 Is it because of this error that I am not able to solve the issue?
 Because last time when I Installed Psycopg I faced the same error.
 
  
 
 How shall I progress?
 
  
 
 Please Note: Paths of the Directories where my installables are –
 
  
 
 Zope --à  /opt/zope
 
 Python à/home/test/Python/2.4.4
 
 Egenix -à/home/test/egenix
 
 Postgresqlà/home/postgres/7.4.13
 
 Psycopgà/opt/zope/psycopg-1.1.6
 
  
 
 
 
 
 
 ___
 Zope-DB mailing list
 Zope-DB@zope.org
 https://mail.zope.org/mailman/listinfo/zope-db


- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJM5n/5AAoJEADcfz7u4AZj86gLv2Grtv98HUMbESEX7D3dSO2Z
iJzOLDU0gs48MFkJdniFuzQ51JimGm0oWcYPN3syfRSwKAJX36gHAObj+RAI4pJP
XUQUFYEH17VkyE447xs7uaqodmvKSM8MMlpJ14rEc2TK7xtOPE+cF4g0ej07d7CR
6dABNDtz047mQ+OnDgPtFbMgVC39Mkj60mH1e0fwjZB+3as6vUZEmDPvAZ7r++0f
9D8BkSZwpwxkDSPRf+Qi/ddB5aR/tfu4FCU4v1TDb5Xre3b+vHm/7LdgtsHf1e86
SLUlJ8xvVVt84H6yApCYEsRr37hz2B6W6gp0USvDeOLCu6ujq8c+4f2rG8JNkByS
cqK1l8Puw5QGnw2GUJ7j29PDfPueeyYq3PsozPBtLI92VoD3Si0n3ofIqRBWJnD3
p58slqr7DoCkWwvJ7OFnSJCaHf3Kxf9USptyYb2aQu8ziuqClFYJZsba/BAuXLbW
1d2OlIwVjEDdYyLzt6ECUE6TxUy5xck=
=XZB7
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-DB mailing list
Zope-DB@zope.org
https://mail.zope.org/mailman/listinfo/zope-db


Re: [Zope-DB] Zope_Database_issue

2010-11-18 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Why can't you read short answers carefully?
Using the LD_LIBRARY_PATH environment variable is likely
the solution for your problem.

- -aj

smita kamdar wrote:
  
 
 HI,
 
  
 
 But I can see the library ‘ libpq.so.3’ in the Postgres lib directory 
 also while installing Psycopg I gave the same path of Postgres library.
 
 Now what else I need to do?
 
  
 
 Thanks a lot!!
 
  
 
 -- Forwarded message --
 From: *Andreas Jung* li...@zopyx.com mailto:li...@zopyx.com
 Date: Thu, Nov 18, 2010 at 1:14 PM
 Subject: Re: [Zope-DB] Zope_Database_issue
 To: smita kamdar smita.kamda...@gmail.com
 mailto:smita.kamda...@gmail.com
 Cc: zope-db@zope.org mailto:zope-db@zope.org
 
 
 smita kamdar wrote:
 
 
 *ImportError: libpq.so.3: cannot open shared object file: No such file
 or directory*
 
 
 This error message is self-speaking - either the Postgres library is not
 present or at a different place. Adjust your LD_LIBRARY_PATH as needed
 or fix the location of the Postgres libs.
 
 -aj

___
Zope-DB mailing list
Zope-DB@zope.org
https://mail.zope.org/mailman/listinfo/zope-db


- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJM5O7pAAoJEADcfz7u4AZjK8gLwIZv94X7RjlMa3J1mgC7RVk+
3KJh1jG9C0lMTnEITlY5lQXkYkD8UGoU9NffrOenjm3mtqyt8XOQxkhXoBBTLxBI
T7yQ31p0Pf+NySxKyDbz3v3KxAeUjSQLHhj7WUGBAR0pHNxgX/fOIsiV/hg+pkES
RGbQoyuHO4IaX99T8L9e/9X+hlCvCGjLQN/WTO+F+24tqorxybpOQ/EOPmB+EJU4
ZsP/CR0tUqAs8AQnE8WN6p7olHDauqp2SHW0148ozLts3LWi5/9iO4NusUagr/Jn
riXQej2Aytu/5C6PtezgPfFBxBp4qOeOic28x8AYF0FXNWGjSnMv5eXbaSWMc7tI
tS+wREk6EdQZZL9omxOdE/2U4t5tFqh4vkgk6ggLo2goOaMTz+/kQoHoyWEhFuN6
uJvAh+cK82NcBXmbGvS8nvbEoYVZe3PQUcvG/az+jUI16Y/vGBTXdiLwgFDcPY6N
irIcMoyEEDn+9bwRoKPwKxfcaBOJxRw=
=74eI
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-DB mailing list
Zope-DB@zope.org
https://mail.zope.org/mailman/listinfo/zope-db


Re: [Zope-DB] Zope_Database_issue

2010-11-17 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

smita kamdar wrote:

 
 *ImportError: libpq.so.3: cannot open shared object file: No such file
 or directory*


This error message is self-speaking - either the Postgres library is not
present or at a different place. Adjust your LD_LIBRARY_PATH as needed
or fix the location of the Postgres libs.

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJM5NlvAAoJEADcfz7u4AZjMjALwIyT4MD7KiqUYnM5vhCO6IMU
Q+h2qU5yjoY/6CjyEIKQ94ooSkjfBmNG0a3g1jlj62WyIUdBp9N0rw5fuL+W2bIK
KPhuJ8//JrWBoOCHk4M2waKG6EjZIarbsWZksYpcDJXkU25AcHVKAYmUMN8m4dTW
yFSOW8IhG5wM8O3In39/E1WiZm83eH/r0LsAWE43c54Ej+/Jc3TXMiUPHyvP0djB
Xktl44U8FXTaSl3T9OtBCpMzffEag9Rq+x2lcYphKjRZIUuXr5c3Vo/L+t8Cvq2W
p9k6Hpoj/wk+CfoWDBl5UKtBlI6hw3AuRCreufC5NcrOAYLSAi37DG/3thZnINag
t7PyGkXbSsMsg1G7RifxR+hZwDO/0g7RX7bytjzqX1y76l9xzXwyqfZwLL0RPIPq
/aZgRTLgdW2cBxSZlHNWHm1dw11bx01bPxM6rXUWp4s5IBH56E5WAjqD9Up/js7B
x3yt+iudq/v6LZ2afsgh6ykive4FM3g=
=QlHU
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-DB mailing list
Zope-DB@zope.org
https://mail.zope.org/mailman/listinfo/zope-db


Re: [Zope] Zope directory in the Cloud

2010-11-16 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Brian Sullivan wrote:
 Is it possible to use some sort of Cloud service as a directory in
 Zope 2 (I guess what I am asking for is some sort of product to do
 this)?

Directory? Cloud as storage?

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJM4q7AAAoJEADcfz7u4AZj4oMLwNvArkV897QPOjwrPUkfYM5a
/LZEMW0sU9H+XSiNaSJ0kgR8J33X/7jkXxp4xCVYGPuPb/Ged7CgPlz2lesUnzH8
+R/YCAkToVTm/mUP/roWOTAL5s5Ot1XQl7kqHwkCeozcl/q2flq02nsY39gKLVjq
SIVDZ+YZrxERAFmJ4SwAGFWzYyW65+6b+ItIMq7nTgjgU4teuYmfAONcBMotg7bK
auJpIgwEdR2JaZWEb1dZz/BsZKdGmb2u0BhuXYUGWCgocQmgzN3WTdOdrRKyZSpw
Dn8JZ1jSUOiziy2hiiRrQzLQHiuUvMtHu3D3Q5obu7cQ8kRjmVyCm8W4owvUedDT
ge7Cg2gOYYqz6a/6F0cDcMDqDzHunohkS8H9uQIS2Bxin7N/nkXix59HbGyKybHO
5d2yTKcVaF6p2C61PY6PUV8KJWnRhnIL90O76S2Hh6/Eqdu0gs6VT00/zEA51hsq
Iinpu9X/GUTtkyEnQrbQrjtbOxWm1Tw=
=z7db
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Zope directory in the Cloud

2010-11-16 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Brian Sullivan wrote:
 Brian Sullivan wrote:
 Is it possible to use some sort of Cloud service as a directory in
 Zope 2 (I guess what I am asking for is some sort of product to do
 this)?
 Directory? Cloud as storage?


 
 Essentially yes -- I would like to transfer the heavy lifting --
 delivery of content that will probably include video and other large
 files to an external server while keeping the management of access and
 tracking use apparently local (and simple hopefully -- using what I
 already have). I would like it to appear as a directory in Zope to
 avoid cross domain scripting issues.

If you have some service that maps to the local filesystem like iDesk
(perhaps even Dropbox) and you could stuff like LocalFS or a filesystem
directory view (CMF)...specific cloud storage implementation likely
require integration work with Zope (basically you need to wrap their API
into an ObjectManager-ish implementation).

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJM42f4AAoJEADcfz7u4AZjKNYLwIsBukY+2xzTZalGAYWAne5/
GxueD4PJAjaKf5h5RF6g00BhxKaviII0kfyge29lNIIxgTYcmt17kPI8+YnbhdVM
7LLtPl/nABpODyYbgXptwmuflhat5nG+VPYYjIF6pdQgE6srH1t3LD5p92DMyIN8
nrJDlEUEleV+UWN2XwdZxLnIqBVywKAgNvxYfhvLBIcL+YoIndMAQk8QABpKVgoQ
29dzImzLgum4oLD7uirntKyaDd6LC+EUq83bDBWc/vWtC3tsEgqFdhb4vAMq8Ryl
serwFuXSbjNgW5A+K+mjdxxELlQgzKzGxvBsR1e1NPPsMrjpATlFd4qwqse6suBG
O15ilNU4QPfz8m6uMKwvKuDVdvfY6+We8IpQggVzzE70NtXBOMTID4XPTbJcbwCH
I6DQWzemI+0doogMfY4VLVDPAfF7F2rK8CZ5TqpaWvp7Uv0d5d5lI8a294h8VtEX
KS0rpHrbY5eHx4q3GyeKo/XNshPtaXI=
=XkTH
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope-DB] Zope_Database_issue

2010-11-16 Thread Andreas Jung
Try using Products.SQLAlchemyDA instead.

-aj

2010/11/16 smita kamdar smita.kamda...@gmail.com


   Hi,



 I am a beginner in zope with no prior experience. I am supposed to setup a
 development environment with zope, postgres, python, openflow, egenix 
 psycopg.



 I have installed all of them on Red Hat Linux. All of them are installed
 successfully.



 I have properly installed Psycopg in the zope path i.e.
 (lib/python/Products)  that too with proper permissions.



 Now after installing psycopg, when I restart zope, I am not able to see the
 option ‘Add ZPsycopg Database Connection’ in the Zope Management Screen.



 And because of that I am not able to setup a database for the project.



 I request you to please help me for this. Any advice from you will really
 help me in a great way.



 Kindly suggest me something.



 Thanks a lot!!





 Thanks  Regards,

 Smita Kamdar


 ___
 Zope-DB mailing list
 Zope-DB@zope.org
 https://mail.zope.org/mailman/listinfo/zope-db


___
Zope-DB mailing list
Zope-DB@zope.org
https://mail.zope.org/mailman/listinfo/zope-db


Re: [Zope-dev] Zope 2.13.0 final released

2010-11-05 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Great work!

Cheers,
Andreas

Hanno Schlichting wrote:
 On behalf of the Zope 2 developers community I am pleased to announce
 the official release of Zope 2.13.0.
 
 Major changes:
 
 - Supports Python 2.6 and 2.7
 - Includes ZODB 3.10 - which adds multi-threading to the ZEO server
 - Contains WSGI support
 - Ships with the Zope Toolkit 1.0
 - A number of performance improvements in ZCatalog
 - lots of other smaller fixes and features
 
 For more details, check: 
 http://docs.zope.org/zope2/releases/2.13/WHATSNEW.html
 Release notes: http://docs.zope.org/zope2/releases/2.13/CHANGES.html
 
 If you have found a bug, please report it on Launchpad:
 https://bugs.launchpad.net/zope2/
 
 I would like to thank all people having contributed to this release.
 Special thanks to Tres Seaver for bringing WSGI support to Zope 2,
 Jens Vagelpohl for his tireless bug-fixing efforts and Yvo Schubbe for
 testing the pre-releases against CMF and helping out with bug fixes
 and some new features.
 
 Hanno Schlichting
 Zope 2 Release Manager
 ___
 Zope-Dev maillist  -  Zope-Dev@zope.org
 https://mail.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists - 
  https://mail.zope.org/mailman/listinfo/zope-announce
  https://mail.zope.org/mailman/listinfo/zope )


- -- 
ZOPYX Limited   | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope  Plone
D-72070 Tübingen| Produce  Publish
www.zopyx.com   | www.produce-and-publish.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJM1DUeAAoJEADcfz7u4AZj8skLwOGbh32LMr8dyQRtRvPpPzhT
7PRaD6mgWSYQyFS4u5qO2J9vVziNw6mbLANFLq2lBSxDGf6Gp5E8A3EpR/w51N+0
Y5S/iS/Kb1qMPxEV1TBf/Ai8dXio0tPZCE6dp5610Tfv3HPP4mFi/Owi3EbcFZ5J
tJMjFuQYYLhpX5mwp0yRY1WgKxIfDoE207pZW53+RjuUNTqthXIH6zRTeZjj2u04
ehnAQeD19mhML/gco5I04BQktU33WmQv8VgtJu2M8nMEvW2wxoCWjWepABVQ/mlZ
1w7JSzT3gsNnR9MCxuNLfXQ4lbKN8Mn3+RsIwOfnxYFoayaCO7AtWd2JvPDrIb6G
zc1tcsIbqmnfMG9ZeEsPwOgO16+rG4AaAlEfEv2LpKo2Qp0nZY3quImGHFcKS4op
44cq1+nOqAV9jP+06LZwCcgOn5eXfHlNHTU8SS6mGyJxg4KYI5NH3C1hXws+RdkH
7oc0/hT1n5srmuvliHKeuFM2KRooaAo=
=J7f6
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope] Zip Folder

2010-11-03 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Richard Harley wrote:
 Hello all
 
 I have been using Zope 2.9 - which works with the zip folder product. 
 Now I upgraded to Zope 2.13 but the zip folder product does not work. 

Does not work means what exactly?

- -aj


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJM0V1rAAoJEADcfz7u4AZj/qkLwJMsGGhUo70cHkmeSKBkgC8i
9UArhVfwinY9mF3laKb8ZebHbipytViCtfM8ZHSgSZlh/ZfT45BfsdREMQaCw5Vw
m4ayC+ekqWdG/x4Tf/23njXfksQjTKlqu6dHxSbbqEgzX3wPEK4NPPdaMa68n1P1
0ADs6oVQDxdzTlNe81T/j03Bdg8apOHErpLOg07VbYcGqMHzRTc7wPDdYPFA22si
+MOtRry4cx4i0YzLfAQhLQqhWSdv/uWSEejz4DC+VOs8iQzliiUHUJSar8pL81Eo
/nPW+Ngi5H537EUxxfTBGTA19X/f6HlG7opPEfibskylPaYRdvoZVP6Y8r46bl54
lU3y7MIgyQiyPnQlyrNZwtMQYEL8Uh02M0QhBlpaXKA29Dg+cIMmoXcUotQ+nbAL
CNVc+QmxBPLI1jiX85p6yp4LyLyuR4wFDqcA8PYRyBjzqdvFd4j58pbaHg5mMloQ
U4v95uUbh4jidGVdwETfiPvlBVkCMt0=
=VWvl
-END PGP SIGNATURE-
attachment: lists.vcf___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


  1   2   3   4   5   6   7   8   9   10   >