diff --git a/.gitignore b/.gitignore index bf3e43e..6daad94 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ __pycache__/ # Downloaded propaganda PDFs (stored on VPS only) propaganda/docs/ download_uk_mod_ufo.sh + +# Protect uploaded PDFs from git clean +unredacted/docs/ diff --git a/api/data/unredacted.json b/api/data/unredacted.json index bd71444..8f086f0 100644 --- a/api/data/unredacted.json +++ b/api/data/unredacted.json @@ -1097,6 +1097,15 @@ "size_mb": 0.05, "date_released": "Various", "classification": "DECLASSIFIED" + }, + { + "id": "warren-commission-report", + "title": "Warren Commission Report — Report of the President's Commission on the Assassination of President Kennedy", + "filename": "warren-commission-report.pdf", + "description": "The complete 888-page Warren Commission Report, published 24 September 1964. Concluded that Lee Harvey Oswald acted alone in assassinating President Kennedy and that Jack Ruby acted alone in killing Oswald. Despite its official status, the report's 'lone gunman' conclusion has been challenged by subsequent investigations, including the 1979 House Select Committee on Assassinations which found a 'probable conspiracy'.", + "size_mb": 77.5, + "date_released": "1964-09-24", + "classification": "PUBLIC REPORT" } ] },