cablegates/pandora/templates/api.html

37 lines
1.2 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>{{sitename}} API</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2011-08-07 18:30:14 +00:00
<link rel="shortcut icon" type="image/png" href="/static/png/icon16.png"/>
2011-01-26 13:58:13 +00:00
<link rel="stylesheet" type="text/css" href="/static/css/highlight.css"/>
2011-05-26 07:33:45 +00:00
<script type="text/javascript" src="/static/oxjs/build/jquery/jquery.js"></script>
<script type="text/javascript" src="/static/js/jquery/jquery.tmpl.min.js"></script>
<script type="text/javascript" src="/static/js/jquery/jquery.videosupport.js"></script>
<script type="text/javascript" src="/static/oxjs/build/Ox.js"></script>
2011-01-26 13:58:13 +00:00
<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>