fix: add Warren Commission to JSON + protect unredacted/docs in .gitignore

This commit is contained in:
jae 2026-04-15 19:47:22 +00:00
parent 054cf547cc
commit 8b26dfa321
2 changed files with 12 additions and 0 deletions

3
.gitignore vendored
View file

@ -8,3 +8,6 @@ __pycache__/
# Downloaded propaganda PDFs (stored on VPS only) # Downloaded propaganda PDFs (stored on VPS only)
propaganda/docs/ propaganda/docs/
download_uk_mod_ufo.sh download_uk_mod_ufo.sh
# Protect uploaded PDFs from git clean
unredacted/docs/

View file

@ -1097,6 +1097,15 @@
"size_mb": 0.05, "size_mb": 0.05,
"date_released": "Various", "date_released": "Various",
"classification": "DECLASSIFIED" "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"
} }
] ]
}, },