focusedsignal.com/
├── .htaccess
├── .user.ini
├── .well-known/
│   └── acme-challenge/
├── cgi-bin/
├── important/
│   ├── assets/
│   │   └── images/
│   │       ├── icons/
│   │       └── logos/
│   │           ├── FocusedSignal Logo for dark backgrounds.png
│   │           └── FocusedSignal Logo for light backgrounds.png
│   ├── collection/
│   │   ├── collectors/
│   │   │   ├── google/
│   │   │   │   └── trends/
│   │   │   │       ├── collector.php
│   │   │   │       ├── parser.php
│   │   │   │       └── test-parser.php
│   │   │   ├── news/
│   │   │   └── reddit/
│   │   ├── engine.php
│   │   ├── incoming/
│   │   ├── logs/
│   │   └── queue/
│   ├── config/
│   │   ├── config.php
│   │   ├── database.php
│   │   └── settings.php
│   ├── core/
│   │   ├── bootstrap.php
│   │   ├── functions.php
│   │   ├── scheduler.php
│   │   └── utilities.php
│   ├── docs/
│   │   ├── research/
│   │   ├── roadmap/
│   │   └── specifications/
│   ├── organization/
│   │   ├── engine.php
│   │   └── logs/
│   ├── README.md
│   ├── storage/
│   │   ├── backups/
│   │   ├── cache/
│   │   └── temp/
│   ├── templates/
│   │   ├── email/
│   │   └── reports/
│   └── translation/
│       ├── engine.php
│       └── logs/
├── php.ini
└── tree.php