2010-01-27 06:43:17 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2010-02-16 10:22:34 +00:00
|
|
|
<title>{{sitename}} API</title>
|
2010-01-27 06:43:17 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
2010-11-26 15:07:24 +00:00
|
|
|
|
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>
|
2010-11-26 15:07:24 +00:00
|
|
|
<script type="text/javascript" src="/static/js/pandora.api.js"></script>
|
2010-01-27 06:43:17 +00:00
|
|
|
</head>
|
2010-11-26 15:07:24 +00:00
|
|
|
<body></body>
|
|
|
|
|
2010-01-27 06:43:17 +00:00
|
|
|
<body>
|
2010-11-26 15:07:24 +00:00
|
|
|
<!--
|
|
|
|
<div id="static_apidocs">
|
2010-02-16 10:22:34 +00:00
|
|
|
<h1>{{sitename}} Public API</h1>
|
2011-02-23 15:06:20 +00:00
|
|
|
<a href="http://code.0x2620.org/pandora/annotate/head%3A/pandora/backend/views.py">look inside</a>
|
2010-01-27 06:43:17 +00:00
|
|
|
<div>
|
|
|
|
{% for f in api %}
|
|
|
|
<div>
|
2010-01-29 11:03:45 +00:00
|
|
|
<h2><a name="{{f.name}}">action: {{f.name}}</a></h2>
|
2010-01-27 06:43:17 +00:00
|
|
|
<pre style="padding-left: 24px">
|
|
|
|
{{f.doc|safe}}
|
|
|
|
</pre>
|
|
|
|
</div>
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
2010-11-26 15:07:24 +00:00
|
|
|
</div>
|
|
|
|
-->
|
2010-01-27 06:43:17 +00:00
|
|
|
</body>
|
|
|
|
</html>
|