mame/scripts/minimaws
Vas Crabb 14642adc5a minimaws web mode enhancements:
* Support serving static assets, use for stylesheet, script and images
* Better error pages, reject unsupported HTTP methods
* Replace lists with sortable tables with more detail (click headings to sort)
* Add pages for exploring source files, link from machine pages
 - Can start from full source file list at http://localhost:8080/sourcefile/

(nw) JavaScript performance can drop when sorting really big tables,
e.g. the list of all source files, or the list of machines in some of
the fruit machine drivers.  This update doesn't expose machine/device
information, just consolidating what's there.  The wsgiref server is
adding headers to prevent caching, I'll look for a workaround.
2017-08-02 00:41:09 +10:00
..
lib minimaws web mode enhancements: 2017-08-02 00:41:09 +10:00
minimaws.py Add "minimaws" sample script demonstrating how to do some tasks with 2017-08-01 02:55:25 +10:00
schema.sql Add "minimaws" sample script demonstrating how to do some tasks with 2017-08-01 02:55:25 +10:00