-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
41 lines (26 loc) · 1.66 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<script type="text/javascript" charset="utf-8" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript" charset="utf-8" src="/js/jquery.include.js"></script>
<script src="/js/script.js"></script>
<title>FRAPI: The Developers Handbook</title>
<include src="/includes/header.html"></include>
<h1>FRAPI: The Developers Handbook</h1>
<p>This is the FRAPI Developers Handbook. This book is an ongoing work. If you require more information, do not hesitate to go on IRC (Internet Relay Chat) on server <em>irc.freenode.net</em> in the #frapi room to ask any question.</p>
<h2 id="toc">Table of Contents</h2>
<h4><a href="/foreword.html">Foreword</a></h4>
<h4><a href="/preface.html">Preface</a></h4>
<h3 id="part/i">Part I. Introduction</h3>
<h4><a href="/what/index.html">1. What is FRAPI?</a></h4>
<h4><a href="/installing/index.html">2. Installing FRAPI</a></h4>
<h4><a href="/installing/caching.html">3. FRAPI's caching mechanisms</a></h4>
<h3 id="part/ii">Part II. Developing with FRAPI</h3>
<h4><a href="/developing/creating-actions.html">1. Creating actions</a></h4>
<h4><a href="/developing/coding-actions.html">2. Coding actions</a></h4>
<h4><a href="/developing/custom-templates.html">3. Custom templates</a></h4>
<h3 id="part/iii">Part III. CLI Management</h3>
<h4><a href="cli/introduction.html">1. Introduction</a></h4>
<h4><a href="cli/actions.html">2. Actions</a></h4>
<h4><a href="cli/errors.html">3. Errors</a></h4>
<h4><a href="cli/partners.html">4. Partners</a></h4>
<h3 id="part/iv">Part IV. Writing Documentation</h3>
<h4><a href="documentation/index.html">1. Documenting Your API</a></h4>
<include src="/includes/footer.html"></include>