Branch: Tag:

2000-03-28

2000-03-28 21:09:39 by Johan Sundström <oyasumi@gmail.com>

Configuration Interface => Administration Interface

Rev: CHANGES:1.155
Rev: examples/sqluserdb/documentation.html:1.3
Rev: server/base_server/configuration.pike:1.292
Rev: server/base_server/module.pike:1.89
Rev: server/base_server/roxen.pike:1.470
Rev: server/base_server/roxenloader.pike:1.163
Rev: server/config_interface/standard/themes/README:1.4
Rev: server/config_interface/standard/welcome.txt:1.3
Rev: server/config_interface/standard/whatsnew.html:1.9
Rev: server/etc/include/config.h:1.21
Rev: server/etc/supports:1.81
Rev: server/java/src/com/roxen/roxen/Module.java:1.8
Rev: server/modules/configuration/INFO:1.2
Rev: server/modules/configuration/config_filesystem.pike:1.32
Rev: server/modules/configuration/config_tags.pike:1.70
Rev: server/modules/configuration/config_userdb.pike:1.32
Rev: server/modules/graphics/graphic_text.pike:1.226
Rev: server/modules/ldap/ldapuserauth.pike:1.18
Rev: server/modules/logging/home_logger.pike:1.23
Rev: server/modules/misc/SQLuserdb.pike:1.16
Rev: server/modules/tags/rxmltags.pike:1.107
Rev: server/start:1.104
Rev: server/tools/roxenstarter/roxenstarter.cpp:1.4

7:   #define _rettext id->misc->defines[" _rettext"]   #define _ok id->misc->defines[" _ok"]    - constant cvs_version="$Id: rxmltags.pike,v 1.106 2000/03/25 01:42:09 mast Exp $"; + constant cvs_version="$Id: rxmltags.pike,v 1.107 2000/03/28 20:58:44 jhs Exp $";   constant thread_safe=1;   constant language = roxen->language;   
1655: Inside #if defined(manual)
   All other attributes will be inherited by the generated img tag.",      "configurl":#"<desc tag><short> -  Returns a URL to the configuration interface.</short> +  Returns a URL to the administration interface.</short>   </desc>",      "cset":#"<desc cont>Sets a variable with its content.</desc>
2258: Inside #if defined(manual)
  "set-cookie":#"<desc tag><short>    Sets a cookie that will be stored by the user's browser.</short> This    is a simple and effective way of storing data that is local to the -  user. The cookie will be persistent, the next time the user visits -  the site, she will bring the cookie with her. +  user. If no arguments specifying the time the cookie should survive +  is given to the tag, it will live until the end of the current browser +  session. Otherwise, the cookie will be persistent, and the next time +  the user visits the site, she will bring the cookie with her.   </desc>      <attr name=name value=string>