Skip to content

Commit

Permalink
Cleaned up yanel-website documentation glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Staub committed Jul 26, 2012
1 parent da2116a commit 4c99e6a
Showing 1 changed file with 78 additions and 39 deletions.
117 changes: 78 additions & 39 deletions src/realms/yanel-website/data-repo/data/en/documentation/glossary.html
@@ -1,40 +1,79 @@
<?xml version="1.0"?><html xmlns="http://www.w3.org/1999/xhtml"><head> <title>Glossary</title> <link rel="neutron-introspection" type="application/neutron+xml" href="?yanel.resource.usecase=introspection"/></head><body> <h1>Glossary</h1> <p>(Please add terms in alphabetical order)
</p>
<dl><dt><a href="http://documentation.yanel.wyona.org/Wiki.jsp?page=Creatable%20%26%20Modifiable" class="wikipage">Creatable &amp; Modifiable</a> (V3) Framework</dt></dl>
<dl><dt>Cluster</dt><dd>See <a href="http://yanel.wyona.org/en/documentation/deployment/deployment-enterprise.html" class="external">http://yanel.wyona.org/en/documentation/deployment/deployment-enterprise.html</a><img alt="" src="http://documentation.yanel.wyona.org/images/out.png" class="outlink"/></dd></dl>
<dl><dt>Identity</dt><dd>not documented yet</dd></dl>
<dl><dt>IdentityManager</dt><dd>not documented yet</dd></dl>
<dl><dt>LoadBalancer</dt><dd>See <a href="http://yanel.wyona.org/en/documentation/deployment/deployment-enterprise.html" class="external">http://yanel.wyona.org/en/documentation/deployment/deployment-enterprise.html</a><img alt="" src="http://documentation.yanel.wyona.org/images/out.png" class="outlink"/></dd></dl>
<dl><dt><a href="http://documentation.yanel.wyona.org/Wiki.jsp?page=Model%20View%20Controller" class="wikipage">Model View Controller</a></dt></dl>
<dl><dt>Policy</dt><dd>not documented yet</dd></dl>
<dl><dt>PolicyManager</dt><dd>not documented yet</dd></dl>
<dl><dt><a href="http://documentation.yanel.wyona.org/Wiki.jsp?page=Realm" class="wikipage">Realm</a></dt><dd>A realm is a part of Yanel which has its own configuration and repository.</dd></dl>
<dl><dt><a href="http://documentation.yanel.wyona.org/Wiki.jsp?page=Repository" class="wikipage">Repository</a></dt><dd> A place to store data.</dd></dl>
<dl><dt><a href="http://documentation.yanel.wyona.org/Wiki.jsp?page=Resource" class="wikipage">Resource</a></dt><dd>a module to define behavior of response to a certain request.</dd></dl>
<dl><dt><a href="http://documentation.yanel.wyona.org/Wiki.jsp?page=Resource%20Type%20Configuration" class="wikipage">Resource Type Configuration (rc)</a></dt><dd>configuration of a resource under a certain url.</dd></dl>
<dl><dt><a href="http://documentation.yanel.wyona.org/Wiki.jsp?page=Rc-map" class="wikipage">Resource Type Configuration MAP(rc-map)</a></dt><dd>configuration of a resource under a url pattern.</dd></dl>
<dl><dt>Resource Type Definition (rtd)</dt><dd>(deprecated) configuration of a resource under a certain url (use <a href="http://documentation.yanel.wyona.org/Wiki.jsp?page=Resource%20Type%20Configuration" class="wikipage">Resource Type Configuration (rc)</a>).</dd></dl>
<dl><dt>Resource Type Identifier (rti)</dt><dd>(deprecated) configuration of a resource under a certain url (use <a href="http://documentation.yanel.wyona.org/Wiki.jsp?page=Resource%20Type%20Configuration" class="wikipage">Resource Type Configuration (rc)</a>).</dd></dl>
<dl><dt>Toolbar</dt><dd> See <a href="yanel-toolbar.html" class="external">yanel-toolbar.html</a></dd></dl>
<dl><dt>Usecase</dt><dd>TODO</dd></dl>
<dl><dt>WebAuthenticator</dt><dd>not documented yet</dd></dl>

<dl>
<dt>Workflow</dt>
<dd>See src/realms/yanel-website/content/rtd/page.rc and
src/realms/yanel-website/content/workflow/workflow-with-review.xml
</dd>
</dl>

<dl>
<dt>YANEL_HOME</dt>
<dd>Directory which contains <a href="https://github.com/wyona/yanel/blob/master/yanel.sh">yanel.sh</a>/<a href="https://github.com/wyona/yanel/blob/master/yanel.bat">yanel.bat</a></dd>
</dl>

<dl>
<dt><a href="http://documentation.yanel.wyona.org/Wiki.jsp?page=Yarep" class="wikipage">Yarep (Yet another repository)</a></dt>
<dd>A repository abstraction layer (similar to JCR, but with a simpler API)</dd>
</dl>

</body>
<?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Glossary</title>
<link rel="neutron-introspection" type="application/neutron+xml" href="?yanel.resource.usecase=introspection" />
</head>
<body>
<h1>Glossary</h1>
<p>(Please add terms in alphabetical order)</p>
<dl>
<dt>Cluster</dt>
<dd>See
<a href="deployment/deployment-enterprise.html" class="external">deployment/deployment-enterprise.html</a>
</dd>
</dl>
<dl>
<dt>LoadBalancer</dt>
<dd>See
<a href="deployment/deployment-enterprise.html" class="external">deployment/deployment-enterprise.html</a> and <a href="https://www.github.com/wyona/tomcat-cluster">https://www.github.com/wyona/tomcat-cluster</a>.
</dd>
</dl>
<dl>
<dt>
<a href="http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller">Model View Controller</a>
</dt>
</dl>
<dl>
<dt>
<a href="what-is-a-realm.html">Realm</a>
</dt>
<dd>A realm is a part of Yanel which has its own configuration and repository.</dd>
</dl>
<dl>
<dt>
Repository
</dt>
<dd>A place to store data (see also: Yarep).</dd>
</dl>
<dl>
<dt>
<a href="resources/what-is-a-resource-type.html">Resource</a>
</dt>
<dd>A module to define behavior of response to a certain request.</dd>
</dl>
<dl>
<dt>
<a href="resources/resource_type_configuration.html">Resource Type Configuration (rc)</a>
</dt>
<dd>Configuration of a resource under a certain url.</dd>
</dl>
<dl>
<dt>
<a href="resources/rc-map.html">Resource Type Configuration MAP(rc-map)</a>
</dt>
<dd>Configuration of a resource under a url pattern.</dd>
</dl>
<dl>
<dt>Toolbar</dt>
<dd>See
<a href="yanel-toolbar.html" class="external">yanel-toolbar.html</a></dd>
</dl>
<dl>
<dt>Workflow</dt>
<dd>See src/realms/yanel-website/content/rtd/page.rc and src/realms/yanel-website/content/workflow/workflow-with-review.xml</dd>
</dl>
<dl>
<dt>YANEL_HOME</dt>
<dd>Directory which contains theh Yanel source, containing (amongst others)
<a href="https://github.com/wyona/yanel/blob/master/yanel.sh">yanel.sh</a>/
<a href="https://github.com/wyona/yanel/blob/master/yanel.bat">yanel.bat</a></dd>
</dl>
<dl>
<dt>
<a href="https://github.com/wyona/yarep">Yarep (Yet another repository)</a>
</dt>
<dd>A repository abstraction layer (similar to JCR, but with a simpler API)</dd>
</dl>
</body>
</html>

0 comments on commit 4c99e6a

Please sign in to comment.