Opened 12 years ago

Closed 12 years ago

Last modified 9 years ago

#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:

http://identi.ca/doc/source

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.

Change History (1)

comment:1 by Christopher Allan Webber, 12 years ago

Resolution: fixed
Status: newclosed

Pushed a fix for this that meets the above description.

Note: See TracTickets for help on using tickets.