- Replace RADIANCE with Hunchentoot web framework - Remove unavailable dependencies (MITO, MITO-AUTH, STR, PZMQ) - Add working web interface with main, admin, and player pages - Implement JSON API endpoint at /api/status - Fix HTML generation issues with proper Spinneret usage - Add hacker-themed styling (green terminal aesthetic) - Include comprehensive project documentation Features: - Web server on localhost:8080 - Admin dashboard with placeholder controls - Web player interface (UI ready for streaming integration) - Station status display - Server management functions (start/stop/run) - Upstream git remote configuration Technical improvements: - Direct Spinneret macro usage for reliable HTML generation - Proper error handling and clean server shutdown - Modular route handlers with consistent styling - Cross-platform compatibility via app-utils |
||
|---|---|---|
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| app-utils.lisp | ||
| asteroid.asd | ||
| asteroid.lisp | ||
| design.org | ||
| project-summary.org | ||
| test-server.lisp | ||