RE: [Zope] A ZClass for LaTeX documents

2000-10-23 Thread Max M
't to ugly. Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] work: [EMAIL PROTECTED] - Specialization is for insects. - Robert A. Heinlein ___ Zope maillist - [EMAIL PROTE

RE: [Zope] SuperUser cannot own ;-)

2000-10-24 Thread Max M
accidently removed view privilliges for administrators in a folder, at that time I was very happy to be able to log in as super and restore those proviliges, or else I would have had to remove the directory and start fresh. Perhaps it is also to avoid trojan horses being executed by super. Max M. W.

RE: [Zope] dtml-in returning null

2000-10-24 Thread Max M
y to do that?? dtml if InMethod dtml-in InMethod input type=text name=Name value="dtml-var name null="Name Here"" /dtml-in /dtml-if will probably suffice Max M. W. Rasmussen,Denmark. New Media Director private:

RE: [Zope] OT:NT and rebooting

2000-10-25 Thread Max M
finish one more project then I will upgrade from my old KDE1.0. Max M ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo

RE: [Zope] Displaying Folder Contents.

2000-10-30 Thread Max M
-call "REQUEST.set('resultList', [])" dtml-in "Projects.objectValues('Folder')" dtml-let folderContent=sequence-item dtml-in folderContent.objectValues() dtml-call "resultList.append(title_or_id())" /dtml-in /dtml-let /dtml-in dtml-re

[Zope] My Items will not show themself in manage_main (objectItems)

2000-10-30 Thread Max M
esn't show up in Itemlist on the "manage_main" page. So I cannot edit the items that I have added. I only get the: "There are currently no items in XXX" Why is this? is there any special methods or something that I need to create for the Items to show up in "objectItems&

RE: [Zope] Getting class hierarchy in products

2000-11-02 Thread Max M
, when calling objectValues() you can give it a parameter: objectValues('Folder') or for several "Meta Types": objectValues(['Folder', 'Image']) Regards Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] work: [EMAIL

RE: [Zope] dtml-in over the output from my method

2000-11-06 Thread Max M
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Hicks I am trying to create a zope product in python but have got stuck with using the dtml-in tag to iterate over a method (or is it a function? I get a little mixed up) of my class. Here is the method, def list_messages(self):

[Zope] Persistence triggering

2000-11-07 Thread Max M
= self.list + [item] Regards Max M Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] work: [EMAIL PROTECTED] - Specialization is for insects. - Robert A. Heinlein

RE: [Zope] Persistence triggering

2000-11-07 Thread Max M
the wrong way around things. Naturally it will have no effect on my own class if I set that value. So I guess I will use that. Thanks for the help. Regards Max M ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No

[Zope] acessing parameters in a helper class

2000-11-07 Thread Max M
mments(self): "returns a list of all comments" return self.comments --- Regards Max M Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] work: [EMAIL PROTECTED]

RE: [Zope] Can't delete products

2000-11-08 Thread Max M
it there too. There might be exceptions but I havn't meet them yet. Regards Max M Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] work: [EMAIL PROTECTED] - Specialization is for insects. - Robert A. Heinlein

RE: [Zope] acessing parameters in a helper class

2000-11-08 Thread Max M
't def __init__(self, comment, author): self.comment = comment self.author = author Thanks for the info Max M Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] work: [EMAIL PROTECTED]

RE: [Zope] why DTML confusing

2000-11-10 Thread Max M
use "sequence_item" etc. together with the other for a while and then drop the old form. It is the single most annoying thing in dtml, and as far as I can see in the source it should be trivial to give all those sequence-* a sequence_* name also. Regards Max M Max M. W. Rasmussen,Denmark.

RE: [Zope] problems reading tar file

2000-11-12 Thread Max M
-rename it to *.tar.gz and Winzip will do the right stuf. Regards Max M Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] work: [EMAIL PROTECTED] - Specialization is for insects. - Robert A. Heinlein

RE: [Zope] Newbie question(s)

2000-11-12 Thread Max M
this (untested): dtml-call "REQUEST.set('itemCount', len(objectIds()))" Regards Max M ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.o

[Zope] [ANNOUNCE] New Minimal product How-To

2000-11-12 Thread Max M
If there is ANYTHING that is unclear please tell me about it. (Use the " Feedback to this page's author" link in the bottom of this page.)' Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] work: [EMAIL PROTECTED] -

RE: [Zope] Newbie question(s)

2000-11-12 Thread Max M
having seen any other way of doing it. I expect that better days will be here with v.2.3 as we will get Python Methods, or whatever they are called. I am also still looking for example code using manage_delObjects. Sorry I cannot help there. Regards Max M

RE: [Zope] Zope declining?

2000-11-12 Thread Max M
lve harder problems in 2 minutes. If only somebody better would take 2 minutes to solve some of my questions :-) Regards Max M ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! *

RE: [Zope] help

2000-11-13 Thread Max M
user in acl_user in your Zope root and give that user Manger rights. Then you can do what you expect. Regards Max M Btw. You should probably use a more descriptive subject in your e-mails. It was by coincidence that I opened it. "Help" isn't terribly descriptive and tim

[Zope] PropertyManager

2000-11-14 Thread Max M
Does anybody know a good example that shows the working of the PropertyManager?? An example with a product that subclasses the PropertyManager and sets the "_properties" and the "__ac_permissions__" would be preferable. But anything will do. Regards Max M Max M. W. R

[Zope] Problem with Python Script in Zope-2.2.x-to-2.2.4-win32-x86.tgz or in my brain???

2000-11-27 Thread Max M
I just upgraded Zope on my Win 2K machine with Zope-2.2.x-to-2.2.4-win32-x86.tgz But I cannot find "Python Methods" or "Python Scripts" anywhere. Is it me being stupid or is the product missing from that tarball?? Regards Max M Max M. W. Rasmussen,Denmark. New Me

[Zope] Finding PARENTS in an external method.

2000-11-30 Thread Max M
RENTS=None): To get a list of the root's Folder's, but no luck. Regards Max M Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] work: [EMAIL PROTECTED] - Specialization is for insects. - Robert A

RE: [Zope] Dreamweaver

2000-12-04 Thread Max M
her though. I believe Dreamweaver 4.0 is better in this regards. Regards Max M Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] work: [EMAIL PROTECTED] - Specialization is for insects. - Robert A

RE: [Zope] Which Python versions are supported?

2000-12-06 Thread Max M
releases? Perhaps I just missed it, but it would seem appropriate for this information to be in a prominent place (i.e., Zope's download page). The current releases of Zope is suposed to use Python 1.5.2. It might work with Python 2.0 but it hasn't been officially tested. Regards Max M Max M. W

RE: [Zope] Another Zope E-Commerce Site Online

2000-12-06 Thread Max M
been tested) Regards Max M Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] work: [EMAIL PROTECTED] - Specialization is for insects. - Robert A. Heinlein -Original Message- From: [EMAIL PROTECTED

[Zope] Re: PIL Problem

2000-12-13 Thread Max M
. I got this working pretty fast, as PIL is very well written, but I cannot find a way to transfer my Windows truetype fonts to PIL's proprietary format. Bummer. regard Max M --- buttonList = {} buttonList['02_home.gif'] = 'Ölwechselung' buttonList

RE: [Zope] site structure (fwd)

2000-12-14 Thread Max M
it in regular Python I would use special classes for special layouts. That is hard to do in Zope. Regards maxm Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] work: [EMAIL PROTECTED] - Specialization is for insects

RE: [Zope] site structure

2000-12-14 Thread Max M
. ie. you should put an empty "header_script" method if needed. Regards Max M ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.

RE: [Zope] ZPatterns

2000-12-17 Thread Max M
explanation, I figured you were a regular ZPatterns user :-) No such luck. I am too busy right now to learn new stuff. Has to get a project or two out the door first. But it sounds very interresting so I will give it a go in the beginning of the new year. Regards Max M Max M. W. Rasmussen

RE: [Zope] tuples in DTML

2000-12-27 Thread Max M
] String 1 String 2 String 3 Now, how do I iterate over the list in DTML? dtml-call REQUEST.set('the_list', External_Method(REQUEST)[0]) dtml-in the_list blah blah dtml-var sequence-item dtml-in Something like the above ought to work. Reg

RE: [Zope] [python] converting int to string?

2001-01-07 Thread Max M
From: Jens Vagelpohl in python you can do: str(int) and in zope you do it like _.str(int) You can also use the short form in both Zope and Python: `int` Two of those funny `` characters surrounding what you want converted to a string. Regards Max M Max M. W. Rasmussen,Denmark. New

[Zope] My own alternative interface to a propertysheet in a zClass gets redirected to the original interface

2001-01-07 Thread Max M
e to avoid it? something like: I thought i could just set: input type=hidden name=DestinationURL value=edit in the alternative form. dtml-call "REQUEST.set('DestinationURL','edit')" dtml-call manage_editProperties(REQUEST) Regards Max m Max M. W. Rasmussen,Denmark. New Media Director priva

RE: [Zope] My own alternative interface WHOOPS that got mangled

2001-01-07 Thread Max M
d just set: input type=hidden name=DestinationURL value=edit in the alternative form. Do I have to make a new page to avoid it? something like: dtml-call "REQUEST.set('DestinationURL','edit')" dtml-call manage_editProperties(REQUEST) Regards Max m Max M. W. Rasmussen,Denmark.

RE: [Zope] Design/DTML question

2001-01-10 Thread Max M
'batch-size']/2)" dtml-var meeting_date /dtml-if td /tr /table Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] work: [EMAIL PROTECTED] - Specialization is for insects. -

[Zope] PrincipiaSearchSource() dtml-method and Catalog

2001-01-14 Thread Max M
var2 +var3" #2 --- dtml-var var1 dtml-var var2 dtml-var var2 regards Max M Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] work: [EMAIL PROTECTED] - Specialization is for insects. -

RE: [Zope] How do I authenticate through pcgi and win2000 ????

2001-01-15 Thread Max M
I just wondered if there is an "AUTHENTICATED_USER.authenticate(userName, password)" that I could call from a form. And then bypass all that IIS mumbo jumbo completely. Guess I will have to dig the sources. Regards Max M Max M. W. Rasmussen,Denmark. New Media Director priva

[Zope] Strange structured-text behaviour in Python Product.

2001-01-15 Thread Max M
I have a Python product where I have a variable called self.description but when I try to show it with dtml-var description fmt=structured-text the text doesn't get formatted. Is there any good reason for that? It shows the text just fine, just not as structured-text. Regards Max M

RE: [Zope] Putting a variable in a redirect call

2001-01-17 Thread Max M
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Yvonne Totty I need to replace the URL below to a partial dtml-var and and an address, like so: dtml-call "RESPONSE.redirect ('https://www.mysite.com/scripts/zope.pcgi/Anywhere/COMTemp/'+LUserOut+'.do c')" to: dtml-call

[Zope] Setting the sort var in dtml-in ...sort=sortVar

2001-01-17 Thread Max M
getAllComments() returns? Yes I could roll my own but it would be easier to use Zope's, if I knew how to. regards Max M Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] work: [EMAIL PROTECTED] - Specializat

RE: [Zope] Setting the sort var in dtml-in ...sort=sortVar

2001-01-18 Thread Max M
From: Dieter Maurer [mailto:[EMAIL PROTECTED]] Max M writes: Does anybody know if it is possible to programatically set the sort parameter in something like: dtml-in getAllComments sort=fwd_thread There is a product on zope.org that enhances sorting capabilities drastically. Unfortunately

[Zope] Security error when inserting object from my own Python product in objectmanager

2001-01-18 Thread Max M
cancel it inserts the object just fine. So it kind of works, but it looks somewhat sloppy to get a page full of errormessages when inserting an object. ;-) regards Max M Traceback (innermost last): File C:\mxmZope\lib\python\ZPublisher\Publish.py, line 222, in publish_module File C:\mxmZope

RE: [Zope] Mental disconnect help: Zope objects vs. Python objects in ZODB

2001-01-18 Thread Max M
-To that'll get you at least some of the way in understanding it. regards Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] work: [EMAIL PROTECTED] - Shipping software is an unnatural act

RE: [Zope] Using images as submit buttons

2001-01-18 Thread Max M
Untested but tried: script language=JavaScript function submit(){ self.document.formName.submit(); } /script a href="javascript:submit();"img src="submit.gif"/a Regards Max M Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] wo

RE: [Zope] What the f*ck went wrong...?

2001-01-19 Thread Max M
t; directory. I cannot imagine that it would be difficult. regards Max M Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] work: [EMAIL PROTECTED] - Shipping software is an unnatural act ___

RE: [Zope] PCGI and MS-IIS on Nt5

2001-01-29 Thread Max M
embers/4am/SiteAccess2 It can change your links so that they will match the ugly /scripts/zope.pcgi url that you get through IIS. Regards Max M ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTM

RE: [Zope] RESPONSE.redirect

2001-01-29 Thread Max M
elsewhere than the first page you want shown. Or you could make a delay in JavaScript and after that do a self.document.src = "new/url" Regards Max M Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] wo

[Zope] Re: Does anyone care whether we deprecate ZClasses?

2005-04-05 Thread Max M
. Please do drop them. Besides, I think that most people are starting up on Zope using a cms like Plone, and in there I believe they go straight for archetypes. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ___ Zope maillist - Zope

[Zope] DateTime(), locale, summertime etc.

2005-04-07 Thread Max M
;-) So it seems that there is some magic going on where Zope tries to take locale and summertime into account. Is this configurable somewhere. In Zope, Python, as a command switch or in a config file? -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science

[Zope] Re: DateTime(), locale, summertime etc.

2005-04-07 Thread Max M
Max M wrote: I have a product where I convert some external datetimes to zope DateTime() objects. I save them as UTC as zopes DateTime does by default. But when these are rendered, the time is offset by two hours. Ok. I was unclear here. I convert from datetime objects (python) to DateTime

[Zope] Re: Does anyone care whether we deprecate ZClasses?

2005-04-07 Thread Max M
Chris Withers wrote: Jim Fulton wrote: I think ZPT and python scripts are much more useful tools for newbies who will often enter with a scripting rather than OO frame of mind. Wouldn't that be ZPT and adapters ;-) -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science

[Zope] Re: DateTime(), locale, summertime etc.

2005-04-07 Thread Max M
Max M wrote: When I convert to DateTime objects, they are saved as 9:00 Universal. So that is correct too. Ok. Turned out that I have misunderstood zopes DateTime(). It saves in UTC, but it still needs a timezone. So converting datetime objects to the local timezone and then converting

[Zope] Re: How to convert Zope instance charset?

2005-04-24 Thread Max M
to sort correctly. Or file a bug in the collector. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists

[Zope] Re: How to convert Zope instance charset?

2005-04-24 Thread Max M
that before sorting. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman

[Zope] Memorysegment error in Zope

2005-04-26 Thread Max M
to these kind of problems, having been spoiled by Python for too long. regards Max M I have attached the connection pool code in the bottom. ## # a borg/singleton for pooling connections. # Necessary as login can take a looong time class ConnectionPool

[Zope] Re: Memorysegment error in Zope

2005-04-26 Thread Max M
debugging. Nothing is more fun than debugging something with a 20 minutes timeout :-s -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts

[Zope] Objects loosing persistency

2005-06-14 Thread Max M
to the ZODB? -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo

[Zope] Re: Newbie Questions - many-many relationships? Zope 2 or 3?

2005-06-16 Thread Max M
or guidance you could provide - it'd be greatly appreciated. Use Plone and references instead ;-) -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope

[Zope] Sharing global data between threads / locking a method

2005-06-27 Thread Max M
has completed. So it allways returns 'Sync done' and calls long_test_function() What am I misunderstanding here? Isn't it the right way to share global data? Or is there some kind of locking going on under my nose that I am to blind to see. -- hilsen/regards Max M, Denmark http://www.mxm.dk

[Zope] Re: Sharing global data between threads / locking a method

2005-06-28 Thread Max M
Dieter Maurer wrote: Max M wrote at 2005-6-27 15:53 +0200: ... So in a external method/module I have a function like this: BUSY_STATE = 0 def sync_in_progress(busy=None): global BUSY_STATE if busy is None: return BUSY_STATE else: BUSY_STATE = busy Note

[Zope] Re: Adding a zope product

2005-09-02 Thread Max M
. If you are starting from scratch learning Zope, and you don't want to use one of the frameworks, it would be far better to start on Zope 3 It's better coded, easier to understand, more futureproof and probably better documented. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad

[Zope] Re: Adding a zope product

2005-09-02 Thread Max M
Peter Bengtsson wrote: you registered the manage_addminimal function for creating the actual object, but what about the ZMI form that lets call manage_addminimal? It is not necessary in this case, as the function sets the id and adds the instance. -- hilsen/regards Max M, Denmark http

[Zope] Re: Can I use datetime and timedelta in zope?

2005-09-05 Thread Max M
Zope DateTime to Python datetime, Zope DateTime is allways utc return datetime.fromtimestamp(DT.timeTime(), LocalTimezone()) -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ___ Zope maillist - Zope@zope.org http

[Zope] Re: Zope iso-8859-1 to utf-8

2005-09-13 Thread Max M
will be finding all the attributes, but perhaps you can write a method that can help find those properties for you using introspection. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ___ Zope maillist - Zope@zope.org http

[Zope] JSON for Ajax applications

2005-09-23 Thread Max M
like dicts, lists, string, numbers etc. to transfer data. It is really simple to generate for Python programmers, so it is very simple to use in Zope too. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ___ Zope maillist

[Zope] Re: JSON for Ajax applications

2005-09-23 Thread Max M
Jean-Marc Orliaguet wrote: Max M wrote: JSON (JavaScript Object Notation) is a lightweight data-interchange format. this is used at 100% and more in cpsskins for Zope3 (cf. z3lab.org). You might also have a look at Jim Washington's 'jsonserver' for Zope3 and its implementation for Zope2

[Zope] Re: Using the set object within page templates

2005-09-27 Thread Max M
, default=_marker): if default is _marker: return getattr(self._obj, attr) else: return getattr(self._obj, attr, default) def __getitem__(self, key): return self._obj[key] -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science

[Zope] Method cache (Memoize) for Zope

2005-10-09 Thread Max M
def some_function(self, *args, **kwargs): Returns cached values return self._cache_it(self._some_function, *args, **kwargs) But I guess that there must be someone who has allready written a more generic way to do it via generators? -- hilsen/regards Max M, Denmark http

[Zope] Re: Can HTTP and WebDAV share port 80?

2005-12-08 Thread Max M
/VirtualHostBase/http/www.example.com:80/plone_instance/VirtualHostRoot/_vh_webdav/$1 [P,L] So that the webdav port can be gotten to at: http://www.example.com:80/webdav -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ___ Zope

[Zope] Re: Zope vs Plone: performance issues!

2006-01-24 Thread Max M
Chris Withers wrote: Me? I couldn't _possibly_ comment ;-) Mr. Chris FU Withers, you might very will think so. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman

[Zope] Re: Packing data.fs programmatically

2006-01-31 Thread Max M
scripts? -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman

[Zope] Re: Need Urgent Help

2006-03-08 Thread Max M
rate d8) LOL! -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org

[Zope] Re: Upgrading to Zope 2.9.1

2006-03-10 Thread Max M
if plain Python worked that way :-( -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science Phone: +45 66 11 84 94 Mobile: +45 29 93 42 96 ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts

[Zope] Re: Problems with .po files

2006-03-13 Thread Max M
. It probably doesn't like windows line endings. Try to use an editor that can convert to unix line endings. Eg. Crimson Editor is free, and ok. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science Phone: +45 66 11 84 94 Mobile: +45 29 93 42 96

[Zope] Re: About Archetypes

2006-03-15 Thread Max M
, but very nice and really fast once you get to know it. http://plone.org/documentation/tutorial/archgenxml-getting-started http://gentleware.com/ (Poseidon) -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science Phone: +45 66 11 84 94 Mobile: +45 29 93 42 96

[Zope] Re: display results from external source in zpt

2006-03-15 Thread Max M
://site.ac.uk/cgi-bin/tasks?uid=$uidfmt=plain;view results/a Basically we would like to run above somehow but all results are returned within the same page. This might be what the doctor ordered? http://www.mxm.dk/products/public/mxmProxyTool/ -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's

[Zope] Re: Zope + Apache on Quad Debian machine

2006-03-15 Thread Max M
processors that shares the zeo server. That should get you a lot of the way. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science Phone: +45 66 11 84 94 Mobile: +45 29 93 42 96 ___ Zope maillist - Zope@zope.org http://mail.zope.org

[Zope] Re: Zope + Apache on Quad Debian machine

2006-03-16 Thread Max M
... but thank you Jens for spending all that time writing an email that doesn't help any1 at all...!!! Sarkasm against a long time, and helpfull, list user will not help you any at all. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science Phone: +45 66 11 84 94 Mobile: +45 29 93 42

[Zope] Re: Zope + Apache on Quad Debian machine

2006-03-16 Thread Max M
is locked down exactly as you'd like... With a 4 GB machine that is probably not a problem. You can usually run quite a few sites with that much memory. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science Phone: +45 66 11 84 94 Mobile: +45 29 93 42 96

[Zope] Re: How to convert characters that have special meaning in HTML to HTML character entities

2006-04-06 Thread Max M
rendering the string in a html page. Any ideas how I can achieve this? tal:content=structure d_stand_replaced_chars -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science Phone: +45 66 11 84 94 Mobile: +45 29 93 42 96 ___ Zope

[Zope] Re: Questions on ZODB BTrees versus bsddb BTrees

2006-05-04 Thread Max M
the previous version. So the real creation date is lost somewhere in space-time. But ZCatalog has allways been part of Zope as long as I have developed in it. And that is since sometime in the nineties. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science Phone: +45 66 11 84 94

[Zope] Re: Render DTML inslide ZPT slot

2006-06-16 Thread Max M
python.context.some_dtml_method(here, request, **options) / -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science Phone: +45 66 11 84 94 Mobile: +45 29 93 42 96 ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope

[Zope] Re: Need prof. tool for conversion html-pdf

2006-06-22 Thread Max M
be automated. Then make sure that your Plone output can be converted via that tool. This turned up many interesting tools: http://www.google.dk/search?q=html+pdf+conversion -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science Phone: +45 66 11 84 94 Mobile: +45 29 93 42 96

[Zope] Re: Improved Zope Org Proposal

2006-06-27 Thread Max M
somewhere. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science Phone: +45 66 11 84 94 Mobile: +45 29 93 42 96 ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding

[Zope] Using property() function in Zope 2.8

2006-07-06 Thread Max M
' print p.tester() -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science Phone: +45 66 11 84 94 Mobile: +45 29 93 42 96 ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding

[Zope] Re: Using property() function in Zope 2.8

2006-07-06 Thread Max M
ComputedAttribute. That's probably what you want if your class is an ExtensionClass. Yeah. I remember too now. I don't think I have used one of those since 2000 in plain Zope. Thanks. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science Phone: +45 66 11 84 94 Mobile

[Zope] Re: Zope behind iis

2006-08-24 Thread Max M
, twice shy!) Hmmm ... then try making a mistake in your apache httpd.conf and turn on proxy by mistake. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science Phone: +45 66 11 84 94 Mobile: +45 29 93 42 96 ___ Zope maillist - Zope

[Zope] Re: zope or python reading big or little Endian...

2006-08-28 Thread Max M
Allen Huang wrote: can anyone help me with this? I have a file that is written in a combination of big and little Endian bit-coding, can does anyone know how I can translate using python or zope? Check out Pythons struct module -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad

[Zope] Re: newbie -- creating a Product

2006-11-06 Thread Max M
-May/159291.html If your are using Zope 2 and is a newbie, do yourself the favour of starting with Zope 3. If you want to work in zope 2 you should use Plone as a base, and create products with Archgen XML (AGX) There are no advantages in using plain Zope 2 anymore. -- hilsen/regards Max

[Zope] Re: newbie -- creating a Product

2006-11-06 Thread Max M
. I have done Zope for +6 years, and I would not dream of starting up a project from scratch in Zope 2 anymore. I did not say that Zope 2 was useless. I still spend most of my time working on Plone based projects. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science

[Zope] Re: newbie -- creating a Product

2006-11-06 Thread Max M
migrating to Zope 3, but it really is the same goal! This will take years. But it is happening. Eg. any new development in Plone will be in Zope 3. At least afaik. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ___ Zope

[Zope] Re: newbie -- creating a Product

2006-11-06 Thread Max M
). There is a *lot* more documentation of Z3 than there was of Z2 when I was a newbie in that... -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross

[Zope] Re: newbie -- creating a Product

2006-11-06 Thread Max M
releases. They are practially only about bugfixes and Z3 integration. Core Zope 2 development has practically grinded to a halt. New developments are taking place in Zope 3. How is that not an outphasing? -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science

[Zope] Re: newbie -- creating a Product

2006-11-06 Thread Max M
Andreas Jung skrev: --On 6. November 2006 20:01:55 +0100 Max M [EMAIL PROTECTED] wrote: Well the problem is that Zope 2 was never easy for beginners either. And by now it is starting to get phased out for Zope 3. BS A case of bear says that in the next two years (1. Jan. 2008) the vast

[Zope] Re: newbie -- creating a Product

2006-11-06 Thread Max M
Max M skrev: Andreas Jung skrev: --On 6. November 2006 20:01:55 +0100 Max M [EMAIL PROTECTED] wrote: Well the problem is that Zope 2 was never easy for beginners either. And by now it is starting to get phased out for Zope 3. BS A case of bear says that in the next two years (1. Jan

[Zope] Re: newbie -- creating a Product

2006-11-06 Thread Max M
is good advice. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman

[Zope] Re: a question about aq_base

2006-11-29 Thread Max M
') Is a lot different than name = getattr(obj.aq_base, 'name') In the first example you don't know if the name attribute is an aquired object or an attribute on the actual object. Which can make for uncontrollable results. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad

[Zope] Re: Urgent Help Required......

2007-01-15 Thread Max M
/~esr/faqs/smart-questions.html#urgent -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http

[Zope] Re: Zope products that allows people to Add Commentsto publications

2007-06-29 Thread Max M
are too used to minor versions breaking stuff. The upshot of the dev team moving their time and efforts to zope 3 is that the zope 2 base stays very stable :-s I have some stuff from years ago that runs unchanged on recent zope 2's If it it aint broke ... :-) -- hilsen/regards Max M

[Zope] Re: genealogy product?

2007-09-07 Thread Max M
of the data and see how it pans out. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http

  1   2   >