IRC log of #zope3-dev for Saturday, 2005-11-05

*** projekt01 has quit IRC00:01
*** zbir has quit IRC00:16
*** zagy has quit IRC00:25
*** ignas has joined #zope3-dev00:35
benjisrichter, AYT?00:40
srichteryeah00:41
srichterbenji: pong00:41
benjiearlier today you referred to "the ZopeInterface release directry"; where would that be?00:41
srichterreleases00:42
srichterZope3/releases00:42
srichterand you also need to create the ZopeTestBrowser.cfg00:43
srichterthe SchoolTool repository has also some examples00:43
benjisrichter, is there a "makeing a ZopeInterface release" document I can read somewhere? (I've made my files for zope.testbrowser, I just need to know how to actually generate the package)00:50
srichteraehm, no, but let me check STRelaionship00:53
srichterbenji: see http://paste.plone.org/85700:55
srichterthis is my STRelationship-test.py00:55
srichterespecially interesting are the commoand line calls00:55
benjiok, thanks00:56
srichteractually, all you need is zpkg -C ZopeTestBrowser.cfg00:56
srichter-x allows you to exclude a dependency from being packaged00:57
srichter(but there is no a cfg fiel option for this too)00:57
benjisrichter, any clue what "unknown resource: ZopeTestbrowser" means?01:00
srichtercan you checkin what you have?01:01
benjisure01:01
benjisrichter, done01:02
srichterI think the default collection is wrong01:03
benjiwhat should it be?01:05
srichterhold on, I am looking01:05
benjik01:05
srichterah, you have not extended the Zope.map file01:05
srichteryep, that was it01:07
srichterI get a tar ball to build01:07
benjigreat!01:07
srichterok, committed01:08
benjihmm, the generated tar doesn't have any of the testbrowser code in it :(01:21
benjiI don't have time to work on this now, I'll talke to you later srichter01:21
srichterok01:21
srichtersee ya later01:21
*** benji has quit IRC01:21
*** holybyte has joined #zope3-dev01:21
*** einheit_ has joined #zope3-dev01:28
*** zbir has joined #zope3-dev01:30
mpzope3 lacks "standard library" documentation01:36
mpreally badly01:36
mpapidoc might do, but it should be heavily improved01:36
srichterhow so?01:37
srichterthose type of comments are very dumb01:37
srichterplease tell me what you do not like and I consider changing apidoc to satisfy your requests01:38
srichtermany people really like apidoc01:38
srichternote that it is already a thousand times better than anything you could ever generate with epydoc or similar01:38
srichter(I'll note that I have incorporated any changes that were suggested until now)01:40
*** mexiKON has quit IRC01:40
mpit's just worse than php library docs.. also, I end up reading zope source code often. reading source code is educating - source code is good and readable... but, you know, there is still difference between j2se api docs and apidoc.01:40
mpdoes zope apidoc support references (links) do other parts of documentation?01:41
mplike @see zope.app.whatever.SomeClass?01:42
*** d2m has quit IRC01:42
srichterit has links wherever it is sensible01:42
srichterit has the README.txt files compiled to a book structure01:42
srichter(note that all of APIDOC is autogenerated from existing information)01:42
mpalso, even if apidoc (as a code) is good, there are too few comments, esp with examples01:42
srichtercomments?01:43
srichterThere are examples in the book README.txt files01:43
mpapidoc is (among other things) generated from comments in code01:43
srichterunfortunately we have not yet wroitten those for all modules, since we started using doctests later01:44
srichterit is generated from doc strings01:44
srichterbut not comments, which would make no sense01:44
srichterok, I gotta go; please send me a detailed E-mail with suggestions to the list01:44
mpwell, I'm just observing myself as I'm learning zope - things are pretty easy and straightforward, but getting them to work for the first time takes too long01:44
srichterdid you read the two books?01:45
mpok, I meant docstrings not comments...01:45
srichterand the other primers?01:45
mpnope, I did not read books, I've read docs available online01:45
srichterwell, tough luck for you01:45
srichterI cannot help you then01:45
srichteryou should read the books01:45
srichterthey get you started really well01:46
mpjust my 0.02$, based my experience with java and php, as a person that usually at some point gets to do what I wanted to do ;)01:47
*** bradb_ has quit IRC01:48
*** stub has quit IRC01:49
*** SteveA has quit IRC01:49
*** zbir has quit IRC02:05
*** J1m has left #zope3-dev02:05
*** holybyte has quit IRC02:06
*** bradb_ has joined #zope3-dev02:16
*** einheit_ has quit IRC02:22
*** newpers has joined #zope3-dev02:54
*** MiUlEr has joined #zope3-dev02:57
*** zbir has joined #zope3-dev03:07
*** zbir has quit IRC03:10
*** bradb_ has quit IRC03:16
*** BjornT has quit IRC03:20
*** einheit_ has joined #zope3-dev03:29
*** einheit_ has quit IRC03:48
*** MiUlEr has quit IRC04:58
*** zbir has joined #zope3-dev05:42
*** philiKON has joined #zope3-dev07:03
*** srichter has quit IRC07:23
*** tarek has quit IRC07:37
*** agroszer has joined #zope3-dev08:53
*** d2m has joined #zope3-dev08:58
*** newpers has quit IRC08:59
*** sm has quit IRC09:41
*** mp has quit IRC11:36
*** zagy has joined #zope3-dev13:03
*** Hellfried has quit IRC13:09
*** Hellfried has joined #zope3-dev13:09
*** srichter has joined #zope3-dev13:10
*** ChanServ sets mode: +o srichter13:11
*** yota has joined #zope3-dev13:11
*** Hellfried has quit IRC13:16
*** Hellfried has joined #zope3-dev13:16
*** jhauser has joined #zope3-dev13:25
*** projekt01 has joined #zope3-dev13:36
*** jukart has joined #zope3-dev14:05
*** natea has quit IRC14:33
*** natea has joined #zope3-dev14:33
*** Egon has joined #zope3-dev14:38
*** mp has joined #zope3-dev14:46
*** stub has joined #zope3-dev14:46
*** Egon is now known as efrerich14:47
*** efrerich has quit IRC15:17
*** efrerich has joined #zope3-dev15:18
*** projekt01 has quit IRC15:45
mphow do I use name chooser? how do I implement name chooser?15:45
srichterif you look at APIDOC you see that INameChooser is implemented by bugtracker.tracker.BugTrackerNameChooser15:47
srichterso there is your example15:47
*** zbir has quit IRC15:53
*** BjornT has joined #zope3-dev16:02
*** stub has quit IRC16:06
*** einheit_ has joined #zope3-dev16:13
*** bradb_ has joined #zope3-dev16:18
*** BjornT_ has joined #zope3-dev16:22
*** BjornT has quit IRC16:30
*** einheit_2 has joined #zope3-dev16:37
*** stub has joined #zope3-dev16:39
*** einheit_ has quit IRC16:41
*** J1m has joined #zope3-dev16:51
*** apoirier has joined #zope3-dev17:19
*** sm has joined #zope3-dev17:32
*** jhauser_ has joined #zope3-dev17:47
smmorning all17:55
smI think I'm seeing the 3.1 directory layout for the first time17:56
smis most of the source under Dependencies/ now ?17:56
srichterin the TAR ball it is17:56
srichterbut if you install it, it looks as usual17:56
srichterthe distribution package does not have a working structure at all (on purpose)17:57
*** jhauser has quit IRC17:57
smI see.. thanks srichter17:57
srichteryou are welcome18:03
srichternote that every package in the Dependencies directory will become eventually its own distributed package18:04
srichterlike an EGG18:04
smexcellent18:04
smstill a bit confused.. how I get i18nextract.py back ?18:05
srichteronce you do make install it should be in the bin directory18:05
srichteronce you do "make install" it should be in the bin directory18:05
smapparently not :/18:06
smit's left in zopeskel18:06
srichterahh, you also have to create the instance18:06
srichterbecause the utilities (executables) are only created for each instance18:06
smahaa18:06
srichterthe idea is that you can test the installation, but not run it18:07
*** drzoltron_ has joined #zope3-dev18:14
yotasrichter: hi :)18:20
*** natea is now known as natea|away18:20
yotasrichter: I have ssh_host_rsa_key file in the Zope3 trunk directoy after co18:21
srichteryes18:22
yotaok it's normal, cool.18:23
yotathx18:25
*** newpers has joined #zope3-dev18:25
*** drzoltron_ has quit IRC18:26
*** J1m has quit IRC18:31
*** newpers has quit IRC18:37
*** natea|away is now known as natea19:04
*** einheit_2 is now known as SteveA19:24
*** vlado has joined #zope3-dev19:27
*** vlado has quit IRC20:05
*** jukart has left #zope3-dev20:06
*** BjornT_ has quit IRC20:34
*** MiUlEr has joined #zope3-dev20:36
*** mp has quit IRC20:48
*** stub has quit IRC20:51
*** agroszer has quit IRC21:16
*** MrTopf has joined #zope3-dev21:20
*** MrTopf_ has joined #zope3-dev21:38
*** MrTopf has quit IRC21:39
*** BjornT has joined #zope3-dev21:40
*** philiKON has quit IRC21:54
*** MrTopf_ has quit IRC21:58
*** natea is now known as natea|away22:16
*** stub has joined #zope3-dev22:18
*** efrerich has quit IRC22:39
*** BjornT_ has joined #zope3-dev22:42
*** xenru has quit IRC22:47
*** tarek has joined #zope3-dev22:53
*** BjornT has quit IRC22:55
*** natea|away has quit IRC23:14
*** natea has joined #zope3-dev23:15
*** holybyte has joined #zope3-dev23:21
*** projekt01 has joined #zope3-dev23:35
*** apoirier has quit IRC23:39
*** tiredbones has left #zope3-dev23:52

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