Feature #2431
Add copyright and sourcing information
Start date:
06/10/2019
Due date:
% Done:
100%
Associated revisions
Adding work source
Reference #2431
Adding source statement
Reference #2431
Adding source and copyright statements
Reference #2431
Fixing copyright statement template
Reference #2431
History
#1 Updated by Luke Murphey over 5 years ago
I would want to render the description from the WorkSource.
#2 Updated by Luke Murphey over 5 years ago
I could make a script to make the connections to the Perseus resources. I could also just make a script to do it.
#3 Updated by Luke Murphey over 5 years ago
The following are the works from Perseus:
select * from reader_worksource where id <> 699 AND id <> 700;
I can update the Perseus docs with this:
UPDATE reader_worksource SET source = 'perseus.tufts.edu', description='Text provided by Perseus Digital Library, with funding from The Annenberg CPB/Project. Original version available for viewing and download at http://www.perseus.tufts.edu/hopper/.' WHERE id <> 699 AND id <> 700;
And the Biola ones with this:
UPDATE reader_worksource SET source = 'unbound.biola.edu', description='Text provided by The Unbound Bible from Biola University. Original version available for viewing and download at http://www.unboundbible.org/.' WHERE id = 699 AND id = 700;
#4 Updated by Luke Murphey over 5 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 90
#5 Updated by Luke Murphey over 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100