-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumentation.html
34 lines (33 loc) · 1.55 KB
/
documentation.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
---
layout: default
title: Documentation
---
<ul>
<li><strong>Kitto</strong>
<ul>
<li><a href='/docs/kitto/install.html'>Installing</a></li>
<li><a href='/docs/kitto/introduction.html'>Introduction for New Kitto Developers</a>: An overview of how Kitto is architected.</li>
<li><a href='/docs/kitto/permission_system.html'>Permission System</a></li>
<li><a href='/docs/kitto/item_system.html'>Item System</a></li>
<li><a href='/docs/kitto/ghettocron.html'>Ghettocron</a></li>
<li><a href='/docs/kitto/database.html'>Database Details</a></li>
</ul>
</li>
<li><strong>ActiveTable</strong>
<ul>
<li><a href='/docs/activetable/tutorial.html'>Tutorial</a></li>
<li><a href='/docs/activetable/relationships.html'>Expressing <em>1-n</em> and <em>n-n</em> Relationships</a></li>
<li><a href='/docs/activetable/method_list.html'>Method List</a>, including 'magic' methods</li>
<li><a href='/docs/activetable/debugging.html'>Debugging</a></li>
</ul>
</li>
<li><strong>Other Libraries</strong>
<ul>
<li><a href='http://www.smarty.net/manual/en/'>Smarty</a></li>
<li><a href='http://htmlpurifier.org/'>HTML Purifier</a></li>
<li><a href='http://labs.adobe.com/technologies/spry/docs.html'>Spry</a></li>
<li><a href='http://docs.jquery.com/Main_Page'>JQuery</a></li>
<li><a href='http://tinymce.moxiecode.com/'>TinyMCE</a></li>
</ul>
</li>
</ul>