FS#11457 - Add License info to Package Page

Attached to Project: Arch Linux
Opened by Jud (judfilm) - Friday, 12 September 2008, 12:33 GMT
Last edited by Dusty Phillips (Dusty) - Thursday, 01 January 2009, 17:43 GMT
Task Type Feature Request
Category Web Sites
Status Closed
Assigned To Dusty Phillips (Dusty)
Simo Leone (neotuli)
Dan McGee (toofishes)
Architecture All
Severity Medium
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

To add "License: {LICENSE}"

in between 'Upstream URL:' and 'Maintainer:' on the Package Page
This task depends upon

Closed by  Dusty Phillips (Dusty)
Thursday, 01 January 2009, 17:43 GMT
Reason for closing:  Implemented
Additional comments about closing:  I've implemented this, but because license data is not in the database, it currently shows up as None for all packages. As packages are updated, reporead will parse the license info and update the web db.
Comment by Glenn Matthys (RedShift) - Friday, 05 December 2008, 22:13 GMT
Status: not implemented.
Comment by Dusty Phillips (Dusty) - Friday, 05 December 2008, 23:19 GMT
Its on my radar. This ought to be a simple fix to reporead... maybe tag Dan in, he's done a bit of twiddling in that script already.
Comment by Dan McGee (toofishes) - Friday, 05 December 2008, 23:42 GMT
* Add license field to Package model (1 line of code?)
* Update database (add column)
* Add to reporead (should be like 5 lines of code changes)
* Add to necessary views for display
* Profit
Comment by Dusty Phillips (Dusty) - Friday, 05 December 2008, 23:58 GMT
I think step three is one to two lines of code.

Loading...