IRC log of #zope3-dev for Thursday, 2005-10-13

*** jenner has quit IRC00:03
*** hazmat has joined #zope3-dev00:16
*** sashav has joined #zope3-dev00:20
*** zbir has quit IRC00:24
*** hazmat has quit IRC00:37
*** hazmat has joined #zope3-dev00:37
*** zbir has joined #zope3-dev00:43
*** sm has quit IRC00:44
*** sm has joined #zope3-dev00:45
*** hazmat has quit IRC00:54
*** hazmat has joined #zope3-dev00:54
*** efge_ has quit IRC01:07
*** adnans has joined #zope3-dev01:13
*** kickingvegas has joined #zope3-dev01:15
kickingvegashello!01:15
kickingvegastrying to figure how to use pyskel - only get tracebacks - don't understand the namespace path01:17
projekt01hi, what do you mean by pyskel and namespace path?01:19
projekt01what are you using, linux or windows, trunk or release?01:19
kickingvegasokay suppose I'm in the directory that I'm writing the package that has interfaces.py01:20
kickingvegasdo I then run pyskel interfaces ?01:20
projekt01ok, you are writing a package?01:20
kickingvegasusing a separate build of python and zope3 on os x01:20
kickingvegasyeah, or really trying to understand how a package works01:21
projekt01does zope start without your own code?01:21
kickingvegasgetting caught up on the documentation given by the zope3 developer's book (sorry srichter)01:21
kickingvegasyes01:21
projekt01but z3 don't start with your own package?01:22
kickingvegasbut I understand that pyskel will read the interfaces module and then construct some template files01:22
kickingvegasnot at the point where I want z3 to use the package - still in the writing from scratch phase01:23
kickingvegasor is pyskel.py still a work in progress?01:24
projekt01ok, and now you would try to make your package available, means you like to know what you have to do with configure.zcml01:24
kickingvegaswell kinda, sorta - I'm really trying to understand how a product works from scratch01:25
projekt01Ok I see, another question first, what do you mean with pyskel? Do yo mean the zopeskel folder?01:25
kickingvegastrying to follow to zope3 developer's book example.  it kind of loses me when it mentions pyskel01:26
projekt01Oooh, do you have the source code in front of you?01:26
kickingvegasyeah01:27
projekt01Should I explain a sample configuration of a package?01:27
*** SiggyF has quit IRC01:27
kickingvegasif you have the time I'd _really_ appreciate it01:28
projekt01Ok, let's go to the zope.app.file package01:28
projekt01Then open the configure.zcml01:28
projekt01In the configure.zcml you see different registration directive for register a file as a content type.01:29
kickingvegasis it in $ZOPEHOME/zopeskel?01:29
projekt01no it's in the src folder or at the top level.01:30
projekt01src.zope.app.file01:30
projekt01or <python home>zope.app.file01:31
projekt01did you see it?01:31
kickingvegasokay, let's roll back - I don't know where you're pointing at01:31
kickingvegasI'm in the build directory where I untarred the zope3 source01:31
projekt01Ok, do you see a folder called src?01:32
kickingvegasno01:32
projekt01or a folder called zope?01:32
kickingvegasI see Zope01:32
projekt01what's in the folder Zope?01:32
kickingvegasDEPENDENCIES.cfgSETUP.cfgtest.py*01:33
kickingvegasLICENSES.txtZopePublicLicense.txtzopeskel/01:33
kickingvegasPUBLICATION.cfgbin/zopetest*01:33
kickingvegasREADME.txtdoc/01:33
kickingvegasmy bad, but you get the gist01:33
projekt01nothing more?01:33
kickingvegasno01:33
projekt01I don't know mac well enough. Do you know where the python is installed?01:34
projekt01can you go to the python installation home folder?01:34
kickingvegasyeah, in $HOME/bin01:34
*** yota has quit IRC01:35
projekt01is there a script called mkzopeinstance?01:35
projekt01Oh, I see there is a bin folder in your Zope folder. Go to this Zope/bin folder.01:36
projekt01There should be a mkzopeinstance script01:37
kickingvegasyes in the install directory of Zope01:37
*** yotaff has quit IRC01:37
projekt01Ok, you have to make a zope instance with this script01:37
kickingvegasI used that to make a zope instance01:38
*** efge has joined #zope3-dev01:38
* projekt01 really hates the zope install builder, BitRock whould really solve all this problems 01:38
kickingvegas$HOME/zope/ is where the zope instance lives01:38
*** efge has quit IRC01:39
projekt01Ok, there should be a folder called src or zope01:39
kickingvegasin the zope instance?01:39
projekt01yes01:39
kickingvegasall I see is  /bin /etc /lib /log /var01:40
projekt01or in the python home I really don't know where this zope installer put the scripts01:40
projekt01Then the libraries are located in the python home like normal python 3rd party packages01:41
kickingvegasokay I think I may have found it -01:41
projekt01Ok, go to the zope.app.file package01:42
kickingvegasin the install Zope-3.1.0 directory; not the instance directory01:42
*** Varg__ has joined #zope3-dev01:42
projekt01Yes01:42
projekt01You will share this packages with other instances01:42
projekt01other/all01:43
kickingvegasokay01:43
Varg__where can I find documentation about properly deleteing Zope3 objects? I have found nothing in Stephan's/Phillip's books ...01:43
projekt01did you see zope.app.file?01:43
kickingvegasyes, in there now01:44
kickingvegaszope/app/file.py01:44
projekt01Varg__, there is a delete button in the ZMI which uses __delitem__ of IContainer01:44
projekt01kickingvegas, open the configure.zcml01:45
kickingvegasokay01:45
projekt01This is the file where the content type File is registered01:45
kickingvegasgot it open01:45
Varg__projekt01, thanks - I know the button, didn't know how to do the same with an autogenerated link though :)01:45
projekt01open the file configure.zcml in the browser package (zope.app.file.browser)01:46
projekt01Varg__, see the contents.py and content.pt in the package zope.app.container.browser01:46
projekt01kickingvegas, the configure.zcml located in the browser package is the file where all views get registered for the content type File01:47
projekt01Did you see it?01:48
kickingvegasyep, seeing it01:48
projekt01Ok, there are two other files called Setup.cfg and file-configure.zcml01:49
projekt01The SETUP.cfg will put the file-configure.zcml to the package-includes folder if you call setup.py01:49
*** stub has joined #zope3-dev01:50
projekt01Do you see the package zopeskel/etc/package-includes01:50
kickingvegasokay see Setup.cfg; don't see file-configure.zcml01:50
kickingvegasonly configure.zcml01:51
projekt01Ok, perhaps it's different on a instance, go to the zopeskel/etc/package-includes01:51
projekt01There you can find the file-configure.zcml01:51
projekt01On the trunk this file is located in the zope.app.file package and will be copied to the package-includes folder during the setup01:52
projekt01Did you find the package-includes folder?01:52
kickingvegasI think it's all installed in zopeskel/etc/package-includes01:52
projekt01Yes, there are all configuration (includer) files located01:53
projekt01Did you get the concept?01:53
Varg__projekt01: holy crap, that's a bit of a hard nut to crack for Step 2 of the Zope3 Developers manual ... :-)01:54
projekt01the files located in the package-includes folder describe which package configuration.zcml file is loaded01:55
projekt01Yes, the books and manuals are really outdated in this part01:55
projekt01But you got it?01:56
kickingvegasyeah, understand that installing the appropriate *configure.zcml file in package-includes "registers'" a package with zope01:56
projekt01yes, register means loading the right configure.zcml or meta.zcml of a package01:56
Varg__projekt01: I hope I'll be able to figure it out tomorrow ... it's a bit late by now :) Anyhow, deleting things seems to be a substantially more difficult task than adding them ...01:57
projekt01That's all, every other part like develop the package etc. can be done in the package itself01:57
kickingvegasVarg__: are you trying to delete the translate thingy?  If so I couldn't either - zope3 gave me a traceback message01:58
projekt01Varg__, not really you can call folder.__delitem__(nameOfTheItem)01:59
Varg__kickingvegas, nope, I'm just working my way through the messageboard application, and the second chapter suggests adding "Add","Edit" and "Delete" Links ... the first two were no problem :)01:59
kickingvegasahh.01:59
projekt01I'm not sure if the message board is fully working, ask srichter if there are some problems or parts where are not up-to-date02:00
projekt01There is also a buddydemo where is working in the trunk perhaps it's also in the release.02:01
Varg__projekt01: soooo, what I'd do is add a "delete" view which calls a "delete" method, which looks up the parent container, then calls the __delitem__ method of the parent and then redirects the browser somewhere else?02:01
Varg__Oh, or I'll just look at the buddy demo :)02:02
projekt01I suggest to read the book to the end and then make some code samples, then you get the big pictures first before you get frustrated ;-)02:02
Varg__projekt01: 'k, I'll drop srichter a message to take that exercise out of chapter 2 for didactic reasons then ;-P02:03
projekt01Reading and coding at the same time is a bit to much since a lot of the API changed.02:05
kickingvegasyes on dropping broken example code02:05
projekt01You never know if the book is wrong or your coding.02:05
Varg__projekt01: true ... I read through Phillip's book first, and wanted to get my hands dirty though ... there's a bunch of stuff in there that needs some hands-on experience in order to grasp it02:06
kickingvegasas a side note this is what I find the most frustrating aspect of using Zope - tons of misleading information out there02:06
projekt01;-)02:06
Varg__kickingvegas: *nodnods*02:06
projekt01right, I agree02:06
projekt01Ok, write a mail to the list and ask for a supported sample02:07
Varg__will do! thanks for the hints and help - I'm off to bed!02:07
*** Varg__ has quit IRC02:08
kickingvegasread elsewhere from faassen about having a lower learning curve for Zope3; I'm totally on the same page has him02:08
projekt01I hope to see some supported samples for z3 in the next future02:08
projekt01I don't agree at all with him. But I agree the learning curve is to high, that's right.02:09
projekt01But not because of the complexity, it's a question of working samples I guess.02:09
*** andres has quit IRC02:09
projekt01The concepts are pretty easy to understand if somebody can explain it ;-)02:10
projekt01But learning by doing can be really frustration right now.02:10
*** andres_ has joined #zope3-dev02:11
kickingvegasyeah; imho it is enough to make me walk away from Zope3 right now;  dealt too much with uncertainty with Zope202:11
projekt01But write a mail to the list and tell the people what you think about that.02:12
kickingvegasI really want to believe, but too much frustration; I never get to feel confident that I _understand_ the system02:13
projekt01I'm sure if we get enough feedback in this direction somebody will write a better sample sometime ;-)02:13
projekt01I hope to meet you again on this channel ;-)02:15
*** jinty has quit IRC02:16
kickingvegasperhaps on writing a feedback e-mail - I've been developing in python for over 10 years now and Zope always manages to make me feel stupid.02:17
projekt01;-)02:18
kickingvegasand not in a good way either.02:18
projekt01perhaps join a sprint with a tutorial would be a good idea to get into zope302:19
kickingvegaslooks like most of them are in Europe - here in San Francisco02:21
gnosis thought i saw a sprint in san jose02:21
gnosisNov 7-11 there is a Zope2+3/CMF/Plone sprint in san jose... plone.org have info02:23
kickingvegasnot to my knowledge - looking at the sprint list02:23
kickingvegasaah - okay02:23
projekt01I'm sure it will be easier to get into z3 if we have some working applications next year.02:25
gnosisit would be nice02:25
kickingvegasyes; neither of the published texts tell me how to connect to a SQL database for instance02:27
kickingvegaslikewise I'm terrified at doing a mind-meld with the zope3 security model02:29
gnosisis it bad form to just use the appropriate database adapter for python?02:29
*** efge has joined #zope3-dev02:31
kickingvegasgnosis: I don't know -02:33
gnosisseems you could write functions for insert/delete/update and tie in appropriate security with zcml02:34
*** zbir has quit IRC02:34
*** efge_ has joined #zope3-dev02:35
*** efge has quit IRC02:35
kickingvegasprojekt01: why working applications next year? seems like having a zope guru figure out a02:39
kickingvegassimple app that is maintained would go a long way towards letting noobies figure out why Zope 3 is a good fit02:40
kickingvegas(or not)02:40
kickingvegasgnosis: thanks for the info on the the nov 7 sprint02:42
gnosisnp02:42
kickingvegasprojekt01: thanks very much for your help as well!02:43
projekt01np02:43
projekt01hope to see you again joining the comunity02:43
kickingvegasanyways, gots to run - I'll be back (with more questions) later!02:47
*** kickingvegas has left #zope3-dev02:48
*** zbir has joined #zope3-dev02:55
*** Alef has quit IRC03:07
*** efge_ has quit IRC03:16
*** efge has joined #zope3-dev03:19
*** projekt01 has quit IRC03:23
*** hazmat has quit IRC03:24
*** hazmat has joined #zope3-dev03:24
*** zbir has quit IRC03:34
*** whit has joined #zope3-dev03:37
*** anguenot has quit IRC03:38
*** tarek has quit IRC03:46
*** adnans has left #zope3-dev03:50
*** efge has quit IRC03:56
*** newpers has joined #zope3-dev04:00
newpersis there anyone in here from the phoenix area interested in collaborating on a project?04:03
*** newpers has quit IRC04:14
*** newpers has joined #zope3-dev04:16
*** hazmat has quit IRC04:22
*** gdsgdsgvdd has joined #zope3-dev04:28
gdsgdsgvddhow can i hide the ZMI components (browser menus) from users04:31
gdsgdsgvddwhat is the approch for doing this....any clue04:33
srichterwrite your own skin04:35
gdsgdsgvddi have written a macro extending the default skin04:36
gdsgdsgvddi could modify the look and feel, but the zmi browser menus are still there04:37
gdsgdsgvddlike the add_content, zmi_views, zmi_actions04:38
gdsgdsgvddhow can i hide these from the user04:39
*** newpers has quit IRC04:49
*** stu1 has joined #zope3-dev05:02
*** stub has quit IRC05:03
*** stu1 is now known as stub05:03
srichterwrite your own skin from scratch05:03
*** stub is now known as stu105:04
*** stu1 is now known as stub05:06
*** zbir has joined #zope3-dev05:18
gdsgdsgvddthanks srichter05:29
*** newpers has joined #zope3-dev05:47
*** MacYET has joined #zope3-dev06:28
*** kickingvegas has joined #zope3-dev06:56
*** kickingvegas has left #zope3-dev07:06
*** kaczordek has joined #zope3-dev07:14
*** efge has joined #zope3-dev07:20
*** efge has quit IRC07:23
*** efge has joined #zope3-dev07:25
*** efge has quit IRC07:29
*** anguenot has joined #zope3-dev07:33
*** efge has joined #zope3-dev07:34
*** d2m has quit IRC07:40
*** efge is now known as efge_07:46
*** efge_ is now known as efge07:46
*** efge is now known as efge_07:47
*** efge_ is now known as efge07:47
*** efge is now known as efge_07:47
*** efge_ is now known as efge07:48
*** d2m has joined #zope3-dev07:55
*** MacYET has joined #zope3-dev08:06
*** dobee has quit IRC08:08
*** jhauser_ has quit IRC08:12
*** jhauser has joined #zope3-dev08:12
*** peaceman has quit IRC08:20
*** dobee has joined #zope3-dev08:20
*** peaceman has joined #zope3-dev08:21
*** efge has quit IRC08:23
*** anguenot has quit IRC08:28
*** MacYET has quit IRC08:30
*** MacYET has joined #zope3-dev08:53
*** sashav has quit IRC09:16
*** yota has joined #zope3-dev09:28
*** MJ has quit IRC09:30
*** hdima has joined #zope3-dev09:43
*** whit is now known as whit|zZz09:54
*** tekNico has joined #zope3-dev10:01
*** gdsgdsgvdd has quit IRC10:06
*** sashav has joined #zope3-dev10:33
*** newpers has quit IRC10:33
*** sashav_ has joined #zope3-dev10:39
*** tarek has joined #zope3-dev10:43
*** sashav has quit IRC10:52
*** projekt01 has joined #zope3-dev10:52
*** stub has quit IRC11:00
*** Alef has joined #zope3-dev11:16
*** MJ has joined #zope3-dev11:18
*** andres_ is now known as andres11:18
*** sashav_ is now known as sashav11:38
*** MJ has quit IRC11:40
*** MJ has joined #zope3-dev11:41
VladDracemjeetje11:44
*** yotaff has joined #zope3-dev12:07
yotaffhi :)12:09
sashavwhat are the guidelines for using __call__ in a class? I mean what is the difference semanticly to do this: db = MyDb(); db(configuration) compared to db.configure(configuration) and then db.search(...) ?12:15
*** tarek has quit IRC12:17
*** tarek has joined #zope3-dev12:17
VladDracimho, __call__ is different from "configuration"12:43
VladDraccalling something is requesting it do do what it's supposed to do12:43
VladDraci.e. a template to render itself12:43
VladDraca class to instantiate itself12:44
VladDraca method to execute itself12:44
VladDracetc.12:44
VladDracin the case of something db-ish, I would't know what would be appropriate for __call__12:44
VladDracdo you could see your db as a factory for resultsets, so __call__ could query, perhaps12:44
sashavthanks VladDrac, yes I could have the __call__ do the query, that fits better then configuration. google = MyGoogleSearch(), google.configure(..), res = google(query)12:52
sashavbut on the other hand calling google.search(query) isn't wrong either :)12:53
VladDracconfiguration is usually also done through the constructor (which is of course a call by itself)12:53
VladDracyou don't *have* to (ab)use __call__12:53
VladDracof course, the main reason to use __call__ is to implemnt a callable12:53
sashavyes but in my case it would be a utility which is reconfigured before every search12:53
VladDraci.e. something that fits into "methods, classes, .."12:54
sashavdon't want to abuse it that is why I asked for the semantics12:54
VladDracsashav: does configure store the configuration persistently? because you don't want that12:54
VladDracI don't think a utility should (temporarily) store call-specific information12:55
VladDracperhaps your utility should be a factory, creating the configured utility :)12:56
VladDracs = utility.create(configuration); s.search(..)12:56
sashavno it shouldn't, I thought of doing search(query, conf) from the begining but I didn't want to do the configuration everytime before a search.... ah yes factory sounds better12:57
sashavno it shouldn't = not store persistently12:57
* sashav opens the zope3 book again12:58
VladDrac:)12:58
*** MrTopf has joined #zope3-dev12:59
*** aznboi has joined #zope3-dev13:02
*** mkerrin has quit IRC13:02
sashavfactory is probably what I want, I got stuck on the utility thing because I only wanted one instance of my googlesearch thingy which is then reused but if I create a configured instance do my searches and throw it away it's probably much nicer and better13:03
*** aznboi has quit IRC13:03
VladDracI'm not sure I understand what you're specifically implementing13:03
VladDracbut I wasn't really talking about zope3 factories, but about a utility that behaves like a factory itself13:04
VladDracalso, you might consider if you perhaps need a local utility with a local configuration13:04
*** mkerrin has joined #zope3-dev13:06
*** ignas has joined #zope3-dev13:09
*** Alef has quit IRC13:12
*** jinty has joined #zope3-dev13:15
*** mgedmin has joined #zope3-dev13:27
sashavVladDrac: I have some objects which do searches through google and others, so my thought was that they get a (google)searcher, configure it and do the search, you use the ZMI to choose configuration and searcher13:28
tareksrichter, ayt ?13:35
*** tiredbones has joined #zope3-dev13:47
srichtertarek: I am booting up for the day13:57
srichtertarek: if you want to put me down as author, just type "StephanRichter"13:57
tareksrichter, ok14:00
*** projekt01 is now known as _projekt0114:01
*** regebro has joined #zope3-dev14:21
*** jinty has quit IRC14:23
*** srichter has quit IRC14:28
*** alga has joined #zope3-dev14:33
*** kaczordek has quit IRC14:34
*** jinty has joined #zope3-dev14:40
*** niemeyer has joined #zope3-dev14:48
*** zbir has quit IRC14:48
andresIs it correct, that if i inherit from Contained, i dont have __parent__ available in init?14:58
andresOr am i doing something wrong.14:58
andres?14:58
andresBtw, __parent__ is None then.14:59
*** srichter has joined #zope3-dev15:01
*** ChanServ sets mode: +o srichter15:01
*** clueck has joined #zope3-dev15:09
*** stub has joined #zope3-dev15:12
*** mp has quit IRC15:18
*** mp has joined #zope3-dev15:22
*** clueck has quit IRC15:40
*** faassen has joined #zope3-dev15:47
*** J1m has quit IRC16:02
*** zbir has joined #zope3-dev16:03
*** vlado has joined #zope3-dev16:05
*** roym has joined #zope3-dev16:09
roymIs the <form> directive meant to only be used16:10
roymwith IInputWidgets? If not, how do I force it16:10
roymto render widgets as IDisplayWidgets?16:10
*** clueck has joined #zope3-dev16:11
dobeeroym: if the field is editable and the user has permission to change the value, IInputWidget is used16:18
dobeeryom: use the widget subdirective to override16:18
*** srichter has quit IRC16:18
roymdobee: does the widget subdirective have an explicit option to render as IDisplayWidget?16:26
dobeeroym: see: http://svn.zope.org/Zope3/trunk/src/zope/app/form/browser/metadirectives.py?rev=30479&view=auto16:28
faassenroym: I'd also suggest looking at zope.formlib if you're into zope forms. it's more friendly than the form directive in my experience.16:28
roymfaassen, dobee, thanks.16:28
*** anguenot has joined #zope3-dev17:14
*** sashav has quit IRC17:14
*** dobee has quit IRC17:27
*** hdima has quit IRC17:34
*** philiKON has joined #zope3-dev17:54
*** benji_york has joined #zope3-dev18:16
*** niemeyer is now known as nie_lunch18:17
MacYETwhat is the recommended solution to write helper methods for templates that deal with standard python types and not with components?18:29
philiKONsupplementary view classes18:34
philiKON<browser:page ... template="..." class="..." />18:34
MacYETtnx18:38
philiKONbenji_york, what's the command you ran to convert your reST quickstart into html?18:39
*** srichter has joined #zope3-dev18:39
*** ChanServ sets mode: +o srichter18:39
faassenrest2html is a nice command, philipp? :)18:42
philiKONyeah18:42
philiKONrst2html i believe it's called18:42
faassenright.18:43
faassenthat's it, I think.18:43
philiKONdang, it's not in the Zope distribution of docutils18:43
benji_yorkfaassen, I've been pleased with rst2html for my quick start and it has worked well so far18:43
faassenzope's distribution should just reference docutils with an egg anyway.18:43
faassenbenji_york: yeah, I use it quite a bit.18:43
faassenbenji_york: or at least the programmatic equivalent, I think.18:43
philiKONi've just always used the programmatic equivalent18:44
faassenbenji_york: a bunch of websitse on codespeak I put up are driven by ReST.18:44
philiKONactually, i've pretty much always used zope.app.renderer :)18:44
*** MJ has quit IRC18:44
faassenbenji_york: codespeak.net/z3, codespeak.net/lxml, codespeak.neticalendar18:44
philiKONyeah, nice tool faassen wrote for codespeak.net. we use it for dirstorage.sf.net now, too18:44
benji_yorkcool18:44
philiKONworldcookery.com is reST too, but zope.app.renderer18:45
faassenphiliKON: oh, cool, hadn't seen that yet.18:45
*** whit|zZz is now known as whit|newphone18:45
faassenwhit|newphone: new phone?18:45
*** sashav has joined #zope3-dev18:46
philiKONfaassen, http://cvs.sourceforge.net/viewcvs.py/dirstorage/DirectoryStorage/doc/mkwebsite.py?rev=1.3&view=auto :)18:46
philiKONi'm very pleased how nice the spelling is for such a thing18:46
faassenphiliKON: cool, it was basically a bit of a quick hack. :)18:48
philiKONone with a nice pythonic api :)18:48
faassenphiliKON: but it makes making new websites quick hacks too. :)18:48
philiKONit works. and it's so simple that others immediately like it too18:48
philiKONreST + this little python module really sells it :)18:49
faassenthat's good to hear. we can now just chuck Zope 3 and use this. ;)18:49
philiKONyeah18:50
philiKONsvn rm Zope3; svn ci18:50
faassenanyway, I was thinking of the zope 3 equivalent of this.18:50
faassenfor zope3.org18:50
philiKONi have a teeny z3 content component called wcsite.page.Page18:51
philiKONfor worldcookery.com18:51
philiKONtakes some form of text (reST, STX, plain) and puts that into markup18:52
philiKONalso figures out some basic DC stuff from it18:52
philiKONlike the dc.Title and dc.Description18:52
* faassen nods.18:52
philiKONanyways, i'll be making a zope3.1-compatible release of that soon (weekend)18:54
*** zagy has quit IRC18:56
*** stub has quit IRC18:59
faassenphiliKON: cool!19:00
*** zagy has joined #zope3-dev19:01
*** tekNico has quit IRC19:08
faassenzope.org is FUBAR19:11
faassencan't download Zope 2.7.8..19:11
MacYETreal men use svn19:13
faassenMacYET: heh.19:13
faassenMacYET: real men can't download Zope 2.7.8 then as it's in CVS. :)19:13
MacYETthe download works for me19:14
*** th1a has joined #zope3-dev19:14
faassenMacYET: how do you even get to Zope 2.7.8? older zope releases screen is borked for us.19:14
faassen(Insufficient privileges)19:14
MacYETjust tried it19:14
MacYETblame the f*cked up zope.org site19:14
faassenthe direct URL works.19:15
MacYETat least plone 1.x is good enough so zope.org still works somehow19:15
MacYETenough bitching for today :)19:15
* MacYET is away: Blicket auf zum Retterblick, Alle reuig Zarten, Euch zu sel'gem Glueck, Dankend umzuarten!19:19
*** vlado has quit IRC19:20
th1a_projekt01:  ayt?19:21
*** niemeyer has joined #zope3-dev19:26
*** regebro has quit IRC19:29
*** tvon has joined #zope3-dev19:30
*** nie_lunch has quit IRC19:31
*** whit|newphone is now known as whit19:45
*** MrTopf has quit IRC19:47
*** MJ has joined #zope3-dev19:49
*** niemeyer_ has joined #zope3-dev19:52
*** srichter has quit IRC19:59
*** niemeyer has quit IRC20:00
*** niemeyer has joined #zope3-dev20:01
*** jukart has joined #zope3-dev20:04
*** niemeyer_ has quit IRC20:12
*** faassen has quit IRC20:22
*** tarek has quit IRC20:28
*** jukart has left #zope3-dev20:29
*** mkerrin has quit IRC20:45
*** BjornT has quit IRC21:07
*** tvon has quit IRC21:43
*** deo has joined #zope3-dev21:48
*** _projekt01 has quit IRC21:48
*** _projekt01 has joined #zope3-dev21:49
*** srichter has joined #zope3-dev21:53
*** baldtrol has joined #zope3-dev21:53
*** ignas has quit IRC21:55
*** sashav has quit IRC21:56
*** ChanServ sets mode: +o srichter21:57
*** sashav has joined #zope3-dev21:58
baldtrolafternoon everyone...21:59
*** srichter has quit IRC22:15
*** mkerrin has joined #zope3-dev22:16
*** mgedmin has quit IRC22:23
*** mkerrin has quit IRC22:43
*** niemeyer has quit IRC22:58
*** alga has quit IRC23:01
*** jinty has quit IRC23:01
*** __matt__ has joined #zope3-dev23:20
*** matt_ has quit IRC23:22
*** __gotchaway has joined #zope3-dev23:24
*** benji_york has quit IRC23:24
*** __gotchaway has quit IRC23:25
*** clueck has quit IRC23:29
*** niemeyer has joined #zope3-dev23:36
*** haruki has joined #zope3-dev23:57

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!