mirror of
https://gitea.tendokyu.moe/eamuse/docs.git
synced 2024-11-13 18:10:55 +01:00
Titles
This commit is contained in:
parent
b84b27484a
commit
3536bb212a
8
docs.py
8
docs.py
@ -134,8 +134,8 @@ if __name__ == '__main__':
|
||||
app.config['TEMPLATES_AUTO_RELOAD'] = True
|
||||
app.config['DEBUG'] = True
|
||||
|
||||
app.run(debug=True, port=3000, host="0.0.0.0")
|
||||
# app.run(debug=True, port=3000, host="0.0.0.0")
|
||||
|
||||
# server = Server(app.wsgi_app)
|
||||
# server.watch(".")
|
||||
# server.serve(port=3000)
|
||||
server = Server(app.wsgi_app)
|
||||
server.watch(".")
|
||||
server.serve(port=3000)
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Card IDs{% endblock %}
|
||||
{% block body %}
|
||||
<h1>Card ID generation</h1>
|
||||
<details>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Packet format{% endblock %}
|
||||
{% block body %}
|
||||
<h1>Packet format</h1>
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}apsmanager{% endblock %}
|
||||
{% block body %}
|
||||
<h1><code>apsmanager</code></h1>
|
||||
<h2 id="getstat"><code>apsmanager.getstat</code></h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}cardmng{% endblock %}
|
||||
{% block body %}
|
||||
<h1><code>cardmng</code></h1>
|
||||
<p>As the name might imply, this service is responsible for handling interactions with physical e-Amusement cards.
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}dlstatus{% endblock %}
|
||||
{% block body %}
|
||||
<h1><code>dlstatus</code></h1>
|
||||
<h2 id="done"><code>dlstatus.done</code></h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}eacoin{% endblock %}
|
||||
{% block body %}
|
||||
<h1><code>eacoin</code></h1>
|
||||
<h2 id="checkin"><code>eacoin.checkin</code></h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}esign{% endblock %}
|
||||
{% block body %}
|
||||
<h1><code>esign</code></h1>
|
||||
<h2 id="request"><code>esign.request</code></h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}esoc{% endblock %}
|
||||
{% block body %}
|
||||
<h1><code>esoc</code></h1>
|
||||
<h2 id="read"><code>esoc.read</code></h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}eventlog{% endblock %}
|
||||
{% block body %}
|
||||
<h1><code>eventlog</code></h1>
|
||||
<h2 id="write"><code>eventlog.write</code></h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}facility{% endblock %}
|
||||
{% block body %}
|
||||
<h1><code>facility</code></h1>
|
||||
<h2 id="get"><code>facility.get</code></h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}game.sv4{% endblock %}
|
||||
{% block body %}
|
||||
<h1 id="game"><code>game</code></h1>
|
||||
<h2 id="sample"><code>game.sv4_sample</code></h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}matching{% endblock %}
|
||||
{% block body %}
|
||||
<h1><code>matching</code></h1>
|
||||
<h2 id="request"><code>matching.request</code></h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}message{% endblock %}
|
||||
{% block body %}
|
||||
<h1><code>message</code></h1>
|
||||
<h2 id="get"><code>message.get</code></h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}package{% endblock %}
|
||||
{% block body %}
|
||||
<h1><code>package</code></h1>
|
||||
<h2 id="list"><code>package.list</code></h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}pcbevent{% endblock %}
|
||||
{% block body %}
|
||||
<h1><code>pcbevent</code></h1>
|
||||
<h2 id="put"><code>pcbevent.put</code></h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}pcbtracker{% endblock %}
|
||||
{% block body %}
|
||||
<h1><code>pcbtracker</code></h1>
|
||||
<h2 id="alive"><code>pcbtracker.alive</code></h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}playerdata{% endblock %}
|
||||
{% block body %}
|
||||
<h1><code>playerdata</code></h1>
|
||||
<h2 id="usergamedata_send"><code>playerdata.usergamedata_send</code></h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}services{% endblock %}
|
||||
{% block body %}
|
||||
<h1><code>services</code></h1>
|
||||
<h2 id="get"><code>services.get</code></h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}sidmgr{% endblock %}
|
||||
{% block body %}
|
||||
<h1><code>sidmgr</code></h1>
|
||||
<h2 id="create"><code>sidmgr.create</code></h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}system{% endblock %}
|
||||
{% block body %}
|
||||
<h1><code>system</code></h1>
|
||||
<h2 id="getmaster"><code>system.getmaster</code></h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}traceroute{% endblock %}
|
||||
{% block body %}
|
||||
<h1><code>traceroute</code></h1>
|
||||
<h2 id="send"><code>traceroute.send</code></h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}userdata{% endblock %}
|
||||
{% block body %}
|
||||
<h1><code>userdata</code></h1>
|
||||
<h2 id="read"><code>userdata.read</code></h2>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Application protocol{% endblock %}
|
||||
{% block body %}
|
||||
<h1>Application Protocol</h1>
|
||||
<p>As the previous pages have eluded to (you <i>did</i> read them, didn't you?), eAmuse uses HTTP as its main way of
|
||||
|
3
templates/pages/server.html
Normal file
3
templates/pages/server.html
Normal file
@ -0,0 +1,3 @@
|
||||
{% extends "base.html" %}
|
||||
{% block body %}
|
||||
{% endblock %}
|
@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Network format{% endblock %}
|
||||
{% block body %}
|
||||
<h1>Network format</h1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user