aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/build/mediagoblin-licenses/README
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/build/mediagoblin-licenses/README')
-rw-r--r--docs/source/build/mediagoblin-licenses/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/source/build/mediagoblin-licenses/README b/docs/source/build/mediagoblin-licenses/README
new file mode 100644
index 00000000..ce52a8c0
--- /dev/null
+++ b/docs/source/build/mediagoblin-licenses/README
@@ -0,0 +1,15 @@
+================
+ Custom Licenses
+================
+
+Enable by configuring all custom licenses in the form of:
+license_x=Abbreviation, Full Name, URL to license
+
+Make sure to only insert one line per license without line breaks.
+
+E.g. do this into mediagoblin_local.ini:
+[[mediagoblin_licenses]]
+license_1=Chicken Dance, Chicken Dance License v1.0, https://raw.github.com/supertunaman/cdl/f0ae734f4abce311070ac0c401dbc0230cbc4344/COPYING
+license_2=WTFPL, Do What the Fuck Public License v2.0, http://sam.zoy.org/wtfpl/
+
+This plugin is licensed under the GNU APGL v3+. \ No newline at end of file