Re: [Zope3-dev] Add zope.deferredimport to svn toplevel

2006-10-08 Thread Baiju M

On 10/7/06, Jim Fulton [EMAIL PROTECTED] wrote:

Baiju M wrote:
 Hi,
Can I commit zope.deferredimport to the toplevel of svn,
 like zope.interface,zope.proxy etc.

That would be great.


Commited.


 Will you also release an egg to pypi? :)


Done. Also added 'J1m' as owner.
http://cheeseshop.python.org/pypi/zope.deferredimport



 I have added README.txt, setup.py, test.py etc. see this:
 http://zissue.berlios.de/z3/zope.deferredimport.tar.bz2

 Please confirm these steps:

 $ svn mkdir svn+ssh://[EMAIL PROTECTED]/repos/main/zope.deferredimport
 $ svn co svn+ssh://[EMAIL PROTECTED]/repos/main/zope.deferredimport
 $ cd zope.deferredimport
 $ mkdir trunk
 $ mkdir branches
 $ mkdir tags
 $ svn add trunk branches tags

Minor note: I typically set up the full tree in the original
transaction that sets up the project.  You can give multiple directories
on the mkdir line.  I have a script named z that echos the repo url, so
I'd do:

   svn mkdir `z`/zope.deferredimport `z`/zope.deferredimport/trunk 
`z`/zope.deferredimport/branches `z`/zope.deferredimport/tags


Thanks, I used this trick :)



 $ cd trunk
 (Now add package here,
 then set svn:external to (in src/zope)
  deferredimport
 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/deferredimport
 Also set svn:ignore in / and src/)

It would be nice to also turn it into a buildout so that you could run it's
tests in a project checkout.  See for example:

   http://www.python.org/pypi/zc.buildout#work-on-a-package


First I will learn zc.buildout, then I will try.

Regards,
Baiju M
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] Buildbot for individual packages

2006-10-08 Thread Baiju M

Hi all,
   Since we are going for eggification, it is necessary
to add buildbot support for indiviaul packages.

Can we make sure 'python setup.py build' also works?
For example zope.component build was not working,
because in trunk  we removed zope.component.bbb.tests.
But we didn't removed this from setup.py of zope.component

Regards,
Baiju M
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Handling of empty prefixes in zope.formlib and zope.app.form

2006-10-08 Thread Jacob Holm

I have created an issue for this in the tracker so it won't get lost. See:

 http://www.zope.org/Collectors/Zope3-dev/721

(I probably should have done this from the start)

Jacob

--
Jacob Holm
CTO
Improva ApS

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] Re: Grrr. zope.org wikis are evil.

2006-10-08 Thread Jim Fulton

Simon Michael wrote:
You're right. Staying strictly in the present, I still don't understand 
why you can't upgrade zope.org zwiki on monday morning. Maybe some wikis 
will break ? Then we fix them.


Because zope.org is a brittle mess and I don't want to take a chance of making
in worse.  If someone who feels that they have some grasp on that software
wants to help me, I'd be willing to try.

Jim

--
Jim Fulton   mailto:[EMAIL PROTECTED]   Python Powered!
CTO  (540) 361-1714http://www.python.org
Zope Corporation http://www.zope.com   http://www.zope.org
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Grrr. zope.org wikis are evil.

2006-10-08 Thread Fred Drake

On 10/7/06, Jim Fulton [EMAIL PROTECTED] wrote:

There's a Zope 3 port of zwiki.


There's http://svn.zope.org/zwiki/.  I just checked it out into a Zope
3 trunk checkout, added in a bit of configuration, and poked at it.
My first impression is that it's more than a little raw.


- HTML WYSIWYG Wikis that don't use any form os structures text (small s)
   and just use an HTML editor.  I think that structured text of any kind
   is an obstacle to Wiki use.  Moin moin's markup rules drive me as batty
   as old Structured Text drives other people.  ZWiki supports EPOZ
   editing and I'd love to see that used.  Of course, this sort of experience
   avoids the need for preview or structured-text documentation.


Didn't someone write one like this for Z3?  Possibly as part of a
zope3.org thing?  I now vaguely recall something being done, but
that's about all I remember.


 -Fred

--
Fred L. Drake, Jr.fdrake at gmail.com
Every sin is the result of a collaboration. --Lucius Annaeus Seneca
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com