Subversion Repositories wimsdev

Rev

Rev 5665 | Rev 6364 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

# encoding
encoding=iso-8859-1

# header returned by the module
header=Content-Type: text/plain ; charset=$encoding\

# header returned by the module within xmlformat
header_xml=Content-Type: text/xml ; charset=$encoding\

# header returned by the module within json
header_json=Content-Type: application/json ; charset=$encoding\

# header returned by the module within gz /tgz
header_zip=Content-Type: multipart/x-gzip ; charset=$encoding\

# List of allowed file-mode jobs
allowed_file_jobs= getcsv, getclassfile, getclasstgz, download, getexofile, getibookwidget

# List of jobs allowed to make some actions on wims classes
allowed_actions_jobs=checkclass, addclass, modclass, delclass, getclass, cleanclass,\
        checkuser, adduser, moduser, deluser, recuser, getuser,\
        getscore, getscores, getsheetscores, getexamscores, getlog, putcsv, getclassmodif, search,\
        checkident, update, authuser, gettime, listmodules, getmodule,\
        addsheet, listsheets, delsheet, getsheet, checksheet, modsheet,\
        putexo, listexams, addexam, getexam, checkexam, linkexo, linksheet,\
        modexam, delexam, listlinks, getexo, addexo, delexo,\
        getexamlog, addcontent, listclasses, getclassesuser, testexo,\
        movexo, movexos, listexos, sharecontent, getexosheet, modexosheet,\
        getinfoserver

# List of jobs allowed without authentication
allowed_jobs_without_auth=listmodules, getmodule, getinfoserver

#List class descriptions (in .def class file) - "creation" and "connections" are voluntary not here
#low_classdefs list minor informations
low_classdefs=supervisor, description, institution, \
        lang, email, expiration, limit, topscores, superclass, \
        type, level, parent, typename, \
        bgcolor, bgimg, scorecolor, css, logo, logoside, \
        refcolor, ref_menucolor, ref_button_color, ref_button_bgcolor, \
        ref_button_help_color, ref_button_help_bgcolor, theme , theme_icon
        
#high_classdefs list security informations (not to be displayed in non secure requests)
high_classdefs=password, creator, secure, \
        external_auth, mixed_external_auth, cas_auth, php_auth, authipd

classdefs=$high_classdefs,$low_classdefs,

        
#List class types
# 0 : class , 1 : ?? , 2 : group , 3 : portal , 4 : ???
classtypes=class, ,group,portal

#List of user descriptions
userdefs=firstname, lastname, password, email, comments, regnum, photourl, participate, courses,classes, supervise, supervisable, external_auth, agreecgu

#List of module descriptions
moduledefs=title,description,language,category,domain,level,keywords,require,scoring,copyright,author,address,version,wims_version,vardef,translator,translator_address

#List of sheet descriptions, ordered as in .sheets file
sheetdefs=status,expiration,title,description

#List of exam descriptions, ordered as in .exams file
examdefs=status,expiration,duration_and_attempts,title,description,cut_hours

#List of some WIMS limitations
edesc_limit=250
etitle_limit=40

Generated by GNU Enscript 1.6.5.90.