Re: [Zope] HiperDom available outside of Zope?

2001-01-26 Thread Martijn Pieters

On Fri, Jan 26, 2001 at 03:23:02PM +, Hamish Lawson wrote:
> Are the XML templating facilities of HiperDom available outside of 
> Zope as a Python module, or are there intentions in that direction?

HiperDom isn't available outside of Zope, yet. 

There are tentative plans where HiperDom or a decendant of HiperDom can be
used outside of Zope as an XML templating system, tough. I can't give you
anything more definite than that though, certainly no dates.

-- 
Martijn Pieters
| Software Engineer  mailto:[EMAIL PROTECTED]
| Digital Creations  http://www.digicool.com/
| Creators of Zope   http://www.zope.org/
-

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




Re: [Zope] hiperdom

2001-01-18 Thread Lalo Martins

On Thu, Jan 18, 2001 at 12:38:29PM +0800, Bak@kedai wrote:
> hello all
> scuse my ignorance.  i have this[1] in a hiperdom instance (partial text from 
> hiperdom howto).  but i got this[2] error when i clicked change.
> 
> i know it's me not understanding XML well enough.

There's no HiperDom HOWTO, and what little documentation there
is, is outdated.

Martijn upgraded HiperDom to work with the newer PyXML package,
but for that you'll need proper XML namespace handling, as in
(in your case) 

The default text already gives you an example; if you create a
template, it's filled with 

> p/s - maybe, the default text in a newly created hiperdom instance should be 
> something similar to what a new dtml method/document gives now?

Hadn't thought of this, sounds like a good idea.

[]s,
   |alo
   +
--
  Hack and Roll ( http://www.hackandroll.org )
The biggest site for whatever-it-is-that-we-are.


http://zope.gf.com.br/lalo   mailto:[EMAIL PROTECTED]
 pgp key: http://zope.gf.com.br/lalo/pessoal/pgp

Brazil of Darkness (RPG)--- http://zope.gf.com.br/BroDar

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




Re: [Zope] HiperDom

2000-11-13 Thread Lalo Martins

On Mon, Nov 13, 2000 at 10:03:06AM +, Chris Withers wrote:
> Lalo Martins wrote:
> > 
> > HiperDom is usable right now; we've been quite quiet because
> > we're working on documentation and unit testing (and to have
> > unit testing, we had to have ZUnit).
> 
> > Right now, we would "raally" encourage you to use HiperDom
> > in your project, specially if the deployment schedule >= 2
> > months, and then please send us that feedback :-)
> 
> I'd love to, but it'd be 'raally' helpful to have some documentation
> and a download with some explanation/help for someone as brain dead as
> me on a Monday morning ;-)
> 
> Is that available yet?

As I said, we're currently focusing on documentation and unit
testing; there is some quite basic documentation in the HelpSys
which explains the syntax, and there is an example in the
webpage at zope.org, plus one more (more or less the same
example, but with the text in Portuguese) in exemplo_pt.html in
the distribution.

Better documentation is in the works, you can check the
"Projects" wiki on dev.zope.org.

[]s,
   |alo
   +
--
  Hack and Roll  ( http://www.hackandroll.org )
News for, uh, whatever it is that we are.


http://zope.gf.com.br/lalo   mailto:[EMAIL PROTECTED]
 pgp key: http://zope.gf.com.br/lalo/pessoal/pgp

Brazil of Darkness (RPG)--- http://zope.gf.com.br/BroDar

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




Re: [Zope] HiperDom

2000-11-13 Thread Lalo Martins

On Mon, Nov 13, 2000 at 01:14:51PM +0100, Rik Hoekstra wrote:
> 
> On the other hand: I did that, and Hiperdom would neither expand nor
> display, in both giving some xml Node exception. So in fact I thought it
> was still under construction. The 'patching' was on win32 and manual, so
> I probably did something wrong ;-(. However, in a python test setup the
> module did work (?)

Which version of the XML-utils are you using? Please send me
the traceback (privately), I'd like to see that.

[]s,
   |alo
   +
--
  Hack and Roll  ( http://www.hackandroll.org )
News for, uh, whatever it is that we are.


http://zope.gf.com.br/lalo   mailto:[EMAIL PROTECTED]
 pgp key: http://zope.gf.com.br/lalo/pessoal/pgp

Brazil of Darkness (RPG)--- http://zope.gf.com.br/BroDar

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




Re: [Zope] HiperDom

2000-11-13 Thread Rik Hoekstra

> >
> > I believe you should be able to import it and use the example document
> > in the distribution (after you applied the patch also in the
> > distribution and imported it into Zope).
>
> Hurgh? Where di you find all this out? Hwo do you use it when it is
> installed?

The patching is from the readme in the distribution. The download is/was(?)
on http://www.zope.org/Members/lalo/Hiperdom
The use of the thing is not quite clear, but there is a help included with
it, including syntax help. i think I figured out the example template by
myself, but I wouldn't describe that as hard ;-)


>
> > On the other hand: I did that, and Hiperdom would neither expand nor
> > display, in both giving some xml Node exception. So in fact I thought it
> > was still under construction. The 'patching' was on win32 and manual, so
> > I probably did something wrong ;-(. However, in a python test setup the
> > module did work (?)
>
> Hmmm
>

_I f_ you get it to dance for you, please mail me how you did it. I'd like
to get this working as well


Rik


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




Re: [Zope] HiperDom

2000-11-13 Thread Chris Withers

Rik Hoekstra wrote:
> 
> I believe you should be able to import it and use the example document
> in the distribution (after you applied the patch also in the
> distribution and imported it into Zope).

Hurgh? Where di you find all this out? Hwo do you use it when it is
installed?

> On the other hand: I did that, and Hiperdom would neither expand nor
> display, in both giving some xml Node exception. So in fact I thought it
> was still under construction. The 'patching' was on win32 and manual, so
> I probably did something wrong ;-(. However, in a python test setup the
> module did work (?)

Hmmm

Chris

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




Re: [Zope] HiperDom

2000-11-13 Thread Rik Hoekstra



Chris Withers wrote:
> 
> Lalo Martins wrote:
> >
> > On Fri, Nov 10, 2000 at 10:28:44AM +, Chris Withers wrote:
> > >
> > > Oh yeah, while I'm here, how's the HiperDOM project getting on? That
> > > stuff would be raally useful for a project here...
> >
> > HiperDom is usable right now; we've been quite quiet because
> > we're working on documentation and unit testing (and to have
> > unit testing, we had to have ZUnit).
> 
> > Right now, we would "raally" encourage you to use HiperDom
> > in your project, specially if the deployment schedule >= 2
> > months, and then please send us that feedback :-)
> 
> I'd love to, but it'd be 'raally' helpful to have some documentation
> and a download with some explanation/help for someone as brain dead as
> me on a Monday morning ;-)
> 
> Is that available yet?

I believe you should be able to import it and use the example document
in the distribution (after you applied the patch also in the
distribution and imported it into Zope). 

On the other hand: I did that, and Hiperdom would neither expand nor
display, in both giving some xml Node exception. So in fact I thought it
was still under construction. The 'patching' was on win32 and manual, so
I probably did something wrong ;-(. However, in a python test setup the
module did work (?)

Rik

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




Re: [Zope] HiperDom

2000-11-13 Thread Chris Withers

Lalo Martins wrote:
> 
> On Fri, Nov 10, 2000 at 10:28:44AM +, Chris Withers wrote:
> >
> > Oh yeah, while I'm here, how's the HiperDOM project getting on? That
> > stuff would be raally useful for a project here...
> 
> HiperDom is usable right now; we've been quite quiet because
> we're working on documentation and unit testing (and to have
> unit testing, we had to have ZUnit).

> Right now, we would "raally" encourage you to use HiperDom
> in your project, specially if the deployment schedule >= 2
> months, and then please send us that feedback :-)

I'd love to, but it'd be 'raally' helpful to have some documentation
and a download with some explanation/help for someone as brain dead as
me on a Monday morning ;-)

Is that available yet?

cheers,

Chris

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