Branch: Tag:

2000-04-29

2000-04-29 23:56:12 by Martin Nilsson <mani@lysator.liu.se>

Documentation fixes.

Rev: server/modules/tags/rxmltags.pike:1.116

7:   #define _rettext id->misc->defines[" _rettext"]   #define _ok id->misc->defines[" _ok"]    - constant cvs_version="$Id: rxmltags.pike,v 1.115 2000/04/15 02:23:14 nilsson Exp $"; + constant cvs_version="$Id: rxmltags.pike,v 1.116 2000/04/29 23:56:12 nilsson Exp $";   constant thread_safe=1;   constant language = roxen->language;   
1622: Inside #if defined(manual)
  </attr>      <attr name=years value=number> -  Add this number of years to the time this page was last loaded. +  Add this number of years to the time this entry is valid.   </attr>   <attr name=months value=number> -  Add this number of months to the time this page was last loaded. +  Add this number of months to the time this entry is valid.   </attr>   <attr name=weeks value=number> -  Add this number of weeks to the time this page was last loaded. +  Add this number of weeks to the time this entry is valid.   </attr>   <attr name=days value=number> -  Add this number of days to the time this page was last loaded. +  Add this number of days to the time this entry is valid.   </attr>   <attr name=hours value=number> -  Add this number of hours to the time this page was last loaded. +  Add this number of hours to the time this entry is valid.   </attr>   <attr name=beats value=number> -  Add this number of beats to the time this page was last loaded. +  Add this number of beats to the time this entry is valid.   </attr>   <attr name=minutes value=number> -  Add this number of minutes to the time this page was last loaded. +  Add this number of minutes to the time this entry is valid.   </attr>   <attr name=seconds value=number> -  Add this number of seconds to the time this page was last loaded. +  Add this number of seconds to the time this entry is valid.   </attr>",      "catch":#"<desc cont><short>
1714: Inside #if defined(manual)
     <attr name=unix-time value=number>    Display this time instead of the current. + <ex><date unix-time=\"1\"/></ex>   </attr>      <attr name=years value=number>
1754: Inside #if defined(manual)
     <attr name=brief>    Show in brief format. + <ex><date brief=\"\"/></ex>   </attr>      <attr name=time>    Show only time. -  + <ex><date time=\"\"/></ex>   </attr>      <attr name=date>    Show only date. -  + <ex><date date=\"\"/></ex>   </attr>      <attr name=type value=string|ordered|iso|discordian|stardate|number>    Defines in which format the date should be displayed in. -  + <ex><date type=\"string\"/></ex> + <ex><date type=\"discordian\"/></ex>   </attr>      <attr name=part value=year|month|day|wday|date|mday|hour|minute|second|yday|beat|week|seconds>
1773: Inside #if defined(manual)
   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    ordered applies when the part attribute is used. + <ex><date part=\"year\"/></ex> + <ex><date part=\"beat\"/></ex>   </attr>      <attr name=lang value=langcode>    Defines in what language the a string will be presented in. -  Available languages: +     <lang/> -  + <ex><date type=\"string\" lang=\"sv\"/></ex>   </attr>      <attr name=case value=upper|lower|capitalized>