Configuration of Remository modules
-----------------------------------

This only applies to Mambo 4.5.  Newer versions of Mambo support
parameter maintenance through the admin interface.

For 4.5, you can insert any of the following lines into the parameter
area:

showsmall=1
max=5
maxchars=100
iconsize=
sortcat=
sortorder=

You can vary the numbers, or text after the = signs.  The meanings
are:

showsmall should be set to 1 to display file descriptions, 0 to suppress them
max should be set to the number of files to be displayed
maxchars should be set to the maximum characters of description to be displayed
	(only effective if showsmall is set non zero)
sortcat determines how the categories are listed.  The options are filecount, id
	or name.  The first sorts by the number of downloads, the second by the ID of
	the categories and the third by the name of the categories.  Default is filecount.
sortorder determines whether the sort is ascending or descending.  Values permitted
	are ASC or DESC.  Default is DESC.
	
You can omit all the parameters, in which case defaults are used.
