78 lines
2.3 KiB
HTML
78 lines
2.3 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>Alib reference</title>
|
|
<meta content="$Author: tomas $" name="author">
|
|
<style type="text/css">
|
|
<!--
|
|
* { font-family: 'Arial CE', 'Helvetica CE', Arial, sans-serif; font-size: 10pt; }
|
|
body { padding: 1em; }
|
|
h1 { font-size: 14pt; padding:1px; background-color: #66aaff; }
|
|
h2 { font-size: 11pt; padding:1px; padding-left:1ex; background-color: #aaccff; }
|
|
h3 { font-size: 10pt; padding:1px; padding-left:2ex; background-color: #aaffcc; }
|
|
p { width: 90%; text-indent: 1em; }
|
|
pre { border: 1px dashed grey; padding:1em; }
|
|
p:first-letter { padding-left:2em; }
|
|
.center { text-align:center; }
|
|
.aart { width: 90%; font-family:monospace; }
|
|
.aart span{ font-family:monospace; padding:0ex 1ex; background-color: #eee; }
|
|
.aart div{ font-family:monospace; padding:0ex 1ex; }
|
|
code { font-family:monospace; }
|
|
.b { font-weight:bold; }
|
|
-->
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Preface</h1>
|
|
This document is part of the <a
|
|
href="http://livesupport.campware.org/">LiveSupport</a>
|
|
|
|
project, Copyright © 2004 <a href="http://www.mdlf.org/">Media
|
|
Development Loan Fund</a>, under the GNU <a
|
|
href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br>
|
|
<ul>
|
|
<li>Author: $Author: tomas $</li>
|
|
<li>Version: $Revision: 1.2 $</li>
|
|
<li>Location: $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/alib/doc/Attic/reference.html,v $</li>
|
|
|
|
</ul>
|
|
<h1>Alib reference</h1>
|
|
in construction - sorry ;)
|
|
|
|
<h2>Scope</h2>
|
|
This document describes authentication and authorization component of the LiveSupport project.<br>
|
|
|
|
<a name="contents"></a>
|
|
<h2>Contents</h2>
|
|
<ol>
|
|
<li><a href="#subjs">Subjects</a></li>
|
|
<li><a href="#perms">Perms</a></li>
|
|
<li><a href="#objs">Objects</a></li>
|
|
<li><a href="#classes">Classes</a></li>
|
|
<li><a href="#dbstr">DB structure</a></li>
|
|
</ol>
|
|
|
|
<a name="subjs"></a>
|
|
<h2>Subjects</h2>
|
|
|
|
<a name="perms"></a>
|
|
<h2>Perms</h2>
|
|
|
|
<a name="objects"></a>
|
|
<h2>Objects</h2>
|
|
|
|
<a name="classes"></a>
|
|
<h2>Classes</h2>
|
|
<p>Classes may be replaced by one branch in object tree ...</p>
|
|
|
|
<a name="dbstr"></a>
|
|
<h2>DB structure</h2>
|
|
<pre>
|
|
subjects < perms > objects/classes
|
|
< smemb
|
|
cmemb >
|
|
</pre>
|
|
|
|
|
|
</body></html>
|