nicholasdavidson / pybit

Python Build Integration Toolkit - a distributed cross platform AMQP based build system
17 stars 5 forks source link

consider a dashboard type page which does not need javascript #99

Open ghost opened 11 years ago

ghost commented 11 years ago

When setting up / debugging a remote pybit web client, it is very inconvenient to have to setup full http access / VPN access to be able to use a full graphical web browser on the static html pages.

It would be useful to have at least one page which does not require javascript to populate the data and which can therefore be used over an SSH connection without needing to forward an X session.

It may be necessary to do this as a perl cgi-bin script or a PHP script.

jamesbennet commented 11 years ago

This is related to Issue #112