[Zope-dev] Documentation on how to run the ZTK tests (please review)

2010-03-29 Thread Christian Theune
Hi,

as I promised in a recent weekly developer meeting I wrote some 
documentation describing how to run the ZTK tests. Please see 
http://docs.zope.org/zopetoolkit/process/buildbots.html (you may need to 
wait a bit for the change to appear or check the source) and give 
feedback or feel free to correct the text directly.

Cheers,
Christian

-- 
Christian Theune · c...@gocept.com
gocept gmbh  co. kg · forsterstraße 29 · 06112 halle (saale) · germany
http://gocept.com · tel +49 345 1229889 0 · fax +49 345 1229889 1
Zope and Plone consulting and development

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Documentation on how to run the ZTK tests (please review)

2010-03-29 Thread Adam GROSZER
Hello Christian,

BTW, The Health Agency Windows bots are 32 or 64 bit?
That seems to be missing.

Monday, March 29, 2010, 3:54:04 PM, you wrote:

CT Hi,

CT as I promised in a recent weekly developer meeting I wrote some 
CT documentation describing how to run the ZTK tests. Please see 
CT http://docs.zope.org/zopetoolkit/process/buildbots.html (you may need to
CT wait a bit for the change to appear or check the source) and give 
CT feedback or feel free to correct the text directly.

CT Cheers,
CT Christian



-- 
Best regards,
 Adam GROSZERmailto:agros...@gmail.com
--
Quote of the day:
Wishing things away is not effective

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Documentation on how to run the ZTK tests (please review)

2010-03-29 Thread Christian Theune

On 03/29/2010 04:56 PM, Adam GROSZER wrote:

Hello Christian,

BTW, The Health Agency Windows bots are 32 or 64 bit?
That seems to be missing.


Good question - Jan?


--
Christian Theune · c...@gocept.com
gocept gmbh  co. kg · forsterstraße 29 · 06112 halle (saale) · germany
http://gocept.com · tel +49 345 1229889 0 · fax +49 345 1229889 1
Zope and Plone consulting and development



smime.p7s
Description: S/MIME Cryptographic Signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Documentation on the Zope 2 release process

2009-12-29 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I started documenting the Zope 2 release process (Zope 2.12 only for now):

svn+ssh://svn.zope.org/repos/main/zope2docs/trunk/maintenance/index.rst

Hints and feedback appreciated.

Andreas

- -- 
ZOPYX Ltd.  Co KG \ zopyx group
Charlottenstr. 37/1 \ The full-service network for your
D-72070 Tübingen \ Python, Zope and Plone projects
www.zopyx.com, i...@zopyx.com \ www.zopyxgroup.com
- 
E-Publishing, Python, Zope  Plone development, Consulting


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAks6PwAACgkQCJIWIbr9KYyqTgCeLfknpgqeGLKpPM9Lj6aU57of
kDgAoMUXidpW3eOfpIY8AQI7O5lFK8cM
=Tr+l
-END PGP SIGNATURE-

attachment: lists.vcf___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Documentation on the Zope 2 release process

2009-12-29 Thread Hanno Schlichting
On Tue, Dec 29, 2009 at 6:40 PM, Andreas Jung li...@zopyx.com wrote:
 I started documenting the Zope 2 release process (Zope 2.12 only for now):

 svn+ssh://svn.zope.org/repos/main/zope2docs/trunk/maintenance/index.rst

 Hints and feedback appreciated.

Cool. Looks quite good already. You could include prod Hanno to make
Windows binary eggs. Most of the time I'll see and do that by myself
though.

Hanno
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Documentation on get_transaction().commit(...)

2006-09-07 Thread Dieter Maurer
[EMAIL PROTECTED] wrote at 2006-9-5 19:10 -0400:
 ...
I am calling get_transaction().commit(1) at various points in my program
and it seems like it's not actually committing those transactions.

commit(1) commits a subtransaction.

As the name suggests, you have to commit the main transaction
as well (at some time). You do this by commit() (or commit(0)).



-- 
Dieter
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Documentation on get_transaction().commit(...)

2006-09-07 Thread Brian Rosenthal

Dieter, thanks.

On Thu, 7 Sep 2006 22:09:27 +0200, Dieter Maurer [EMAIL PROTECTED]
said:
 [EMAIL PROTECTED] wrote at 2006-9-5 19:10 -0400:
  ...
 I am calling get_transaction().commit(1) at various points in my program
 and it seems like it's not actually committing those transactions.
 
 commit(1) commits a subtransaction.
 
 As the name suggests, you have to commit the main transaction
 as well (at some time). You do this by commit() (or commit(0)).
 
 
 
 -- 
 Dieter

Brian Rosenthal
General Partner, RoboCommerce, LLC
[EMAIL PROTECTED]
http://www.robocommerce.com
800-644-7626

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Documentation on get_transaction().commit(...)

2006-09-05 Thread zope-dev

Where would I find API documentation on get_transaction().commit(...)?

I am calling get_transaction().commit(1) at various points in my program
and it seems like it's not actually committing those transactions.

I'd be grateful on a quick explanation for how this works.

I'd like to commit sub-transactions as I go, but I don't want to stop
the execution of the script (without the 1, it seems to arrest
execution).  I do not care about the ability to roll back the
transaction.

Best,
Brian

Brian Rosenthal
General Partner, RoboCommerce, LLC
[EMAIL PROTECTED]
http://www.robocommerce.com
800-644-7626

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Documentation

2004-10-05 Thread Toby Dickenson
Im a little out of touch with Zope development these days; Ive been focussing 
on non-zope projects for the last year or so...

I have some Zope documentation on http://www.zope.org/Members/htrd that I am 
no longer able to maintain, but wich generates a steady stream of emails with 
questions and change suggestions. In particular, my notes on using squid with 
zope, and the changes I originally drafted for the Zope Developers Guide on 
using unicode in Zope.

Is there now a more approporiate place to hold this documentation where it can 
be maintained?

Thanks in advance,

-- 
Toby Dickenson
___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Documentation

2004-10-05 Thread Chris McDonough
There is no de-jure appropriate place to hold miscellaneous
documentation.  There are several de-facto places: member area on
Zope.org is a reasonable place, zopewiki.org aims to collect Zope docs. 
But there isn't really an official apparatus set up to assume ownership
and maintenance of these kinds of docs; someone would need to volunteer
here probably.

On Tue, 2004-10-05 at 04:19, Toby Dickenson wrote:
 Im a little out of touch with Zope development these days; Ive been focussing 
 on non-zope projects for the last year or so...
 
 I have some Zope documentation on http://www.zope.org/Members/htrd that I am 
 no longer able to maintain, but wich generates a steady stream of emails with 
 questions and change suggestions. In particular, my notes on using squid with 
 zope, and the changes I originally drafted for the Zope Developers Guide on 
 using unicode in Zope.
 
 Is there now a more approporiate place to hold this documentation where it can 
 be maintained?
 
 Thanks in advance,

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Documentation

2003-03-12 Thread J Cameron Cooper
I was wanting make my jobs with a good presentation. So I downloaded 
Zope Website Documentation Tool. I followed the instructions. 
Unpacked the file, copy it to the import folder, gonne to root 
folder in Zope and then clicked import button.
Unceremoniousness Zope said to me : The object broken does not 
support this operation!
Why?
What this is mean?
Did I make something wrong?
Maybe I broke the object?
Anybody can help me?
I'm running Zope 2.6 in a Pentium 233 stand alone, under Windows 98SE 
and ZServer.
Do you mean this?
http://www.zope.org/Members/fquin/ZWebsiteDocumentationTool
If so, I see two possibilities:

1) you haven't installed Transparent Folder.
2) it seems somewhat old (Oct 2001), and may not work in newer versions 
of Zope.

You can contact the author to see if it is known to work on 2.6.

It may not be too hard to replicate this functionality (although I can't 
really glean from the website what that is, and I'm surprised you can.)

BTW, TransparentFolders are known to have serious performance penalties 
in some situations, so perhaps you would want to avoid something that 
makes heavy use of them.

Also, this seems to me more of a [EMAIL PROTECTED] question than a zope-dev one.

   --jcc

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Documentation

2003-03-11 Thread Manoel Filho



Hi! My name is Manoel from Rio de 
Janeiro, Brazil. 
I'm very early in Zope. 
I was wanting make my jobs with a 
good presentation. So I downloaded "Zope Website Documentation Tool". I followed 
the instructions. Unpacked the file, copy it to the "import" folder, gonne to 
root folder in Zope and then clicked "import" button.Unceremoniousness Zope 
said to me : The object "broken" does not support this operation!Why? 

What this is mean? 
Did I make something wrong? 

Maybe I broke the object?Anybody 
can help me?I'm running Zope 2.6 in a Pentium 233 stand alone, under Windows 
98SE and ZServer.
Manoel Filho(55)(21) 3419-4459 

Cel. (55)(21) 9879-4684[EMAIL PROTECTED]




[Zope-dev] Documentation

2001-01-08 Thread Chris Withers

Dieter Maurer wrote:
 
You can control for an explicit acquiring object that some
attributes are acquired implicitly
  
   Ooo... cool :-)
  
   Where can I find out about it?

 Guess! ... in the Acquisition documentation.
 
 Each Zope installation has one (though on a place where
 one would probably not look for it):

I have to be honest and say I've never found the online help system docs
very user friendly. They're difficult to navigate and the presentation
isn't terribly readable.

Thanks for the pointer though :-)

cheers,

Chris

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




[Zope-dev] Documentation Documentation

2000-11-02 Thread Michel Pelletier

Greetings,

Amos and I have done some work in the fishbowl this week.  We have
started a new project to define the process for writing Zope
documentation.

This fishbowl project can be found at:

http://dev.zope.org/Wikis/DevSite/Projects/DocumentationProcess/FrontPage

The idea here is to open up as much as possible the process for
determining the process of writing documentation.  In case you don't
follow that, let me put it a different way: We are using the Zope
fishbowl process to develop a *new* process for writing documentation. 
One of the goals of this new process is to work itself into the existing
fishbowl process for Zope projects, so that everyone has a clear
documentation vision.  All this gets a bit weird; meta-documentation and
developing a process with The Process in order to modify The Process,
but you'll get the idea if you read the wiki.

What this is *not* is a roadmap for existing or future documentation
artifacts.   In other words, if you looking for juicy bits on the
Developer's Guide or some other discreet Zope documentation artifact,
you won't find it here.  Because no process exists yet for writing
documentation, we have not addressed these issues.  When this project is
completed, we will have a complete roadmap that everyone can understand
for writing documentation, and then we will address the issues of actual
documentation artifacts, like where they belong in CVS and format issues
etc.

So please check it out and leave your comments in the Wiki.

Thanks,

-Michel

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




[Zope-dev] Documentation Documentation on dev.zope.org

2000-10-26 Thread Amos Latteier

Hello Zope Developers,

I've added two documents to dev.zope.org

  How to Document Your Zope Product 
  http://dev.zope.org/Documentation/DocsProcedures/ProductDoc

  How to Document Your Changes to Zope
  http://dev.zope.org/Documentation/DocsProcedures/ZopeChanges

They are wikis so dive in and add your 2 cents.

-Amos

--
Amos Latteier mailto:[EMAIL PROTECTED]
Digital Creations http://www.digicool.com

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )