Changes between Version 12 and Version 13 of DevGuide


Ignore:
Timestamp:
Aug 24, 2014, 6:30:59 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

List the possible licenses.

Legend:

Unmodified
Added
Removed
Modified
  • DevGuide

    v12 v13  
    3434 The use of the XML comment marker as shown is important so that the text does not get rendered to the output. Make sure not to use the alternate form, which is rendered to the output as a hidden comment: `<!-- This is also a comment -->`
    3535 1. Add a `COPYING` file with the license text in the top-level directory of the project ([browser:/plantumlmacro/trunk/COPYING example]).
    36  1. Add an appropriate tag to the wiki page: [tag:apache-license], [tag:beerware-license], [tag:boost-license], [tag:bsd-license], [tag:creativecommons-license], [tag:gpl-license], [tag:lgpl-license], [tag:mit-license], [tag:unlicense-license]. Additional tags can be created for additional or more descriptive license types
     36 1. Add an appropriate tag to the wiki page: [[ListTagged(realm:wiki license, compact)]]
     37
     38Additional tags can be created for additional or more descriptive license types.
    3739
    3840Currently it is not recommended to add license text to static resources (i.e. file in `htdocs`), since doing so will increase the size of the content that is sent to the client. This issue will be addressed in the Trac core when support is added for minimization (trac:#10672).