Branch: Tag:

2000-03-21

2000-03-21 21:13:20 by Martin Nilsson <mani@lysator.liu.se>

Manual fixes

Rev: server/modules/graphics/graphic_text.pike:1.224
Rev: server/modules/tags/accessed.pike:1.27
Rev: server/modules/tags/countdown.pike:1.29
Rev: server/modules/tags/obox.pike:1.24
Rev: server/modules/tags/rxmltags.pike:1.102
Rev: server/modules/tags/ssi.pike:1.25
Rev: server/modules/tags/tablify.pike:1.46

7:   #define _rettext id->misc->defines[" _rettext"]   #define _ok id->misc->defines[" _ok"]    - constant cvs_version="$Id: rxmltags.pike,v 1.101 2000/03/21 00:40:00 mast Exp $"; + constant cvs_version="$Id: rxmltags.pike,v 1.102 2000/03/21 21:09:50 nilsson Exp $";   constant thread_safe=1;   constant language = roxen->language;   
1777: Inside #if defined(manual)
   Show only date.   </attr>    - <attr name=type value=string,ordered,iso,discordian,stardate,number> + <attr name=type value=string|ordered|iso|discordian|stardate|number>    Defines in which format the date should be displayed in.   </attr>    - <attr name=part value=year,month,day,wday,date,mday,hour,minute,second,yday,beat,week,seconds> + <attr name=part value=year|month|day|wday|date|mday|hour|minute|second|yday|beat|week|seconds>    Defines which part of the date should be displayed. Day and wday is    the same. Date and mday is the same. Yday is the day number of the    year. Seconds is unix time type. Only the types string, number and
1790: Inside #if defined(manual)
     <attr name=lang value=language_code>    Defines in what language the a string will be presented in. +  Available languages: +  <lang/>   </attr>    - <attr name=case value=upper,lower,capitalized> + <attr name=case value=upper|lower|capitalized>    Changes the case of the output to upper, lower or capitalized.   </attr>   
2045: Inside #if defined(manual)
   Inserts the contents at that URL.   </attr>    - <attr name=quote value=html,none> + <attr name=quote value=html|none>    How the inserted data should be quoted. Default is \"html\", except for    href and file where it's \"none\".   </attr>",
2063: Inside #if defined(manual)
   Tags should not be terminated with a trailing slash.   </attr>    - <attr name=type value=tag,container> + <attr name=type value=tag|container>    What kind of tag should be produced. Default is tag.   </attr>    Inside the maketag container the container attrib is defined. It is
2217: Inside #if defined(manual)
   attributes. Default is \",\".   </attr>    - <attr name=type value=word,words> + <attr name=type value=word|words>    Word means that a single string should be replaced. Words that from    and to are lists. Default is word.   </attr>",
2236: Inside #if defined(manual)
   Returns a nice Roxen logo.</short>   </desc>    - <attr name=size value=small,medium,large> + <attr name=size value=small|medium|large>    Defines the size of the image. Default is small.   </attr>    - <attr name=color value=blue,green,purple,brown> + <attr name=color value=black|white>    Defines the color of the image. Default is blue.   </attr>