The bmannconsulting.com website
1--- 2permalink: /notes/opensource/ 3aliases: 4 - Open Source 5--- 6I like to tell people about my [[Three Definitions of Open Source]] as context. 7 8I’m interested in [[Commons Funding]] and [[Open Source Licensing]], but most especially [[Commons Based Peer Production]]: how to work together to produce and maintain things. Open source code and related open data goods are very common, but peer production and [[co-op]] structures can and should be applied to many more things. 9 10Related notes: 11<!-- tagged with open source, but not an app --> 12 13<ul> 14{% for post in site.notes %} 15{% if post.tags contains "opensource" %} 16{% unless post.tags contains "app" %} 17<li><a href="{{ post.url }}" class="internal-link">{{ post.title }}</a></li> 18{% endunless %} 19{% endif %} 20{% endfor %} 21</ul>