Project

General

Profile

Feature #2431

Add copyright and sourcing information

Added by Luke Murphey almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
06/10/2019
Due date:
% Done:

100%

Associated revisions

Revision 988 (diff)
Added by lukemurphey almost 5 years ago

Adding work source

Reference #2431

Revision 989 (diff)
Added by lukemurphey almost 5 years ago

Adding source statement

Reference #2431

Revision 991 (diff)
Added by lukemurphey almost 5 years ago

Adding source and copyright statements

Reference #2431

Revision 992 (diff)
Added by lukemurphey almost 5 years ago

Fixing copyright statement template

Reference #2431

History

#1 Updated by Luke Murphey almost 5 years ago

I would want to render the description from the WorkSource.

#2 Updated by Luke Murphey almost 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 almost 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 almost 5 years ago

  • Status changed from New to In Progress
  • % Done changed from 0 to 90

#5 Updated by Luke Murphey almost 5 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 90 to 100

Also available in: Atom PDF