Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/questionlp/stats.wwdt.me_v2
Code repository for version 2.x of the Wait Wait... Don't Tell Me! Stats Page
https://github.com/questionlp/stats.wwdt.me_v2
php php56 webapp wwdtm
Last synced: about 1 month ago
JSON representation
Code repository for version 2.x of the Wait Wait... Don't Tell Me! Stats Page
- Host: GitHub
- URL: https://github.com/questionlp/stats.wwdt.me_v2
- Owner: questionlp
- License: apache-2.0
- Archived: true
- Created: 2020-10-25T21:47:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T17:46:35.000Z (over 2 years ago)
- Last Synced: 2024-09-25T19:59:26.944Z (about 1 month ago)
- Topics: php, php56, webapp, wwdtm
- Language: PHP
- Homepage: https://stats.wwdt.me
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wait Wait Don't Tell Me! Stats and Details Site, Version 2
## Status
This project contains legacy code and is no longer maintained. It has been
published for historical reference use and to show the progression of the
Stats Page over the years.This repository has been marked as archived and marked as read-only.
## Overview
PHP-based web application that serves up statistics and details for the NPR
weekly quiz show [Wait Wait... Don't Tell Me!](http://waitwait.npr.org)## Requirements
- PHP 7.0 (Other versions of PHP are untested)
- MySQL or MariaDB database containing data from the Wait Wait... Don't Tell Me! Stats Page database## Installation
Refer to [INSTALLING.md](INSTALLING.md) for information on how to set up an
instance of this web application that can be served through Apache 2.x.## Known Issues
The following are known issues that either impact the functionality with the
application or extraneous `NOTICE` or `WARNING` messages generated due to
portions of the code or dependant packages haven't been fully ported to
PHP 7.x.- Special characters, including any accented characters, aren't rendered
as part of converting string data from the database and running them
through `htmlentities()`
- Uses deprecated or unmaintained PEAR packages, including `DB` and `MDB2`## Contributing
This project contains legacy code and new contributions generally will
not be accepted at this time. If there is interest in modernizing this codebase
to resolve breaking issues; then, contributions to this project and its
contributors must follow the Contributor Covenent Code of Conduct, version 2.0,
detailed at:
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.## License
This library is licensed under the terms of the
[Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).