reinsert
This commit is contained in:
parent
2949dbe982
commit
13ecac28d0
29 changed files with 5181 additions and 0 deletions
60
livesupport/modules/alib/doc/reference.html
Normal file
60
livesupport/modules/alib/doc/reference.html
Normal file
|
@ -0,0 +1,60 @@
|
|||
<html><head>
|
||||
<!-- $Id: reference.html,v 1.1 2004/07/23 00:22:13 tomas Exp $ -->
|
||||
<title>Alib reference</title>
|
||||
<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>Alib reference</h1>
|
||||
|
||||
in construction - sorry ;)
|
||||
|
||||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue