From 0d28b25248b003236c21a213e6a245365e7d006a Mon Sep 17 00:00:00 2001 From: Sean Redmond Date: Sun, 14 Jul 2019 10:06:58 -0400 Subject: [PATCH] Add error reporting and getting the code to about page --- cce_search/templates/about.html | 31 ++++++++++++++++++++++++++++++- cce_search/templates/base.html | 6 ++++++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/cce_search/templates/about.html b/cce_search/templates/about.html index db9e933..3556a27 100644 --- a/cce_search/templates/about.html +++ b/cce_search/templates/about.html @@ -5,5 +5,34 @@ {% endblock %} {% block content %} -

This is an unofficial, experimental interface for searching records from the US Copyright Office's Catalog of Copyright Entries digitized by NYPL. You can read about the inception and progress of the project in two blog posts: Unlocking the Record of American Creativity—with Your Help and https://www.nypl.org/blog/2019/05/31/us-copyright-history-1923-1964

+

This is an unofficial, experimental interface for searching records from the +US Copyright Office's Catalog of Copyright Entries digitized by NYPL. You +can read about the inception and progress of the project in two blog +posts: Unlocking +the Record of American Creativity—with Your Help +and https://www.nypl.org/blog/2019/05/31/us-copyright-history-1923-1964

+ +

How to report a problem or error

+ +

If the problem is with this website and not the data, for instance broken +links, server errors, or ideas for improvement, you +can submit +an issue on Github.

+ +

If you find an error in the data please submit in issue via the Github repository for the registrations unless you are certain that problem is in a renewal entry, in which case you can submit an issue via the renewals repository. Data problems may involve simple typos, mistakes in parsing, or missing or mistaken links between registrations and renewals. When reporting data problems, please include the CCEIDs of the entries involved. The CCEID is the string of 32 letters in numbers at the end of each record, such as “be62f40e-6d17-1014-b416-88728c01eda4”.

+ +

If you are comfortable with git and editing large XML files, you can also submit a pull request.

+ +

Get the Code

+ +

Registration and renewal data is in the Public Domain and available from two repositories:

+ + + +

Code for this website is available from its own repository: https://github.com/seanredmond/cce-search-prototype

+ + {% endblock %} diff --git a/cce_search/templates/base.html b/cce_search/templates/base.html index 2971b77..9344800 100644 --- a/cce_search/templates/base.html +++ b/cce_search/templates/base.html @@ -63,6 +63,12 @@ + +