comparison doc/customizing.txt @ 4435:386200d0c929

Some minor typos fixed in doc/customizing.txt (Thanks Ralf Hemmecke).
author Bernhard Reiter <Bernhard.Reiter@intevation.de>
date Mon, 18 Oct 2010 10:21:40 +0000
parents 3a0395583de5
children c62c0f383e41
comparison
equal deleted inserted replaced
4434:b419f29b1e2f 4435:386200d0c929
506 on each class. It also defines the **security** for those Classes. The 506 on each class. It also defines the **security** for those Classes. The
507 next few sections describe how schemas work and what you can do with 507 next few sections describe how schemas work and what you can do with
508 them. 508 them.
509 **init** 509 **init**
510 This function is responsible for setting up the initial state of your 510 This function is responsible for setting up the initial state of your
511 tracker. It's called exactly once - but the ``roundup-admin initialise`` 511 tracker. It's called exactly once - by the ``roundup-admin initialise``
512 command. See the start of the section on `database content`_ for more 512 command. See the start of the section on `database content`_ for more
513 info about how this works. 513 info about how this works.
514 514
515 515
516 The "classic" schema 516 The "classic" schema
1621 used to display a "class help" page where there is no 1621 used to display a "class help" page where there is no
1622 ``*classname*.help`` 1622 ``*classname*.help``
1623 **user.register.html** 1623 **user.register.html**
1624 a special page just for the user class, that renders the registration 1624 a special page just for the user class, that renders the registration
1625 page 1625 page
1626 **style.css.html** 1626 **style.css**
1627 a static file that is served up as-is 1627 a static file that is served up as-is
1628 1628
1629 The *classic* template has a number of additional templates. 1629 The *classic* template has a number of additional templates.
1630 1630
1631 Remember that you can create any template extension you want to, 1631 Remember that you can create any template extension you want to,
1982 ::::::::::::::::::::: 1982 :::::::::::::::::::::
1983 1983
1984 This is implemented by the ``roundup.cgi.templating.HTMLClass`` 1984 This is implemented by the ``roundup.cgi.templating.HTMLClass``
1985 class. 1985 class.
1986 1986
1987 This wrapper object provides access to a hyperb class. It is used 1987 This wrapper object provides access to a hyperdb class. It is used
1988 primarily in both index view and new item views, but it's also usable 1988 primarily in both index view and new item views, but it's also usable
1989 anywhere else that you wish to access information about a class, or the 1989 anywhere else that you wish to access information about a class, or the
1990 items of a class, when you don't have a specific item of that class in 1990 items of a class, when you don't have a specific item of that class in
1991 mind. 1991 mind.
1992 1992
2082 :::::::::::::::::::: 2082 ::::::::::::::::::::
2083 2083
2084 This is implemented by the ``roundup.cgi.templating.HTMLItem`` 2084 This is implemented by the ``roundup.cgi.templating.HTMLItem``
2085 class. 2085 class.
2086 2086
2087 This wrapper object provides access to a hyperb item. 2087 This wrapper object provides access to a hyperdb item.
2088 2088
2089 We allow access to properties. There will be no "id" property. The value 2089 We allow access to properties. There will be no "id" property. The value
2090 accessed through the property will be the current value of the same name 2090 accessed through the property will be the current value of the same name
2091 from the CGI form. 2091 from the CGI form.
2092 2092

Roundup Issue Tracker: http://roundup-tracker.org/