*** zagy has quit IRC | 00:10 | |
*** projekt01 has left #zope3-dev | 00:26 | |
*** yota has quit IRC | 00:40 | |
*** jhauser has quit IRC | 01:36 | |
*** stub has joined #zope3-dev | 01:41 | |
*** bradb is now known as bradb-away | 02:05 | |
*** MiUlEr has joined #zope3-dev | 02:34 | |
*** MiUlEr has left #zope3-dev | 02:35 | |
*** SureshZ has joined #zope3-dev | 06:22 | |
*** douglasc has joined #zope3-dev | 07:13 | |
*** douglasc has quit IRC | 07:21 | |
*** SureshZ has left #zope3-dev | 08:18 | |
*** zagy has joined #zope3-dev | 09:24 | |
*** projekt01 has joined #zope3-dev | 09:28 | |
*** hdima has joined #zope3-dev | 09:30 | |
*** yota has joined #zope3-dev | 09:41 | |
*** SuperPhly has joined #zope3-dev | 09:45 | |
SuperPhly | hello all, i've been a zope 2.x developer now for a little while (4 months) | 09:45 |
---|---|---|
SuperPhly | and i was going to take a look at zope 3 | 09:45 |
SuperPhly | i've installed python 2.4 and the newest zope 3.1b (i think) | 09:46 |
SuperPhly | How do i get it running and perhaps take a look at the ZMI (if that still exists) | 09:46 |
*** bcsaller has joined #zope3-dev | 10:08 | |
*** d2m has quit IRC | 10:09 | |
*** d2m has joined #zope3-dev | 10:12 | |
*** sashav_ has joined #zope3-dev | 10:40 | |
*** Alef has joined #zope3-dev | 11:06 | |
*** Alef has left #zope3-dev | 11:28 | |
*** timte has joined #zope3-dev | 11:35 | |
VladDrac | superphly: the same way as with zope 2.7 actually | 11:39 |
VladDrac | follow instructions to build the stuff and use mkzopeinstance + zopectl | 11:39 |
*** The|uni has quit IRC | 12:27 | |
*** efge has quit IRC | 12:45 | |
*** efge has joined #zope3-dev | 12:45 | |
*** philiKON has joined #zope3-dev | 12:46 | |
*** anguenot has joined #zope3-dev | 12:47 | |
VladDrac | getting crowded here | 12:48 |
*** anguenot has joined #zope3-dev | 12:48 | |
VladDrac | we must have won some new souls at ep ;) | 12:48 |
philiKON | naaaa | 12:50 |
*** J1m has joined #zope3-dev | 12:54 | |
*** J1m has quit IRC | 13:17 | |
*** mgedmin has joined #zope3-dev | 13:21 | |
*** povbot has joined #zope3-dev | 14:08 | |
SteveA | use some_interface.extends | 14:09 |
VladDrac | it's just a matter of knowing the API :) | 14:09 |
SteveA | use some_interface.extends() or some_interface.extends(strict=False) | 14:09 |
VladDrac | ok, sounds simple | 14:09 |
SteveA | depending whether you want to include that exact interface or not. | 14:09 |
sashav_ | what zope(3) related tools are there for translating from one xml to an other? | 14:42 |
srichter | none | 14:47 |
srichter | you can use Python tools to do that | 14:48 |
srichter | there are many alternatives | 14:48 |
srichter | Zope 3.2 will include lxml | 14:48 |
srichter | which is a library on top of libxml2 | 14:48 |
sashav_ | ok is there any products I can look at to see a good approach in z3 model? | 14:51 |
srichter | well, it totally depends on your use case | 14:52 |
sashav_ | just need some source code to look at :) xml1 -> xml2 -> sent to a product I have | 14:53 |
sashav_ | I am on z2.8 so I can use z3 stuff | 14:53 |
srichter | you can look at zope.configuration.xmlconfig, zope.i18n.locale, zwiki - export/import | 14:57 |
srichter | zope.wfmc | 14:57 |
srichter | (all in the trunk) | 14:57 |
srichter | they use the xml.sax and xml.dom.minidom modules from Python | 14:58 |
sashav_ | ok, trunk != z3 in z2.8? | 14:58 |
srichter | no, z2.8 uses the old zope 3.0 release | 14:59 |
srichter | well, zope.configuration.xmlconfig and zope.i18n.locale should be in z2.8 as well | 14:59 |
sashav_ | is it possible to replace what's in the z2.8 stuff with current z3 release? | 14:59 |
sashav_ | ok I'll check what's there | 15:00 |
srichter | mmh, ask the five people | 15:11 |
*** projekt01 has quit IRC | 15:27 | |
*** mgedmin_ has joined #zope3-dev | 15:51 | |
sashav_ | srichter can't find the export/import stuff of zwiki, is in the zwiki package? the other seem to be xml input only not converting to other | 15:56 |
*** mgedmin has quit IRC | 16:04 | |
*** mgedmin__ has joined #zope3-dev | 16:11 | |
*** mgedmin_ has quit IRC | 16:12 | |
*** Theuni has joined #zope3-dev | 16:12 | |
*** J1m has joined #zope3-dev | 16:13 | |
*** bradb-away is now known as bradb | 16:14 | |
*** Aiste_ has joined #zope3-dev | 16:16 | |
*** Aiste has quit IRC | 16:18 | |
*** mgedmin_ has joined #zope3-dev | 16:18 | |
*** Aiste_ is now known as Aiste | 16:19 | |
*** mgedmin_ is now known as mgedmin | 16:19 | |
*** mgedmin__ has quit IRC | 16:37 | |
*** itamar has joined #zope3-dev | 16:40 | |
itamar | srichter, mkerrin: the twisted ftp server is basically done | 16:41 |
itamar | only thing missing for us to merge it is new tests | 16:41 |
*** sashav_ has quit IRC | 16:43 | |
*** philiKON has joined #zope3-dev | 16:47 | |
mkerrin | itamer: excellant - thank you very much | 16:56 |
VladDrac | hey itamar | 16:57 |
*** ignas has quit IRC | 16:58 | |
itamar | so if either of you want to start developing the zope3 backend, the code is ready for that | 17:01 |
*** SureshZ has joined #zope3-dev | 17:03 | |
*** hdima has quit IRC | 17:03 | |
srichter | great | 17:05 |
itamar | plus you may find some edge cases we missed | 17:07 |
itamar | we tested with the whatever the command line ftp tool is on linux, gftp and nautilus | 17:08 |
*** philiKON has quit IRC | 17:16 | |
*** __mac__ has joined #zope3-dev | 17:32 | |
*** MacYET_ has joined #zope3-dev | 17:40 | |
*** MacYET_ has left #zope3-dev | 17:58 | |
*** stub has quit IRC | 18:17 | |
*** ignas has joined #zope3-dev | 18:27 | |
*** benji_york has joined #zope3-dev | 18:29 | |
*** elbixio has joined #zope3-dev | 18:40 | |
*** elbixio has quit IRC | 19:07 | |
*** SureshZ has left #zope3-dev | 19:10 | |
*** projekt01 has joined #zope3-dev | 19:12 | |
*** zagy has quit IRC | 19:18 | |
SteveA | J1m: any idea why dropping into pdb from application code called by a doctest, then setting a breakpoint in other application code, then continuing, fails to stop at the breakpoint ? | 20:18 |
J1m | no | 20:19 |
*** itamar has left #zope3-dev | 20:34 | |
*** bradb is now known as bradb-lunch | 20:35 | |
*** Aiste has quit IRC | 20:54 | |
*** SureshZ has joined #zope3-dev | 20:58 | |
*** mkerrin has quit IRC | 21:02 | |
*** faassen has quit IRC | 21:04 | |
*** anguenot has quit IRC | 21:09 | |
*** deo has quit IRC | 21:11 | |
*** __gotcha has quit IRC | 21:17 | |
*** __gotcha has joined #zope3-dev | 21:18 | |
*** mgedmin has quit IRC | 21:34 | |
*** zagy has joined #zope3-dev | 21:52 | |
*** bradb-lunch is now known as bradb | 22:10 | |
*** RaFromBRC has joined #zope3-dev | 22:11 | |
*** ignas has quit IRC | 22:24 | |
*** zagy has quit IRC | 22:29 | |
*** efge has quit IRC | 22:50 | |
*** deo has joined #zope3-dev | 23:21 | |
*** Alef has joined #zope3-dev | 23:46 | |
*** Alef has left #zope3-dev | 23:46 | |
*** philiKON has joined #zope3-dev | 23:52 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!