#407 closed defect (fixed)
Provide link to source on mediagoblin site
Reported by: | Christopher Allan Webber | Owned by: | Christopher Allan Webber |
---|---|---|---|
Priority: | critical | Milestone: | 0.3.0 |
Component: | component1 | Keywords: | |
Cc: | Parent Tickets: |
Description
If we really want to comply with the AGPL (which we clearly should be doing) we should put a link to the AGPL and the source on the page at the bottom.
The way that StatusNet does it is with a link to "source" at the bottom, and if you click it, it goes to:
We can probably for now have a config parameter that's like so:
[mediagoblin] source_link = https://gitorious.org/mediagoblin/mediagoblin
One thing that this doesn't resolve is if there are multiple plugins that are also under the AGPL... not sure what to do about that. But it's a good step for now.
The alternate thing is that the source link on the bottom doesn't point just at the repository but points at a separate page that possibly can include multiple source links... could be useful with plugins. I'm not sure how to do that.
Regardless, the above should be good enough to resolve this ticket.
Pushed a fix for this that meets the above description.