Changes between Version 8 and Version 9 of ComposerGuidelines

Show
Ignore:
Timestamp:
07/22/09 10:28:39 (14 months ago)
Author:
fbar (IP: 78.34.104.167)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ComposerGuidelines

    v8 v9  
    4747 * Write the {{{Info.plist}}} file to fit your needs 
    4848 
    49 = Using abstractions = 
     49= Testing the scenes = 
    5050 
    51  * Abstraction should be reuseable. If you need a new syntesis functionality which doesn't exist yet 
    52    try to make the patch as generic as possible so it can be included in rjlib. 
    53  * If you add a new abstraction, write documentation for it. Otherwise the abstraction is hard to reuse 
    54    for others. 
     51Once your are done with your scene, keep reading on [wiki:TestingScenes how to test your new scene]. 
    5552 
    5653= Contents copyright = 
     
    5855Composers have to check they hold the copyright of any content in RjDj scenes (audio samples, scenes images, etc...) submitted to RjDj. Any scene violating copyrighted material will be immediately removed. RjDj does not endorse any responsability in case of copyright infringement. Creative Commons attributions are listed here: http://trac.rjdj.me/wiki/cc_attributions.  
    5956 
    60 = Testing the scenes = 
    61  
    62 Once your are done with your scene, keep reading on [wiki:TestingScenes how to test your new scene].