<!DOCTYPE html> <html> <head> <title>{{sitename}} API</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <link rel="shortcut icon" type="image/png" href="/static/png/icon16.png"/> <link rel="stylesheet" type="text/css" href="/static/css/highlight.css"/> <script type="text/javascript" src="/static/oxjs/build/Ox.js"></script> <script type="text/javascript" src="/static/js/highlight.pack.js"></script> <script type="text/javascript" src="/static/js/pandora.api.js"></script> </head> <body></body> <body> <!-- <div id="static_apidocs"> <h1>{{sitename}} Public API</h1> <a href="http://code.0x2620.org/pandora/annotate/head%3A/pandora/backend/views.py">look inside</a> <div> {% for f in api %} <div> <h2><a name="{{f.name}}">action: {{f.name}}</a></h2> <pre style="padding-left: 24px"> {{f.doc|safe}} </pre> </div> {% endfor %} </div> </div> --> </body> </html>