LMS

Welcome to the Lobeo Module Server project. Please feel free to submit bugs related to it.
   | Tasklist |   

FS#574 - [Lobby] script item attributes to be changed

Attached to Project: LMS
Opened by Guillaume (Guillaume) - Friday, 08 March 2013, 10:34 GMT
Last edited by Ferdinand (PaGaisu) - Tuesday, 26 March 2013, 08:35 GMT
Task Type Feature Request
Category
Status Closed
Assigned To Ferdinand (PaGaisu)
Operating System All
Severity Low
Priority Normal
Reported Version alpha6
Due in Version alpha7
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hi,

new structure has been defined to describe a script:

<script type=”template” descriptor=”mytemplate.xml”>myscript.js</script>
<script type=”public-library”>mylib.js</script>
<script type=”exec” descriptor=”descriptor.xml”>mylib.js</script>

-------------------------------

a TYPE must be specified: template, public-library, exec
a DESCRIPTOR can be specified: url of an xml file

-------------------------------

template: a descriptor file is mandatory (see ticket on it)

public-library: (ex export=true)
descriptor is prohibited => should uninstall the module is a descriptor is found.

exec: default type (ie if no type is specified, the parser should consider that the type of the script is exec.
a descriptor CAN BE attached
This task depends upon

Closed by  Ferdinand (PaGaisu)
Tuesday, 26 March 2013, 08:35 GMT
Reason for closing:  Implemented

Loading...