Today I’m releasing the first version of QGIS Server Simple Browser Plugin, a simple Server plugin that generates a browsable table of contents of the project’s layers and a link to an OpenLayers map.
How it works
The plugin adds an XLS
stylesheet to GetProjectsettings
XML
response, the generated HTML looks like this:

The openlayers format
The map preview is generated by adding a new application/openlayers
FORMAT
option to GetMap
requests, the generated map automatically fits to the layer’s extent and has basic GetFeatureInfo
Limitations
The current version only supports EPSG:4326
that must be available (enabled) on the server.
Source code and download
The plugin is available on the official repository: ServerSimpleBrowser
The code is on GitHub.