RE: [Zope] Newbie Question Fixed but continuing.

2000-11-24 Thread Dany Rioux

Thanks Philipp and Jim,

It worked! But... (there's always a but! :) I thought I was clever
when I thought about naming my news files news999, news998 etc,
thinking it would parse the directory and print the news sorted by
their names. So news998 would be printed before news999 etc. It
doesn't.

deleted questions because it's fixed :) /deleted

Now this too is fixed. I just discovered the "sort=" thingie.

One thing would sure be helpful, a Guide explaining all the subtags in
a tag. Like what can be used in a dtml-var or dtml-in and params
for each subtag. Because as someone mentioned, searching on zope is a
real hassle. It takes a long time, and the search is ORed. So lots of
unrelated docs are counted as a hit.

Thanks a lot to all the helpers.

Dany

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
 Philipp Dunkel
 Sent: Friday, November 24, 2000 5:00 PM
 To: Zope Mailing List
 Subject: Re: [Zope] Newbie Question



  I'm probably just being dumb... :)
 
  PASTE--
  dtml-var standard_html_header
 
  p
  dtml-with News
   dtml-in objectValues

dtml-var "_['sequence-item']"

   /dtml-in
  /dtml-with
  /p
 
  dtml-var standard_html_footer

 this should work out for you.

 cu

 Philipp


___
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] Newbie Question Fixed but continuing.

2000-11-24 Thread Michel Pelletier

Dany Rioux wrote:
 
 Thanks Philipp and Jim,
 
 It worked! But... (there's always a but! :) I thought I was clever
 when I thought about naming my news files news999, news998 etc,
 thinking it would parse the directory and print the news sorted by
 their names. So news998 would be printed before news999 etc. It
 doesn't.
 
 deleted questions because it's fixed :) /deleted
 
 Now this too is fixed. I just discovered the "sort=" thingie.
 
 One thing would sure be helpful, a Guide explaining all the subtags in
 a tag. Like what can be used in a dtml-var or dtml-in and params
 for each subtag. 

http://www.zope.org/Members/michel/ZB/AppendixA.html

This DTML reference is also included in the Online Help System with Zope
2.4b1 and beyond.

-Michel

___
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] Newbie Question Fixed but continuing.

2000-11-24 Thread Dany Rioux

Thanks! That's exactly what I was looking for.

I know that the DTML reference is there on Zope.org but it's a hassle
and well, I'll keep my other opinions for myself.

Anyway. Here's an idea. Shouldn't there be a list FAQ? If there is one
it should be sent when subscribing. Or it could be requested. I'm
pretty sure most of the questions I sent have already been sent 
answered more than once already and I know some that most other FAQs
use one. So, why not zope general list? It *is* possible, though
unlikely, that there is a list FAQ mentionned in the "Welcome to Zope
mailing list" email but if there is, my apologies.

Thanks.

Dany

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Michel Pelletier
 Sent: Friday, November 24, 2000 12:17 PM
 To: Dany Rioux
 Cc: Zope Mailing List
 Subject: Re: [Zope] Newbie Question Fixed but continuing.


 Dany Rioux wrote:
 
  Thanks Philipp and Jim,
 
  It worked! But... (there's always a but! :) I thought I was clever
  when I thought about naming my news files news999, news998 etc,
  thinking it would parse the directory and print the news sorted by
  their names. So news998 would be printed before news999 etc. It
  doesn't.
 
  deleted questions because it's fixed :) /deleted
 
  Now this too is fixed. I just discovered the "sort=" thingie.
 
  One thing would sure be helpful, a Guide explaining all
 the subtags in
  a tag. Like what can be used in a dtml-var or dtml-in
 and params
  for each subtag.

 http://www.zope.org/Members/michel/ZB/AppendixA.html

 This DTML reference is also included in the Online Help
 System with Zope
 2.4b1 and beyond.


___
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 )