You can now fill license information in the Projects page

All about the OSDev Wiki. Discussions about the organization and general structure of articles and how to use the wiki. Request changes here if you don't know how to use the wiki.
Post Reply
glauxosdever
Member
Member
Posts: 501
Joined: Wed Jun 17, 2015 9:40 am
Libera.chat IRC: glauxosdever
Location: Athens, Greece

You can now fill license information in the Projects page

Post by glauxosdever »

Hi,


As the title says you can now fill license information in the Projects page. To use it simply append a line to the project entry.

For example,

Code: Select all

{{OSProject
|OSName=Name
|OSDescription=Description
|Contact=Email/Telephone/Whatever
|URL=http://example.com/
|Status=Active
}}
becomes

Code: Select all

{{OSProject
|OSName=Name
|OSDescription=Description
|Contact=Email/Telephone/Whatever
|URL=http://example.com/
|Status=Active
|License=The license of your OS
}}
and the license information is added.

What do you think of this?


Regards,
glauxosdever
Post Reply