Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/keystone/+spec/render-html. Description: When pointing a browser at Keystone, it currently displays XML. If the browser will accept HTML, Keystone should respond with HTML While a complete user experience is beyond the scope of the core keystone project, it should be easy for deployments to customize base on the concept of progressive enhancement: Visiting a page should perform a transform from Python to HTML code much like what is done via JSON. The nesting/hierarchy will use DL/DT/DD tags for key-value pairs and UL for arrays. Links will be specially handled to be proper hyperlinks. This blueprint only handles the original display of existing pages, not additional navigation nor form generation. Specification URL (additional information): None